aboutsummaryrefslogtreecommitdiff
path: root/providers/defltprov.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-29PROV SERIALIZER: add support for writing RSA keysRichard Levitte1-0/+19
2019-11-29PROV BIO: add a BIO_vprintf() upcall, and a provider BIO libraryRichard Levitte1-0/+3
2019-11-21Tweak some algorithm naming inconsistenciesMatt Caswell1-12/+15
2019-11-14Move RSA Asym cipher code to the default providerMatt Caswell1-0/+6
2019-11-11Add rc4_hmac_md5 cipher to default providerShane Lontis1-0/+3
2019-11-08Add AES SIV ciphers to default providerShane Lontis1-0/+5
2019-10-31KDF: use string names not macros to align with other algorithms.Pauli1-10/+10
2019-10-23Add KRB5KDF from RFC 3961Simo Sorce1-0/+1
2019-10-17New RSA keymgmt implementation to handle import / export of RSA keysRichard Levitte1-0/+1
2019-10-16Add ChaCha related ciphers to default providerShane Lontis1-0/+6
2019-10-10Cleanup: move provider mains upRichard Levitte1-0/+434