| Commit message (Expand) | Author | Age | Files | Lines |
* | Side channel commentary | lloyd | 2015-01-08 | 2 | -0/+26 |
* | Dist script now defaults to tgz only | lloyd | 2015-01-08 | 1 | -1/+1 |
* | Joel also wrote Threaded_Fork | lloyd | 2015-01-08 | 1 | -0/+1 |
* | Add a sketch of a support roadmap | lloyd | 2015-01-08 | 1 | -0/+59 |
* | Inline BigInt::get_bit and byte_at | lloyd | 2015-01-08 | 2 | -23/+9 |
* | Change TLS session encryption to use AES-256/GCM instead of CBC+HMAC | lloyd | 2015-01-08 | 7 | -211/+53 |
* | Cleanup | lloyd | 2015-01-08 | 1 | -7/+5 |
* | Add missing include | lloyd | 2015-01-08 | 1 | -0/+1 |
* | Handle zero length inputs correctly in base64. Github issue 37 | lloyd | 2015-01-08 | 1 | -2/+9 |
* | In install, get version from build vars instead of directly from | lloyd | 2015-01-08 | 1 | -21/+17 |
* | Add OID for SHA-512/256 | lloyd | 2015-01-08 | 1 | -0/+2 |
* | Add SHA-512/256 | lloyd | 2015-01-08 | 17 | -75/+136 |
* | Avoid referencing &vec[vec.size()] as this triggers iterator debugging | lloyd | 2015-01-07 | 4 | -6/+6 |
* | Support setting the number of pad bytes in a heartbeat message. Use | lloyd | 2015-01-07 | 5 | -70/+86 |
* | Use RtlSecureZeroMemory or memset_s if available | lloyd | 2015-01-07 | 3 | -0/+15 |
* | Add todo.rst derived from enhancement tickets in bugzilla | lloyd | 2015-01-07 | 1 | -0/+69 |
* | The pkgconfig file should be installed relative to the library dir | lloyd | 2015-01-07 | 2 | -13/+5 |
* | Netsieben.com appears to be gone but there is a fork on github | lloyd | 2015-01-06 | 1 | -1/+1 |
* | Fix install script under Python3 | lloyd | 2015-01-06 | 4 | -15/+35 |
* | Fix doc bugs | lloyd | 2015-01-05 | 2 | -2/+2 |
* | Add Brainpool and secp160r1 ECDSA tests | lloyd | 2015-01-05 | 2 | -1/+153 |
* | Update relnotes | lloyd | 2015-01-04 | 1 | -0/+8 |
* | If no certificate stores at all are available skip OCSP checks | lloyd | 2015-01-04 | 1 | -5/+7 |
* | Remove config used for testing DTLS-SRTP | lloyd | 2015-01-04 | 1 | -3/+2 |
* | Add DTLS-SRTP key establishment from RFC 5764 (required for WebRTC). | lloyd | 2015-01-04 | 12 | -138/+298 |
* | Make the help output slightly more helpful | lloyd | 2015-01-04 | 1 | -1/+1 |
* | Put the includes in the right (versioned) subdir on install | lloyd | 2015-01-04 | 1 | -12/+14 |
* | Tick version to 1.11.13 | lloyd | 2015-01-03 | 4 | -2/+7 |
* | Update for 1.11.12 release1.11.12 | lloyd | 2015-01-02 | 4 | -6/+10 |
* | Point to github on index page | lloyd | 2015-01-02 | 1 | -3/+6 |
* | Output tweaks | lloyd | 2015-01-02 | 2 | -6/+9 |
* | Add ChaCha20Poly1305 TLS ciphersuites compatible with Google's implementation | lloyd | 2014-12-31 | 10 | -125/+149 |
* | Add helper and update comment | lloyd | 2014-12-31 | 1 | -2/+8 |
* | Support the older ChaCha20Poly1305 AEAD from draft-agl-tls-chacha20poly1305-04 | lloyd | 2014-12-31 | 3 | -10/+42 |
* | Fix one past the end write in Poly1305 finish | lloyd | 2014-12-31 | 1 | -1/+1 |
* | More info on AEAD decryption handling | lloyd | 2014-12-31 | 1 | -0/+10 |
* | Decruft | lloyd | 2014-12-31 | 2 | -15/+1 |
* | Add AEAD based on ChaCha20 and Poly1305 defined in draft-irtf-cfrg-chacha20-p... | lloyd | 2014-12-29 | 6 | -2/+262 |
* | Handle malformed info.txt file | lloyd | 2014-12-29 | 1 | -0/+2 |
* | Add Poly1305, based on poly1305-donna by Andrew Moon. | lloyd | 2014-12-29 | 12 | -12/+626 |
* | Support 96 bit nonces in ChaCha20 as specified in draft-irtf-cfrg-chacha20-po... | lloyd | 2014-12-29 | 3 | -3/+21 |
* | All tests now share an RNG. Uses system RNG if available | lloyd | 2014-12-28 | 23 | -53/+65 |
* | Update algos | lloyd | 2014-12-27 | 1 | -1/+2 |
* | Provide a test report | lloyd | 2014-12-27 | 1 | -0/+2 |
* | When encrypting McEliece or Curve25519 keys, default to GCM instead of CBC. | lloyd | 2014-12-27 | 4 | -14/+31 |
* | Add Curve25519 based on curve25519-donna by Adam Langley. | lloyd | 2014-12-27 | 16 | -0/+1024 |
* | Mention github issues | lloyd | 2014-12-27 | 1 | -4/+5 |
* | Fix header guards for amalgamation (github issue 35) | lloyd | 2014-12-22 | 4 | -31/+31 |
* | Printing too early | lloyd | 2014-12-22 | 1 | -4/+4 |
* | Update download link and tick version number. | lloyd | 2014-12-22 | 4 | -3/+7 |