aboutsummaryrefslogtreecommitdiffstats
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
* Add RSA SHA512 truncated digest supportShane Lontis2020-05-072-0/+4
* Add OIDS for md4 and ripemd160 to der_rsaShane Lontis2020-05-072-0/+14
* Remove gen_get_params & gen_gettable_params from keygen operationShane Lontis2020-05-071-38/+0
* Fix incorrect default keysize for CAST ofb and cfb modes.Shane Lontis2020-05-053-8/+8
* Implement key match functionality for ECX keysMatt Caswell2020-05-041-0/+32
* Don't export ECX key data twiceMatt Caswell2020-05-041-4/+0
* Add the library ctx into an ECX_KEYMatt Caswell2020-05-041-9/+9
* Add the ability to ECX to import keys with only the private keyMatt Caswell2020-05-041-3/+2
* Add solaris assembler fixes for legacy providerShane Lontis2020-05-021-1/+7
* When a private key is validated and there is no private key, return early.Mat Berchtold2020-05-012-0/+8
* coverity 1462574 Resource leakPauli2020-04-301-0/+1
* coverity 1462564 Improper use of negative valuePauli2020-04-301-0/+2
* coverity: 1462544 Dereference after null checkPauli2020-04-301-1/+1
* Amend references to "OpenSSL license"Shourya Shukla2020-04-296-6/+6
* 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-163-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-188-25/+109