summaryrefslogtreecommitdiffstats
path: root/providers/default/defltprov.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: move provider mains upRichard Levitte2019-10-101-434/+0
* Cleanup: move providers/common/include/internal/provider_args.hRichard Levitte2019-10-101-1/+1
* Add rc2 ciphers to default providerShane Lontis2019-10-081-0/+8
* Adapt existing providers to posibly have name listsRichard Levitte2019-10-031-54/+94
* Add rc5 ciphers to default providerShane Lontis2019-10-031-0/+6
* [KDF] Add KBKDF implementation for counter-mode HMACRobbie Harwood2019-09-271-0/+1
* Add rc4 cipher to default providerShane Lontis2019-09-251-0/+4
* Add des ciphers to default providerShane Lontis2019-09-231-0/+6
* Add aes_wrap cipher to providersShane Lontis2019-09-201-0/+6
* Add aes_ocb cipher to providersShane Lontis2019-09-191-0/+5
* Add sm4 ciphers to default providerShane Lontis2019-09-191-0/+7
* Add SEED ciphers to default providerShane Lontis2019-09-181-0/+6
* Add cast5 ciphers to default providerShane Lontis2019-09-181-0/+6
* Add IDEA ciphers to default providerShane Lontis2019-09-181-0/+6
* Add blowfish ciphers to default providerShane Lontis2019-09-151-0/+6
* Add aes_xts cipher to providersShane Lontis2019-09-141-0/+2
* Register KDF's using their name macros rather than stringsPauli2019-09-111-8/+8
* Implement DSA in the default providerMatt Caswell2019-09-091-0/+13
* Add KDFs to providersPauli2019-09-061-0/+18
* Fix no-desMatt Caswell2019-08-291-0/+2
* Cleanup ciphers and Add 3des ciphers.Shane Lontis2019-08-261-0/+12
* Add basic aria and camellia ciphers modes to default providerShane Lontis2019-08-221-0/+44
* cleanup provider digestsShane Lontis2019-08-201-2/+0
* Add aes_ccm to providerShane Lontis2019-08-201-0/+7
* Rename the hash implementations KMAC{128,256} to KECCAK_KMAC{128,256}Richard Levitte2019-08-151-4/+4
* Move Poly1305 to providersRichard Levitte2019-08-151-0/+3
* Move SipHash to providersRichard Levitte2019-08-151-0/+3
* Move KMAC to providersRichard Levitte2019-08-151-0/+6
* Move HMAC to providersRichard Levitte2019-08-151-0/+1
* Move GMAC to providersRichard Levitte2019-08-151-0/+1
* Move CMAC to providersRichard Levitte2019-08-151-0/+3
* Move BLAKE2 MACs to the providersRichard Levitte2019-08-151-0/+11
* Rename provider and core get_param_types functionsRichard Levitte2019-08-151-5/+5
* Add gcm ciphers (aes and aria) to providers.Shane Lontis2019-07-311-0/+8
* Adapt DH to use with KEYMGMTRichard Levitte2019-07-231-1/+10
* Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhereRichard Levitte2019-07-231-6/+6
* Fix no-dhMatt Caswell2019-07-191-0/+2
* Implement PKCS#3 DH Key Exchange in the default providerMatt Caswell2019-07-161-0/+7
* Change OSSL_PARAM return size to not be a pointer.Pauli2019-06-241-3/+2
* Replumbing: Adapt the default and legacy providers to use library context upcallRichard Levitte2019-06-171-0/+15
* Move digests to providersShane Lontis2019-06-041-0/+35
* Replumbing: give the possibility for the provider to create a contextRichard Levitte2019-04-301-1/+2
* Implement AES CTR ciphers in the default providerMatt Caswell2019-04-191-0/+3
* Implement AES CFB ciphers in the default providerMatt Caswell2019-04-191-0/+9
* Implement AES OFB ciphers in the default providerMatt Caswell2019-04-191-0/+3
* Implement AES CBC ciphers in the default providerMatt Caswell2019-04-191-0/+3
* Add support in the default provider for 192/128 bit AES ECBMatt Caswell2019-04-191-0/+2
* Add the provider_algs.h internal header fileMatt Caswell2019-04-191-4/+1
* Implement support for AES-256-ECB in the default providerMatt Caswell2019-04-191-0/+9
* Implement SHA256 in the default providerMatt Caswell2019-03-211-0/+20