aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/tls_suite_info.py
Commit message (Expand)AuthorAgeFilesLines
* Remove RC4 (and all support for stream ciphers) from TLSlloyd2015-05-151-4/+4
* Add new IETF ChaCha suiteslloyd2015-04-041-7/+29
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-2/+2
* Update TLS OCB ciphersuites to match draft-zauner-tls-aes-ocb-00lloyd2015-01-211-17/+24
* Save to file by defaultlloyd2015-01-211-5/+6
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add ChaCha20Poly1305 TLS ciphersuites compatible with Google's implementationlloyd2014-12-311-21/+14
* Cleanup handling of TLS AEAD nonce sizes, push all knowledge of whatlloyd2014-11-031-3/+4
* Add flag to enable ChaCha suites (draft-mavrogiannopoulos-chacha-tls-01)lloyd2014-02-081-5/+29
* Website tweaks. Rename TLS suite script options.lloyd2014-01-111-16/+14
* Add option processing to tls_suite_info scriptlloyd2014-01-071-22/+52
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-0/+273