aboutsummaryrefslogtreecommitdiff
path: root/providers
AgeCommit message (Expand)AuthorFilesLines
2021-04-08Update copyright yearMatt Caswell20-20/+20
2021-04-08Revert "Fix AES-CBC perf test failure issue"Pauli1-1/+0
2021-04-08fix coverity 1466710: resource leakPauli1-3/+3
2021-04-07Fix AES-CBC perf test failure issueFangming.Fang1-0/+1
2021-04-06Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz5-23/+62
2021-04-02APPS: Replace the use of OBJ_nid2ln() with name or description callsRichard Levitte2-33/+60
2021-04-02CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte2-3/+3
2021-04-01Add "save-parameters" encoder parameterTomas Mraz1-29/+31
2021-03-30Increase HKDF_MAXBUF from 1024 to 2048Benjamin Kaduk1-1/+1
2021-03-30Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell1-3/+9
2021-03-30Fix DH gettable OSSL_PKEY_PARAM_DH_PRIV_LEN so that it has the correctShane Lontis1-2/+2
2021-03-26Make the SM2 group the default group for the SM2 algorithmTomas Mraz1-2/+36
2021-03-26RSA-PSS: When printing parameters, always print the trailerfield ASN.1 valueRichard Levitte1-7/+0
2021-03-26sm2: fix coverity 1467503: explicit null dereferencePauli1-1/+1
2021-03-26rsa: fix coverity 1463571: explicit null dereferencePauli1-6/+5
2021-03-24Make fipsinstall -out flag optionalRich Salz1-1/+1
2021-03-24ec_keymgmt: fix coverity 1474427: resource leakPauli1-3/+3
2021-03-20rsa: fix coverity 1472658: resource leakPauli1-0/+2
2021-03-19STORE: Use the same error avoidance criteria as for the DER->key decoderRichard Levitte1-1/+3
2021-03-19PROV: Add type specific MSBLOB and PVK decoding for the MS->key decodersRichard Levitte4-274/+518
2021-03-19PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte1-149/+140
2021-03-19PROV: Add RSA-PSS specific OSSL_FUNC_KEYMGMT_LOAD functionRichard Levitte1-2/+18
2021-03-19PROV: Add type specific SubjectPublicKeyInfo decoding to the DER->key decodersRichard Levitte1-5/+37
2021-03-19PROV: Refactor DER->key decoderRichard Levitte1-56/+125
2021-03-18Fix a missing rand -> ossl_rand renameRichard Levitte1-1/+1
2021-03-18Add ossl_provider symbolsShane Lontis7-14/+15
2021-03-18Add ossl_pkcs5_pbkdf2_hmac_ex symbolShane Lontis1-4/+4
2021-03-18Add ossl_ x509 symbolsShane Lontis1-1/+1
2021-03-18Add ossl_ symbols for sm3 and sm4Shane Lontis2-4/+4
2021-03-18Add ossl_siv symbolsShane Lontis1-9/+9
2021-03-18Add ossl_aria symbolsShane Lontis3-6/+6
2021-03-18Add ossl_ ecx symbolsShane Lontis3-22/+24
2021-03-18Add ossl_rsa symbolsShane Lontis2-5/+5
2021-03-18Add ossl_encode symbolsShane Lontis4-7/+7
2021-03-18Add ossl_rand symbolsShane Lontis8-98/+93
2021-03-18Fix misc external ossl_ symbols.Shane Lontis19-32/+32
2021-03-17Make EVP_PKEY_missing_parameters work properly on provided RSA keysTomas Mraz6-95/+87
2021-03-17prov: remove todos in rsa_keymgmt.cPauli1-4/+0
2021-03-17prov: remove TODO in der_rsa_key.cPauli1-1/+2
2021-03-17Fix a TODO(3.0) in the siphash codeMatt Caswell1-6/+0
2021-03-15Ensure that ECX keys pass EVP_PKEY_param_check()Matt Caswell2-4/+19
2021-03-15Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.Shane Lontis1-2/+6
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz1-6/+13
2021-03-12Remove the RAND_get0_public() from fips provider initializationTomas Mraz1-3/+0
2021-03-12update set_ctx_param store management calls to return 1 for a NULL paramsPauli1-0/+3
2021-03-12update set_ctx_param DRBG calls to return 1 for a NULL paramsPauli2-0/+6
2021-03-12update set_ctx_param MAC calls to return 1 for a NULL paramsPauli5-0/+15
2021-03-12prov: add extra params argument to KDF implementationsPauli10-0/+29
2021-03-12support params argument to AES cipher init callsPauli6-31/+101
2021-03-12prov: support params argument to common cipher init callsPauli3-21/+30