summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2020-10-06ffc: add _ossl to exported but internal functionsPauli
2020-10-05Some OIDs used in Russian X.509 certificates.Dmitry Belyavskiy
2020-10-04DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-10-04DECODER: Handle abstract object data typeRichard Levitte
2020-10-03Ensure that _GNU_SOURCE is defined for NI_MAXHOST and NI_MAXSERVdrgler
2020-10-03Fix segfault on missing provider_query_operation()Nicola Tuveri
2020-10-01EVP: use evp_pkey_ctx_is_legacy() to find what implementation to useRichard Levitte
2020-10-01Fix memory leak in req_cb() of x_req.c - handle distinguishing_id also with N...Dr. David von Oheimb
2020-10-01Fix some things the rename script didn't quite get rightMatt Caswell
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-10-01der: _ossl prefix DER functionsPauli
2020-10-01rsa_mp_coeff_names should only have one entry in it for fips mode.Shane Lontis
2020-09-30EC_GROUP_new_by_curve_name_with_libctx(): Add name of unknown group to error ...Dr. David von Oheimb
2020-09-30Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.Dr. David von Oheimb
2020-09-28todo: remove fork protection todo comment, it isn't relevant to the FIPS prov...Pauli
2020-09-27STORE: Clear a couple of TODOs that were there for the sake of SM2Richard Levitte
2020-09-26Implement treatment of id-pkix-ocsp-no-check extension for OCSP_basic_verify()Dr. David von Oheimb
2020-09-26en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch
2020-09-26Add EVP_ASYM_CIPHER_gettable_ctx_params() and EVP_ASYM_CIPHER_settable_ctx_pa...Shane Lontis
2020-09-26Add EVP_KEM_gettable_ctx_params() and EVP_KEM_settable_ctx_params()Shane Lontis
2020-09-25Remove some dead SM2 codeMatt Caswell
2020-09-25EVP: Enforce that EVP_PKEY_set_alias_type() only works with legacy keysRichard Levitte
2020-09-25Hide ECX_KEY againRichard Levitte
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