summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2019-11-14CORE & PROV: make export of key data leaner through callbackRichard Levitte
2019-11-14Move RSA Asym cipher code to the default providerMatt Caswell
2019-11-14Implement provider support for Asym CiphersMatt Caswell
2019-11-11Add rc4_hmac_md5 cipher to default providerShane Lontis
2019-11-10Rename providers/common/provlib.c to nid_to_name.cRichard Levitte
2019-11-08Add AES SIV ciphers to default providerShane Lontis
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-10-31Fix typo in cipher_chacha20_poly1305_hw.c.Kelvin Lee
2019-10-31KDF: use string names not macros to align with other algorithms.Pauli
2019-10-23Add KRB5KDF from RFC 3961Simo Sorce
2019-10-20ciphers/chacha20,poly1303: Fix two coverity errorsDr. Matthias St. Pierre
2019-10-17New RSA keymgmt implementation to handle import / export of RSA keysRichard Levitte
2019-10-17DSA: Add export of keys and domain parameters from providerRichard Levitte
2019-10-17DH: Add export of keys and domain parameters from providerRichard Levitte
2019-10-17DSA: Add export of domain parameters to providerRichard Levitte
2019-10-17DH: Add export of domain parameters to providerRichard Levitte
2019-10-17[KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood
2019-10-16Add ChaCha related ciphers to default providerShane Lontis
2019-10-10Remove providers/default which seems to have been missed.Pauli
2019-10-11Remove EVP_CIPH_FLAG_CUSTOM_CIPHER in all our providersRichard Levitte
2019-10-11Providers: fix OSSL_FUNC_CIPHER_CIPHER functionsRichard Levitte
2019-10-10Cleanup: move provider mains upRichard Levitte
2019-10-10Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte
2019-10-10Cleanup: move providers/common/include/internal/provider_args.hRichard Levitte
2019-10-10Providers: move all ciphersRichard Levitte
2019-10-10Providers: move all digestsRichard Levitte
2019-10-10Providers: move default kdfs,macsRichard Levitte
2019-10-10Providers: move common exchange,kdfs,keymgmt,macs,signatureRichard Levitte
2019-10-10Rework how our providers are builtRichard Levitte
2019-10-08Add rc2 ciphers to default providerShane Lontis
2019-10-08Move cipher ctx 'original iv' parameter into the providerShane Lontis
2019-10-05RC4 is not a block cipherMatt Caswell
2019-10-04Move MD5-SHA1 digest completely to the default providerRichard Levitte
2019-10-03Adapt existing providers to posibly have name listsRichard Levitte
2019-10-03Add EVP_DigestSign/EVP_DigestVerify support for DSAMatt Caswell
2019-10-03Add rc5 ciphers to default providerShane Lontis
2019-10-03Fix Coverity issuesShane Lontis
2019-10-01Remove EVP_CIPH_FLAG_DEFAULT_ASN1 from all provided implementationsRichard Levitte
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize public header files (part 1)Dr. Matthias St. Pierre
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-27[KDF] Add KBKDF implementation for counter-mode HMACRobbie Harwood
2019-09-26When building of modules is disabled, build the legacy provider into libcryptoRichard Levitte
2019-09-26Missing else in cipher_hw_aes_ocb_generic_initkeyFangming.Fang
2019-09-25Remove engine param from the settable listPauli
2019-09-25Make the "engine" parameter to some provider algorithms (KDF/PRF) hidden.Pauli
2019-09-25Add rc4 cipher to default providerShane Lontis
2019-09-23Add des ciphers to default providerShane Lontis
2019-09-20Remove name string from PROV_CIPHER and PROV_DIGESTRichard Levitte