summaryrefslogtreecommitdiff
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
* test: never run fipsinstall if the tests are not enabled.Pauli2021-04-291-5/+7
* Fixes related to separation of DH and DHX typesShane Lontis2021-04-261-32/+93
* STORE: Simplify error filtering in der2obj_decode()Richard Levitte2021-04-231-18/+6
* Update copyright yearMatt Caswell2021-04-222-2/+2
* Adapt our decoder implementations to the new way to indicate succes / failureRichard Levitte2021-04-215-51/+91
* Remove extra trailing semicolonRich Salz2021-04-201-1/+3
* Do IV reset also for DES and 3DES implementationsTomas Mraz2021-04-192-0/+9
* PROV: Add OIDs we know to all provider applicable algorithmsRichard Levitte2021-04-186-411/+716
* Fix naming for EVP_RAND_CTX_gettable functions.Pauli2021-04-171-4/+4
* Sanity check provider up-callsMatt Caswell2021-04-163-60/+57
* Store some FIPS global variables in the FIPS_GLOBAL structureMatt Caswell2021-04-1612-115/+171
* Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis2021-04-151-1/+1
* Add OID for mdc2WithRSASignature and remove related TODO 3.0Tomas Mraz2021-04-153-28/+48
* Do not allow creating empty RSA keys by duplicationTomas Mraz2021-04-151-4/+7
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-155-10/+10
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-155-2/+50
* Add domain parameter match check for DH and ECDH key exchange.Shane Lontis2021-04-143-1/+44
* Fix windows compiler error in kmac_prov.cShane Lontis2021-04-131-2/+6
* Add FIPS Self test for AES_ECB decryptShane Lontis2021-04-132-26/+65
* Always reset IV for CBC, OFB, and CFB mode on cipher context reinitTomas Mraz2021-04-121-0/+7
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-127-14/+14
* kmac: fix customistation string overflow bugPauli2021-04-121-45/+79
* Add additional KMAC errorPauli2021-04-121-0/+1
* Update copyright yearMatt Caswell2021-04-0820-20/+20
* Revert "Fix AES-CBC perf test failure issue"Pauli2021-04-081-1/+0
* fix coverity 1466710: resource leakPauli2021-04-081-3/+3
* Fix AES-CBC perf test failure issueFangming.Fang2021-04-071-0/+1
* Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz2021-04-065-23/+62
* APPS: Replace the use of OBJ_nid2ln() with name or description callsRichard Levitte2021-04-022-33/+60
* CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte2021-04-022-3/+3
* Add "save-parameters" encoder parameterTomas Mraz2021-04-011-29/+31
* Increase HKDF_MAXBUF from 1024 to 2048Benjamin Kaduk2021-03-301-1/+1
* Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell2021-03-301-3/+9
* Fix DH gettable OSSL_PKEY_PARAM_DH_PRIV_LEN so that it has the correctShane Lontis2021-03-301-2/+2
* Make the SM2 group the default group for the SM2 algorithmTomas Mraz2021-03-261-2/+36
* RSA-PSS: When printing parameters, always print the trailerfield ASN.1 valueRichard Levitte2021-03-261-7/+0
* sm2: fix coverity 1467503: explicit null dereferencePauli2021-03-261-1/+1
* rsa: fix coverity 1463571: explicit null dereferencePauli2021-03-261-6/+5
* Make fipsinstall -out flag optionalRich Salz2021-03-241-1/+1
* ec_keymgmt: fix coverity 1474427: resource leakPauli2021-03-241-3/+3
* rsa: fix coverity 1472658: resource leakPauli2021-03-201-0/+2
* STORE: Use the same error avoidance criteria as for the DER->key decoderRichard Levitte2021-03-191-1/+3
* PROV: Add type specific MSBLOB and PVK decoding for the MS->key decodersRichard Levitte2021-03-194-274/+518
* PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte2021-03-191-149/+140
* PROV: Add RSA-PSS specific OSSL_FUNC_KEYMGMT_LOAD functionRichard Levitte2021-03-191-2/+18
* PROV: Add type specific SubjectPublicKeyInfo decoding to the DER->key decodersRichard Levitte2021-03-191-5/+37
* PROV: Refactor DER->key decoderRichard Levitte2021-03-191-56/+125
* Fix a missing rand -> ossl_rand renameRichard Levitte2021-03-181-1/+1
* Add ossl_provider symbolsShane Lontis2021-03-187-14/+15
* Add ossl_pkcs5_pbkdf2_hmac_ex symbolShane Lontis2021-03-181-4/+4