summaryrefslogtreecommitdiff
path: root/providers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add ossl_ x509 symbolsShane Lontis2021-03-181-1/+1
* Add ossl_ symbols for sm3 and sm4Shane Lontis2021-03-182-4/+4
* Add ossl_siv symbolsShane Lontis2021-03-181-9/+9
* Add ossl_aria symbolsShane Lontis2021-03-183-6/+6
* Add ossl_ ecx symbolsShane Lontis2021-03-183-22/+24
* Add ossl_rsa symbolsShane Lontis2021-03-182-5/+5
* Add ossl_encode symbolsShane Lontis2021-03-184-7/+7
* Add ossl_rand symbolsShane Lontis2021-03-188-98/+93
* Fix misc external ossl_ symbols.Shane Lontis2021-03-1819-32/+32
* Make EVP_PKEY_missing_parameters work properly on provided RSA keysTomas Mraz2021-03-176-95/+87
* prov: remove todos in rsa_keymgmt.cPauli2021-03-171-4/+0
* prov: remove TODO in der_rsa_key.cPauli2021-03-171-1/+2
* Fix a TODO(3.0) in the siphash codeMatt Caswell2021-03-171-6/+0
* Ensure that ECX keys pass EVP_PKEY_param_check()Matt Caswell2021-03-152-4/+19
* Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.Shane Lontis2021-03-151-2/+6
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-6/+13
* Remove the RAND_get0_public() from fips provider initializationTomas Mraz2021-03-121-3/+0
* update set_ctx_param store management calls to return 1 for a NULL paramsPauli2021-03-121-0/+3
* update set_ctx_param DRBG calls to return 1 for a NULL paramsPauli2021-03-122-0/+6
* update set_ctx_param MAC calls to return 1 for a NULL paramsPauli2021-03-125-0/+15
* prov: add extra params argument to KDF implementationsPauli2021-03-1210-0/+29
* support params argument to AES cipher init callsPauli2021-03-126-31/+101
* prov: support params argument to common cipher init callsPauli2021-03-123-21/+30
* prov: support param argument to DES cipher init callsPauli2021-03-122-14/+22