aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes/1_11_6.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add 1.10.7 release noteslloyd2013-12-291-9/+13
|
* Make Boost easier to disable with minimal feature losslloyd2013-12-281-9/+9
|
* Move clmul to its own file (for abi flags)lloyd2013-12-271-0/+2
|
* Add Threefish-512 in AVX2lloyd2013-12-241-7/+9
| | | | Tested using Intel's SDE, but no idea how fast it will be on hardware.
* merge of 'c55938af0026b98297194116c1553d467104b41a'lloyd2013-12-191-1/+2
|\ | | | | | | and 'd0c532af92ea0940685dd0e99d2946329efbc917'
| * Have default TLS policy reject SSLv3. Add TLS::Policy::acceptable_ciphersuitelloyd2013-12-101-1/+2
| | | | | | | | | | to allow either party to filter out specific ciphersuites they don't wish to support for whatever reason.
* | Fix OAEP key size check during encoding, and an array over-read whenlloyd2013-12-061-0/+5
|/ | | | | decoding a message that was so large we decided it was invalid and truncated it.
* Add SIVlloyd2013-12-051-1/+3
|
* Disable RC4 in TLS by defaultlloyd2013-11-291-0/+2
|
* TLS in-memory session manager now requires a rng object as alloyd2013-11-281-0/+3
| | | | | constructor argument, previously it used the global rng which caused a serialization point across server threads.
* Add a simple HTTP 1.0 GET using asio (for CRLs and OCSP)lloyd2013-11-271-1/+2
|
* Add HKDFlloyd2013-11-171-0/+3
|
* Enable all the GCC warning flags, as we now require at least GCC 4.7 anywaylloyd2013-11-161-0/+2
Fix a few nullptr and cast warnings.