summaryrefslogtreecommitdiffstats
path: root/providers
AgeCommit message (Expand)Author
2021-03-26rsa: fix coverity 1463571: explicit null dereferencePauli
2021-03-24Make fipsinstall -out flag optionalRich Salz
2021-03-24ec_keymgmt: fix coverity 1474427: resource leakPauli
2021-03-20rsa: fix coverity 1472658: resource leakPauli
2021-03-19STORE: Use the same error avoidance criteria as for the DER->key decoderRichard Levitte
2021-03-19PROV: Add type specific MSBLOB and PVK decoding for the MS->key decodersRichard Levitte
2021-03-19PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte
2021-03-19PROV: Add RSA-PSS specific OSSL_FUNC_KEYMGMT_LOAD functionRichard Levitte
2021-03-19PROV: Add type specific SubjectPublicKeyInfo decoding to the DER->key decodersRichard Levitte
2021-03-19PROV: Refactor DER->key decoderRichard Levitte
2021-03-18Fix a missing rand -> ossl_rand renameRichard Levitte
2021-03-18Add ossl_provider symbolsShane Lontis
2021-03-18Add ossl_pkcs5_pbkdf2_hmac_ex symbolShane Lontis
2021-03-18Add ossl_ x509 symbolsShane Lontis
2021-03-18Add ossl_ symbols for sm3 and sm4Shane Lontis
2021-03-18Add ossl_siv symbolsShane Lontis
2021-03-18Add ossl_aria symbolsShane Lontis
2021-03-18Add ossl_ ecx symbolsShane Lontis
2021-03-18Add ossl_rsa symbolsShane Lontis
2021-03-18Add ossl_encode symbolsShane Lontis
2021-03-18Add ossl_rand symbolsShane Lontis
2021-03-18Fix misc external ossl_ symbols.Shane Lontis
2021-03-17Make EVP_PKEY_missing_parameters work properly on provided RSA keysTomas Mraz
2021-03-17prov: remove todos in rsa_keymgmt.cPauli
2021-03-17prov: remove TODO in der_rsa_key.cPauli
2021-03-17Fix a TODO(3.0) in the siphash codeMatt Caswell
2021-03-15Ensure that ECX keys pass EVP_PKEY_param_check()Matt Caswell
2021-03-15Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.Shane Lontis
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-03-12Remove the RAND_get0_public() from fips provider initializationTomas Mraz
2021-03-12update set_ctx_param store management calls to return 1 for a NULL paramsPauli
2021-03-12update set_ctx_param DRBG calls to return 1 for a NULL paramsPauli
2021-03-12update set_ctx_param MAC calls to return 1 for a NULL paramsPauli
2021-03-12prov: add extra params argument to KDF implementationsPauli
2021-03-12support params argument to AES cipher init callsPauli
2021-03-12prov: support params argument to common cipher init callsPauli
2021-03-12prov: support param argument to DES cipher init callsPauli
2021-03-12prov: support param argument to null cipher init callsPauli
2021-03-12prov: support params argument to CHACHA20 ciphersPauli
2021-03-12prov: support params argument to RCx ciphersPauli
2021-03-12prov: support params arguments to signature init callsPauli
2021-03-12prov: update digests to support modified ctx paramsPauli
2021-03-12prov: support param argument to digest init callsPauli
2021-03-12prov: update KEM to support params on init()Pauli
2021-03-12prov: update exchange algorithms to support params on the init callPauli
2021-03-12prov: asym ciphers take an extra init() params argumentPauli
2021-03-12provider: add params argument to key manager's gen_init callPauli
2021-03-11PROV: use EVP_CIPHER_CTX_set_params() rather than EVP_CIPHER_CTX_ctrl()Richard Levitte
2021-03-11Update copyright yearMatt Caswell
2021-03-11Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli