summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-09-24Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb
2020-09-24Use OPENSSL_SYS_TANDEM instead of OPENSSL_SYSNAME_TANDEMRichard Levitte
2020-09-23Fix missing propq in sm2Shane Lontis
2020-09-23Fix missing propq in ffc_params_generateShane Lontis
2020-09-23Fix missing propq in ecdh_cms_set_shared_info()Shane Lontis
2020-09-23Fix ecx so that is uses a settable propertyqueryShane Lontis
2020-09-23Change rsa gen so it can use the propq from OSSL_PKEY_PARAM_RSA_DIGESTShane Lontis
2020-09-23Fix CID 1466709 : Negative value passed to a function that cant be negative i...Shane Lontis
2020-09-23Fix CID 1466714 : Null pointer dereference in EVP_PKEY_CTX_ctrl() due to new ...Shane Lontis
2020-09-23kdf/mac: add name query calls for KDFs and MACsPauli
2020-09-23evp_rand: fix bug in gettable_ctx/settable_ctx callsPauli
2020-09-23Add a "random" configuration section.Pauli
2020-09-23rand: reference count the EVP_RAND contexts.Pauli
2020-09-22Address review commentsPaul Yang
2020-09-22Add SM2 signature algorithm to default providerPaul Yang
2020-09-22Add SM2 key managementPaul Yang
2020-09-21Support keys with RSA_METHOD_FLAG_NO_CHECK with OCSP signNorman Ashley
2020-09-20DECODER: Some cleanups, and aligning with OSSL_ENCODERRichard Levitte
2020-09-20TEST: Adapt applicable tests to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-09-20ENCODER: Adapt calls to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-09-20ENCODER: Refactor the OSSL_ENCODER API to be more like OSSL_DECODERRichard Levitte
2020-09-20ENCODER: Redefine the libcrypto <-> provider interfaceRichard Levitte
2020-09-20ocsp_vfy.c: Clean up code w.r.t. coding guidelines and reduce redundanciesDr. David von Oheimb
2020-09-20Fix: ecp_nistz256-armv4.S bad argumentsHenry N
2020-09-20Deprecate ASN1_STRING_length_set in OpenSSL 3.0.David Benjamin
2020-09-19Fix ec keygen so that it passes the library context to SSL_SELF_TEST_get_call...Shane Lontis
2020-09-19Add a copy of OSSL_SELF_TEST_get_callback() to the fips module.Shane Lontis
2020-09-19Add KEM (Key encapsulation mechanism) support to providersShane Lontis
2020-09-18fix provider signaturesShane Lontis
2020-09-18Add fips checks for dh key agreementShane Lontis
2020-09-18Add selftest callback to CRNG output testShane Lontis
2020-09-17HMAC should work with non-provided digestsDmitry Belyavskiy
2020-09-17Rename check_chain_extensions to check_chainTomas Mraz
2020-09-17Disallow certs with explicit curve in verification chainTomas Mraz
2020-09-17EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz
2020-09-17Fix Coverity CID 1466708 - correct pointer calculation in one caseDr. David von Oheimb
2020-09-17Correctly display the signing/hmac algorithm in the dgst appMatt Caswell
2020-09-17Redirect EVP_DigestInit to EVP_DigestSignInit_ex if appropriateMatt Caswell
2020-09-17Add a NULL check to EVP_PKEY_assignjwalch
2020-09-16undeprecate EVP_PKEY_cmp and EVP_PKEY_cmp_parametersTim Hudson
2020-09-16Add self tests for rsa encryptionShane Lontis
2020-09-16free memory use on error in cert verifyPauli
2020-09-16PKCS5 PBE: free allocations on unlikely / impossible failure pathPauli
2020-09-16PKCS#8: free data on error path in newpass_bagPauli
2020-09-14prov/drbg: cleanup some RAND_DRBG leftoversDr. Matthias St. Pierre
2020-09-13EVP: Centralise fetching error reportingRichard Levitte
2020-09-13Ignore unused return values from some sk_*() macrosMatt Caswell
2020-09-13Fix safestack issues in ui.hMatt Caswell
2020-09-13Fix safestack issues in pkcs12.hMatt Caswell
2020-09-13Fix safestack issues in crypto.hMatt Caswell