Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 1.10.7 release notes | lloyd | 2013-12-29 | 1 | -9/+13 |
| | |||||
* | Make Boost easier to disable with minimal feature loss | lloyd | 2013-12-28 | 1 | -9/+9 |
| | |||||
* | Move clmul to its own file (for abi flags) | lloyd | 2013-12-27 | 1 | -0/+2 |
| | |||||
* | Add Threefish-512 in AVX2 | lloyd | 2013-12-24 | 1 | -7/+9 |
| | | | | Tested using Intel's SDE, but no idea how fast it will be on hardware. | ||||
* | merge of 'c55938af0026b98297194116c1553d467104b41a' | lloyd | 2013-12-19 | 1 | -1/+2 |
|\ | | | | | | | and 'd0c532af92ea0940685dd0e99d2946329efbc917' | ||||
| * | Have default TLS policy reject SSLv3. Add TLS::Policy::acceptable_ciphersuite | lloyd | 2013-12-10 | 1 | -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 when | lloyd | 2013-12-06 | 1 | -0/+5 |
|/ | | | | | decoding a message that was so large we decided it was invalid and truncated it. | ||||
* | Add SIV | lloyd | 2013-12-05 | 1 | -1/+3 |
| | |||||
* | Disable RC4 in TLS by default | lloyd | 2013-11-29 | 1 | -0/+2 |
| | |||||
* | TLS in-memory session manager now requires a rng object as a | lloyd | 2013-11-28 | 1 | -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) | lloyd | 2013-11-27 | 1 | -1/+2 |
| | |||||
* | Add HKDF | lloyd | 2013-11-17 | 1 | -0/+3 |
| | |||||
* | Enable all the GCC warning flags, as we now require at least GCC 4.7 anyway | lloyd | 2013-11-16 | 1 | -0/+2 |
Fix a few nullptr and cast warnings. |