summaryrefslogtreecommitdiffstats
path: root/providers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-2810-23/+23
* Update copyright yearMatt Caswell2020-04-2394-94/+94
* PROV: Ensure that EC keys have a default digestRichard Levitte2020-04-231-0/+5
* PROV: Ensure that ED25519 & ED448 keys have a mandatory digestRichard Levitte2020-04-231-5/+45
* FIPS: remove algorithms that are not being validated.Pauli2020-04-231-12/+0
* Fix some build failures with no-dhMatt Caswell2020-04-221-0/+5
* Fix DH_get_nid() so that it does not cache values.Shane Lontis2020-04-201-8/+11
* s390: ECX key generation fixes.Pauli2020-04-171-225/+45
* ecx: add key generation support.Pauli2020-04-172-1/+570
* Add ECX to FIPS provider as non-FIPS algorithmsPauli2020-04-171-0/+10
* Add DH keygen to providersShane Lontis2020-04-153-63/+359
* Add DSA keygen to providerShane Lontis2020-04-157-116/+421
* When calling EC_POINT_point2buf we must use a libctxMatt Caswell2020-04-151-1/+11
* Fix no-pic static buildsTomas Mraz2020-04-151-1/+5
* PROV: Implement EC param / key generationRichard Levitte2020-04-153-1/+202
* Fix EVP_DigestSign interface when used with DES CMACPatrick Steuer2020-04-116-5/+69
* Enable Ed25519 signing/verifying to use the libctxMatt Caswell2020-04-091-2/+4
* Add a null provider which implements no algorithms.Pauli2020-04-092-0/+116
* Move legacy ciphers into the legacy providerShane Lontis2020-04-096-165/+189
* Fix export of provided EC keysRichard Levitte2020-04-081-5/+2
* PROV: Add DERlib support for ECDSA and EC keysRichard Levitte2020-04-076-10/+202
* PROV: Add DERlib support for DSARichard Levitte2020-04-076-14/+144
* PROV: Add DERlib support for RSARichard Levitte2020-04-076-18/+219
* PROV: Add the beginning of a DER writing libraryRichard Levitte2020-04-071-0/+2
* Add perl support to parse and DER encode ASN.1 OID specsRichard Levitte2020-04-071-0/+111
* Fix a gcc warning about possible null pointerBernd Edlinger2020-04-031-1/+1
* Add data driven SELF TEST code for signatures and key agreementShane Lontis2020-04-033-413/+1050
* Add EVP_PKEY_gettable_params support for accessing EVP_PKEY key data fieldsShane Lontis2020-04-015-145/+154
* Param build: make structures opaque.Pauli2020-03-286-65/+85
* Param builder: make the OSSL_PARAM_BLD APIs public.Pauli2020-03-286-68/+68
* PROV: Fix EC_KEY exporters to allow domain parameter keysRichard Levitte2020-03-271-14/+12
* Ignore some fetch failuresMatt Caswell2020-03-271-0/+11
* EVP: Implement support for key downgrading in backendsRichard Levitte2020-03-255-465/+14
* EVP: Clarify the states of an EVP_PKEYRichard Levitte2020-03-255-49/+60
* Use RAND_bytes_ex in crypto/rsaMatt Caswell2020-03-191-1/+2
* Implement serializers for ED25519 and ED448Matt Caswell2020-03-178-25/+109
* Add ECDSA to providersShane Lontis2020-03-157-7/+528
* Add RSA sign to the fips providerShane Lontis2020-03-153-5/+18
* PROV: Add RSA functionality for key generationRichard Levitte2020-03-121-0/+124
* Add ECDH to fips providerShane Lontis2020-03-114-7/+28
* Add EC key validation to default providerShane Lontis2020-03-111-1/+32
* DOCS: Move implementation specific docs away from provider-digest(7)Richard Levitte2020-03-101-1/+1
* Implement provider support for Ed25519 annd Ed448Matt Caswell2020-03-096-0/+224
* Add Key Management support for EdDSA keysMatt Caswell2020-03-093-25/+46
* Improve small block cipher performanceKurt Roeckx2020-03-083-14/+21
* Add DSA Key validation to default providerShane Lontis2020-03-041-3/+53
* Add DH key validation to default providerShane Lontis2020-03-041-2/+44
* Add Serializers for ECShane Lontis2020-03-0314-50/+815
* Add pairwise consistency self tests to asym keygeneratorsShane Lontis2020-03-036-159/+49
* PROV: Add a OP_keymgmt_match() function to our DH, DSA, RSA and EC_KEY implRichard Levitte2020-03-024-0/+89