aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/mishmash
AgeCommit message (Expand)AuthorFilesLines
2024-01-31[tls] Add ECDHE cipher suitesMichael Brown13-12/+253
2024-01-30[tls] Make key exchange algorithms selectable via build configurationMichael Brown8-90/+211
2024-01-30[crypto] Add X25519 OID-identified algorithm and TLS named curveMichael Brown1-0/+45
2022-11-10[tls] Add GCM cipher suitesMichael Brown4-8/+128
2022-11-09[tls] Allow handshake digest algorithm to be specified by cipher suiteMichael Brown2-0/+9
2022-11-08[tls] Add MAC length as a cipher suite parameterMichael Brown2-0/+8
2022-11-07[tls] Formalise notions of fixed and record initialisation vectorsMichael Brown2-0/+16
2022-10-11[tls] Add support for DHE variants of the existing cipher suitesMichael Brown2-4/+52
2022-10-11[tls] Add key exchange mechanism to definition of cipher suiteMichael Brown2-0/+4
2020-12-08[asn1] Rename ASN1_OID_CURSOR to ASN1_CURSORMichael Brown16-16/+16
2020-06-16[crypto] Allow algorithms to be included without being OID-identifiableMichael Brown10-0/+371
2015-08-02[crypto] Support SHA-{224,384,512} in X.509 certificatesMichael Brown8-0/+457