summaryrefslogtreecommitdiffstats
path: root/crypto/ec
AgeCommit message (Expand)Author
2021-01-26Add checks for NULL return from EC_KEY_get0_group()Tomas Mraz
2021-01-26Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis
2021-01-20Remove pkey_downgrade from PKCS7 codeShane Lontis
2021-01-15Allow EVP_PKEY private key objects to be created without a public componentJon Spillett
2021-01-13Fix incorrect use of BN_CTX APIAgustin Gianni
2020-12-17DECODER: Adjust the library context of keys in our decodersRichard Levitte
2020-12-16EVP_PKEY & EC_KEY: Make EC EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte
2020-12-07Deprecate EC_POINT_bn2point and EC_POINT_point2bn.Shane Lontis
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-11-10Fix REF_PRINT_COUNT argument in ecx_key_freeDaniel Bevenius
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-15Remove CMS recipient info information out of the algorithm implementationsMatt Caswell
2020-10-15Move CMS signing code out of the algorithms and into CMSMatt Caswell
2020-10-15Move CMS enveloping code out of the algorithms and into CMSMatt Caswell
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-10-01der: _ossl prefix DER functionsPauli
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-24Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb
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-22Add SM2 key managementPaul Yang
2020-09-20Fix: ecp_nistz256-armv4.S bad argumentsHenry N
2020-09-19Fix ec keygen so that it passes the library context to SSL_SELF_TEST_get_call...Shane Lontis
2020-09-17EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz
2020-09-12EC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to support providersRichard Levitte
2020-09-12keygen: add FIPS error state management to conditional self testsShane Lontis
2020-09-08EVP: Move the functions and controls for setting and getting distidRichard Levitte
2020-09-08EVP: Add support for delayed EVP_PKEY operation parametersRichard Levitte
2020-09-05Fix coverity CID #1466378 - Incorrect expression in ec_backend.cShane Lontis
2020-09-03EC: Remove one error record that shadows anotherRichard Levitte
2020-08-27Ignore vendor name in Clang version number.Jung-uk Kim
2020-08-24Fix coverity CID #1458644 - Negative return passed to function taking size_t ...Shane Lontis
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis
2020-08-21Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb
2020-08-20X509: Add d2i_PUBKEY_ex(), which take a libctx and propqRichard Levitte
2020-08-09Add libctx to ecdh_KDF_X9_63.Shane Lontis
2020-08-07Add evp_test fixes.Shane Lontis
2020-07-30unify spelling of serializePauli
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell
2020-07-06[EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri
2020-06-19Ensure creating an EC public key uses the libctxMatt Caswell
2020-06-19Add more complete support for libctx/propq in the EC codeMatt Caswell
2020-06-19Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell
2020-06-11kdf: make function naming consistent.Pauli
2020-06-04[crypto/ec] Remove unreachable AVX2 code in NISTZ256 implementationNicola Tuveri