summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
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-04-03Fix a gcc warning about possible null pointerBernd Edlinger
2020-04-03Add data driven SELF TEST code for signatures and key agreementShane Lontis
2020-04-01Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis
2020-03-28Param build: make structures opaque.Pauli
2020-03-28Param builder: make the OSSL_PARAM_BLD APIs public.Pauli
2020-03-27PROV: Fix EC_KEY exporters to allow domain parameter keysRichard Levitte
2020-03-27Ignore some fetch failuresMatt Caswell
2020-03-25EVP: Implement support for key downgrading in backendsRichard Levitte
2020-03-25EVP: Clarify the states of an EVP_PKEYRichard Levitte
2020-03-19Use RAND_bytes_ex in crypto/rsaMatt Caswell
2020-03-18Implement serializers for ED25519 and ED448Matt Caswell
2020-03-15Add ECDSA to providersShane Lontis
2020-03-15Add RSA sign to the fips providerShane Lontis
2020-03-12PROV: Add RSA functionality for key generationRichard Levitte
2020-03-12Add ECDH to fips providerShane Lontis
2020-03-12Add EC key validation to default providerShane Lontis
2020-03-10DOCS: Move implementation specific docs away from provider-digest(7)Richard Levitte
2020-03-09Implement provider support for Ed25519 annd Ed448Matt Caswell
2020-03-09Add Key Management support for EdDSA keysMatt Caswell
2020-03-08Improve small block cipher performanceKurt Roeckx
2020-03-05Add DSA Key validation to default providerShane Lontis
2020-03-05Add DH key validation to default providerShane Lontis
2020-03-04Add Serializers for ECShane Lontis
2020-03-03Add pairwise consistency self tests to asym keygeneratorsShane Lontis
2020-03-02PROV: Add a OP_keymgmt_match() function to our DH, DSA, RSA and EC_KEY implRichard Levitte
2020-02-28Implement the ECX SerializersMatt Caswell
2020-02-25Check that the DRBG's internal state has been zeroized after uninstantiationDr. Matthias St. Pierre
2020-02-23Fix default provider merge glitchRichard Levitte
2020-02-22PROV: Avoid MDC2 in the RSA signature implementation in the FIPS moduleRichard Levitte
2020-02-22PROV: add RSA signature implementationRichard Levitte
2020-02-21Introduce the provider propertyMatt Caswell
2020-02-21Add DRBG self testsShane Lontis
2020-02-21Params: add argument to the _from_text calls to indicate if the param exists.Pauli
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli
2020-02-20Deprecate the low level RSA functions.Pauli
2020-02-18[PROV][KEYMGMT][EC] Import/export of priv_key as padded const time BNNicola Tuveri
2020-02-18[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDHNicola Tuveri
2020-02-18[PROV][KEYMGMT][DH][DSA] use BN_clear_free for secretsNicola Tuveri
2020-02-17Coverity 1458439: fix resource leakPauli
2020-02-16Add FFC param/key validationShane Lontis
2020-02-14PROV: Build the main FIPS module code with FIPS_MODE definedRichard Levitte
2020-02-13Make the RSA ASYM_CIPHER implementation available inside the FIPS moduleMatt Caswell
2020-02-12Fix no-ec buildMatt Caswell
2020-02-12Deprecate the low level DSA functions.Pauli
2020-02-11Add S390 support for provider based X25519/X448Matt Caswell