aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/tls_suite_info.py
Commit message (Expand)AuthorAgeFilesLines
* Fix some LGTM issuesJack Lloyd2019-06-191-1/+1
* Address some issues found by LGTMJack Lloyd2019-06-031-7/+2
* Make it possible to regen tls_suite_info.cpp with recent tls-parameters.txtJack Lloyd2019-05-241-4/+4
* Use enums to represent TLS signature and kex algorithms.Jack Lloyd2018-01-281-24/+15
* Add support for ARIA GCM ciphersuitesJack Lloyd2017-11-031-6/+6
* Add ARIA option to TLS suite info generatorJack Lloyd2017-08-231-1/+9
* Fix TLS ciphersuite generator for ARIAJack Lloyd2017-08-231-2/+2
* Add support for ECDHE_PSK AEAD ciphersuitesJack Lloyd2017-08-221-2/+5
* Add CECPQ1 OCB ciphersuitesJack Lloyd2016-12-301-24/+32
* Add CECPQ1 TLS ciphersuitesJack Lloyd2016-11-171-0/+7
* Clean up TLS ciphersuite handlingJack Lloyd2016-08-161-31/+8
* Save the IETF ciphersute name directly in TLS::CiphersuiteJack Lloyd2016-06-091-14/+28
* Update OCB ciphersuites to follow new nonce scheme from -04 draftJack Lloyd2016-04-041-14/+14
* Add IETF standard ChaCha20Poly1305 ciphersuites to TLSJack Lloyd2016-03-231-35/+14
* Precompile the list of TLS ciphersuitesJack Lloyd2016-01-061-3/+21
* Add TLS_PSK testsJack Lloyd2015-11-131-20/+13
* 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