aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes/1_11_5.rst
Commit message (Collapse)AuthorAgeFilesLines
* Move Sphinx configlloyd2014-01-021-1/+1
|
* Forgot to relnote thislloyd2013-11-101-0/+4
|
* Release 1.11.51.11.5lloyd2013-11-101-1/+1
|
* Previously, AutoRNG was just a reference to the global rng, which canlloyd2013-11-081-1/+6
| | | | | | | | | | | cause a huge amount of lock contention in heavily multithreaded code. Now each AutoRNG is its own uniquely seeded HMAC_RNG. The set of entropy sources is shared rather than being per-RNG (so there is only one open fd to /dev/random, etc). So reseeding is still a global lock, but sharing the resources (open file descriptors, etc) across RNGs seems worth the contention. Remove Randpool, which was only used if HMAC_RNG was disabled at build.
* Start updating release noteslloyd2013-11-081-7/+30
|
* Add CCM modelloyd2013-09-051-0/+2
|
* Support 64 and 96 bit tags in OCB, using the nonce formatting rulelloyd2013-08-261-0/+2
| | | | added in the latest CFRG internet draft.
* Update build version to 1.11.5 prelloyd2013-08-191-0/+6
|
* Avoid undefined operation in rotation operationslloyd2013-07-311-0/+11