summaryrefslogtreecommitdiffstats
path: root/providers/common
AgeCommit message (Expand)Author
2020-04-15PROV: Implement EC param / key generationRichard Levitte
2020-04-07PROV: Add DERlib support for ECDSA and EC keysRichard Levitte
2020-04-07PROV: Add DERlib support for DSARichard Levitte
2020-04-07PROV: Add DERlib support for RSARichard Levitte
2020-04-07PROV: Add the beginning of a DER writing libraryRichard Levitte
2020-04-07Add perl support to parse and DER encode ASN.1 OID specsRichard Levitte
2020-03-27Ignore some fetch failuresMatt Caswell
2020-03-09Implement provider support for Ed25519 annd Ed448Matt Caswell
2020-02-22PROV: add RSA signature implementationRichard Levitte
2020-02-11Add X25519/X448 Key Exchange to the default providerMatt Caswell
2020-02-04PROV: Implement padding mode words in the RSA ASYM_CIPHER implementationRichard Levitte
2020-01-06Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis
2019-12-11Move providers/common/{ciphers,digests}/* to providers/implementationsRichard Levitte
2019-12-05Teach the RSA implementation about TLS RSA Key TransportMatt Caswell
2019-11-29PROV SERIALIZER: add support for writing DH keys and parametersRichard Levitte
2019-11-29PROV SERIALIZER: add common functionality to serialize keysRichard Levitte
2019-11-29PROV BIO: add a BIO_vprintf() upcall, and a provider BIO libraryRichard Levitte
2019-11-29Make sure we handle input NULL with length 0Matt Caswell
2019-11-22PROV: check for memory allocation failure in digest _dupctx.Pauli
2019-11-20Dont pass zero length input to asm modules for ciphersPatrick Steuer
2019-11-19EVP_CIPHER_CTX_set_keylen should not succeed if a bad keylen is passedMatt Caswell
2019-11-18Fix Use after free when copying cipher ctxShane Lontis
2019-11-14Implement provider support for Asym CiphersMatt Caswell
2019-11-10Rename providers/common/provlib.c to nid_to_name.cRichard Levitte
2019-11-07Update source files for deprecation at 3.0Richard Levitte
2019-10-23Add KRB5KDF from RFC 3961Simo Sorce
2019-10-17[KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood
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 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 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-03Add EVP_DigestSign/EVP_DigestVerify support for DSAMatt Caswell
2019-10-03Add rc5 ciphers to default providerShane 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 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-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
2019-09-20Refactor SSKDF to create the MAC contexts earlyRichard Levitte