| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change TLS session encryption to use AES-256/GCM instead of CBC+HMAC | lloyd | 2015-01-08 | 2 | -9/+27 |
* | Add SHA-512/256 | lloyd | 2015-01-08 | 1 | -0/+2 |
* | Add todo.rst derived from enhancement tickets in bugzilla | lloyd | 2015-01-07 | 1 | -0/+69 |
* | 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 | 1 | -2/+5 |
* | Fix doc bugs | lloyd | 2015-01-05 | 2 | -2/+2 |
* | Update relnotes | lloyd | 2015-01-04 | 1 | -0/+8 |
* | Add DTLS-SRTP key establishment from RFC 5764 (required for WebRTC). | lloyd | 2015-01-04 | 1 | -4/+5 |
* | Tick version to 1.11.13 | lloyd | 2015-01-03 | 3 | -1/+6 |
* | 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 |
* | Add ChaCha20Poly1305 TLS ciphersuites compatible with Google's implementation | lloyd | 2014-12-31 | 2 | -9/+13 |
* | More info on AEAD decryption handling | lloyd | 2014-12-31 | 1 | -0/+10 |
* | Add AEAD based on ChaCha20 and Poly1305 defined in draft-irtf-cfrg-chacha20-p... | lloyd | 2014-12-29 | 1 | -2/+3 |
* | Add Poly1305, based on poly1305-donna by Andrew Moon. | lloyd | 2014-12-29 | 3 | -1/+5 |
* | Update algos | lloyd | 2014-12-27 | 1 | -1/+2 |
* | When encrypting McEliece or Curve25519 keys, default to GCM instead of CBC. | lloyd | 2014-12-27 | 1 | -3/+9 |
* | Add Curve25519 based on curve25519-donna by Adam Langley. | lloyd | 2014-12-27 | 3 | -0/+9 |
* | Mention github issues | lloyd | 2014-12-27 | 1 | -4/+5 |
* | Update download link and tick version number. | lloyd | 2014-12-22 | 3 | -2/+6 |
* | Update for 1.11.11 release1.11.11 | lloyd | 2014-12-22 | 1 | -1/+4 |
* | Enable system_rng on Windows and MinGW (untested) | lloyd | 2014-12-21 | 1 | -0/+10 |
* | Update TLS doc | lloyd | 2014-12-20 | 1 | -11/+26 |
* | Add abstract database interface so applications can easily store info | lloyd | 2014-12-20 | 1 | -0/+12 |
* | Add 1.10.9 release | lloyd | 2014-12-13 | 2 | -5/+23 |
* | Tick to 1.11.11 | lloyd | 2014-12-13 | 1 | -0/+3 |
* | Make the connection between calling TLS::Channel::send and a new | lloyd | 2014-12-13 | 1 | -3/+9 |
* | Update for 1.11.10 release1.11.10 | lloyd | 2014-12-10 | 2 | -16/+18 |
* | Implement RFC 6979 determinstic signatures for DSA and ECDSA. | lloyd | 2014-12-10 | 1 | -0/+4 |
* | Add a basic speed test for McEliece | lloyd | 2014-12-08 | 1 | -7/+8 |
* | Remove the Overbeck conversion at Dr. Strenzke's request. | lloyd | 2014-12-06 | 1 | -2/+5 |
* | Add an easy way to directly use the system PRNG. | lloyd | 2014-12-02 | 1 | -0/+9 |
* | Add an implementation of McEliece encryption based on HyMES | fstrenzke | 2014-11-26 | 3 | -4/+13 |
* | Cleanup PBES2 and add GCM support | lloyd | 2014-11-19 | 1 | -0/+6 |
* | Add gzip compression transform and compress command line prog. | lloyd | 2014-11-19 | 1 | -0/+5 |
* | Fix warnings in Altivec header and add AltiVec detection for POWER8 | lloyd | 2014-11-16 | 1 | -0/+2 |
* | Add some util functions for timing attack countermeasures from Falko | lloyd | 2014-11-15 | 1 | -1/+1 |
* | A TLS Server can now process either TLS or DTLS but not either, | lloyd | 2014-11-15 | 2 | -25/+38 |
* | Fix relnotes index title | lloyd | 2014-11-15 | 1 | -0/+4 |
* | Update relnotes | lloyd | 2014-11-15 | 1 | -0/+15 |
* | Replace Transformatio::nstart with start_raw so we can do a full set | lloyd | 2014-11-05 | 1 | -1/+1 |
* | Various small fixes and cleanups, new is_prime util | lloyd | 2014-11-03 | 1 | -0/+8 |
* | Add TLS fallback signalling (draft-ietf-tls-downgrade-scsv-00) | lloyd | 2014-10-31 | 1 | -0/+6 |
* | Correct documentation | lloyd | 2014-10-14 | 1 | -1/+1 |
* | Some documentation updates WRT DTLS and X.509 cert path processing | lloyd | 2014-10-06 | 2 | -25/+100 |
* | Fix decoding indefinite length BER constructs that contain a context | lloyd | 2014-09-27 | 1 | -0/+3 |
* | Correct CCM for L != 2. Bugzilla 270 | lloyd | 2014-05-16 | 1 | -0/+5 |
* | Any fixed MR iterations is probably wrong for somebody. Allow the user | lloyd | 2014-04-25 | 2 | -11/+22 |