| Commit message (Expand) | Author | Age | Files | Lines |
* | Address some issues with PR 492 | Jack Lloyd | 2016-08-13 | 1 | -9/+60 |
* | Encrypt-then-MAC extension (RFC 7366) | Juraj Somorovsky | 2016-05-11 | 1 | -0/+2 |
* | TLS Policy support | Christian Mainka | 2016-05-03 | 1 | -11/+39 |
* | Remove support for TLS v1.2 MD5 and SHA-224 signatures. | Jack Lloyd | 2016-03-17 | 1 | -11/+0 |
* | Client must verify that the server sent an ECC curve which policy accepts. | Jack Lloyd | 2016-03-17 | 1 | -0/+5 |
* | Check that TLS signature type is accepted by the policy. | Jack Lloyd | 2016-03-06 | 1 | -0/+5 |
* | Make SRP6 support optional in TLS | Jack Lloyd | 2016-02-07 | 1 | -2/+2 |
* | Remove TLS heartbeat support. | Jack Lloyd | 2016-02-07 | 1 | -2/+0 |
* | Avoid set<Ciphersuite> | Jack Lloyd | 2016-01-17 | 1 | -6/+7 |
* | Remove all remaining uses of throwing a std:: exception directly | Jack Lloyd | 2015-12-19 | 1 | -1/+1 |
* | Add TLS_PSK tests | Jack Lloyd | 2015-11-13 | 1 | -5/+2 |
* | TLS improvements | Jack Lloyd | 2015-10-25 | 1 | -2/+11 |
* | Add a runtime map of string->func() which when called return | lloyd | 2015-01-28 | 1 | -14/+42 |
* | Add Strict_Policy. Disable server initiated renegotiation by default. | lloyd | 2015-01-23 | 1 | -9/+6 |
* | Add support for configuring a TLS::Policy by text file | lloyd | 2015-01-23 | 1 | -2/+46 |
* | Update TLS OCB ciphersuites to match draft-zauner-tls-aes-ocb-00 | lloyd | 2015-01-21 | 1 | -0/+2 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
* | 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 | 1 | -9/+16 |
* | Add ChaCha20Poly1305 TLS ciphersuites compatible with Google's implementation | lloyd | 2014-12-31 | 1 | -0/+1 |
* | A TLS Server can now process either TLS or DTLS but not either, | lloyd | 2014-11-15 | 1 | -3/+1 |
* | No need to pass version by reference | lloyd | 2014-10-31 | 1 | -1/+1 |
* | Add TLS fallback signalling (draft-ietf-tls-downgrade-scsv-00) | lloyd | 2014-10-31 | 1 | -1/+14 |
* | Verify that the server did not send any extension that the client didn't | lloyd | 2014-04-11 | 1 | -0/+10 |
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+286 |