summaryrefslogtreecommitdiffstats
path: root/src/crypto/mishmash
Commit message (Expand)AuthorAgeFilesLines
* [tls] Add ECDHE cipher suitesMichael Brown2024-01-3113-12/+253
* [tls] Make key exchange algorithms selectable via build configurationMichael Brown2024-01-308-90/+211
* [crypto] Add X25519 OID-identified algorithm and TLS named curveMichael Brown2024-01-301-0/+45
* [tls] Add GCM cipher suitesMichael Brown2022-11-104-8/+128
* [tls] Allow handshake digest algorithm to be specified by cipher suiteMichael Brown2022-11-092-0/+9
* [tls] Add MAC length as a cipher suite parameterMichael Brown2022-11-082-0/+8
* [tls] Formalise notions of fixed and record initialisation vectorsMichael Brown2022-11-072-0/+16
* [tls] Add support for DHE variants of the existing cipher suitesMichael Brown2022-10-112-4/+52
* [tls] Add key exchange mechanism to definition of cipher suiteMichael Brown2022-10-112-0/+4
* [asn1] Rename ASN1_OID_CURSOR to ASN1_CURSORMichael Brown2020-12-0816-16/+16
* [crypto] Allow algorithms to be included without being OID-identifiableMichael Brown2020-06-1610-0/+371
* [crypto] Support SHA-{224,384,512} in X.509 certificatesMichael Brown2015-08-028-0/+457