-
Not sure if it's to do with Heartbleed, or just a random problem, but tried to deploy to Heroku through Travis today and the build failed saying that the API key was possibly incorrect.
I ended up ma…
-
Beside the lack of thumbnail and gallery encryption (which makes the extension useless)
**the encryption module currently misses "file name encryption" as well**
-
# Problems building on Linux
`cmake` is not listed as a prerequisite in BUILDING.md, but `make -f Makefile.mingw BITS=64` fails without it. cmake is included in neither `build-essential (12.4ubuntu…
-
As suggested [here](https://github.com/golang/go/wiki/CodeReviewComments#imports).
The most problematic thing is that the aliases used are not homogeneous. I'll be eliminating some of those aliases…
-
## Describe the bug
No API connection with error 'no shared cipher'
## To Reproduce
Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include configuration, …
-
# Owned refs
This is a proposal to introduce a distinction between ``ref`` and ``owned ref`` in order to control aliasing and make all of Nim play nice with deterministic destruction.
The propos…
-
The heartbeat extension became "famous" due to the Heartbleed bug. However there don't seem to be any real world use cases.
There are some anecdotal claims that heartbeats are used in DTLS, however…
-
Can we guard against badly behaving peers (E.g.: Not sending close_notify) using a Heartbeat? Maybe something like [RFC6520](https://tools.ietf.org/html/rfc6520)?
-
In an attempt to prioritize docs, I (arbitrarily) decided auxiliary/scanner would be the best place to start. Lots of "underlying" and basic protocols live here. These can also help for later exploi…
-
The UA_xxx_decode functions don't consider the remaining length of the buffer.
That's bad.
If a "faulty" array is decoded with array-len > buf-len, then the decode-function will happily read over th…