aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec
Commit message (Expand)AuthorAgeFilesLines
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-2/+4
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-1330-598/+545
* Fix REF_PRINT_COUNT argument in ecx_key_freeDaniel Bevenius2020-11-101-1/+1
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-2/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-1514-48/+49
* Remove CMS recipient info information out of the algorithm implementationsMatt Caswell2020-10-151-6/+0
* Move CMS signing code out of the algorithms and into CMSMatt Caswell2020-10-151-16/+0
* Move CMS enveloping code out of the algorithms and into CMSMatt Caswell2020-10-151-336/+0
* Run the withlibctx.pl scriptMatt Caswell2020-10-017-41/+35
* der: _ossl prefix DER functionsPauli2020-10-011-1/+1
* EC_GROUP_new_by_curve_name_with_libctx(): Add name of unknown group to error ...Dr. David von Oheimb2020-09-301-0/+4
* Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.Dr. David von Oheimb2020-09-301-12/+5
* Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb2020-09-243-13/+2
* Fix missing propq in ecdh_cms_set_shared_info()Shane Lontis2020-09-231-1/+1
* Fix ecx so that is uses a settable propertyqueryShane Lontis2020-09-237-68/+91
* Add SM2 key managementPaul Yang2020-09-221-3/+18
* Fix: ecp_nistz256-armv4.S bad argumentsHenry N2020-09-201-3/+3
* Fix ec keygen so that it passes the library context to SSL_SELF_TEST_get_call...Shane Lontis2020-09-191-3/+3
* EC_KEY: add EC_KEY_decoded_from_explicit_params()Tomas Mraz2020-09-174-8/+33
* EC: Reimplement EVP_PKEY_CTX_set_ec_param_enc() to support providersRichard Levitte2020-09-121-0/+40
* keygen: add FIPS error state management to conditional self testsShane Lontis2020-09-121-0/+2
* EVP: Move the functions and controls for setting and getting distidRichard Levitte2020-09-081-82/+0
* EVP: Add support for delayed EVP_PKEY operation parametersRichard Levitte2020-09-081-0/+82
* Fix coverity CID #1466378 - Incorrect expression in ec_backend.cShane Lontis2020-09-051-1/+1
* EC: Remove one error record that shadows anotherRichard Levitte2020-09-031-2/+0
* Ignore vendor name in Clang version number.Jung-uk Kim2020-08-272-2/+2
* Fix coverity CID #1458644 - Negative return passed to function taking size_t ...Shane Lontis2020-08-241-1/+1
* Add Explicit EC parameter support to providers.Shane Lontis2020-08-225-153/+604
* Add libctx and propq param to ASN.1 sign/verify/HMAC/decryptDr. David von Oheimb2020-08-211-5/+7
* X509: Add d2i_PUBKEY_ex(), which take a libctx and propqRichard Levitte2020-08-201-2/+6
* Add libctx to ecdh_KDF_X9_63.Shane Lontis2020-08-092-10/+23
* Add evp_test fixes.Shane Lontis2020-08-072-4/+6
* unify spelling of serializePauli2020-07-303-5/+5
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-161-3/+3
* [EC][ASN1] Detect missing OID when serializing EC parameters and keysNicola Tuveri2020-07-063-3/+18
* Ensure creating an EC public key uses the libctxMatt Caswell2020-06-192-16/+30
* Add more complete support for libctx/propq in the EC codeMatt Caswell2020-06-198-33/+67
* Make EVP_PKEY_CTX_[get|set]_ec_paramgen_curve_name more genericMatt Caswell2020-06-193-45/+3
* kdf: make function naming consistent.Pauli2020-06-111-3/+3
* [crypto/ec] Remove unreachable AVX2 code in NISTZ256 implementationNicola Tuveri2020-06-042-2336/+46
* Update copyright yearMatt Caswell2020-06-041-1/+1
* Move EC_METHOD to internal-onlyBilly Brumley2020-06-028-26/+47
* Avoid undefined behavior with unaligned accessesBernd Edlinger2020-05-272-20/+22
* Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb2020-05-262-2/+2
* Update core_names.h fields and document most fields.Shane Lontis2020-05-261-8/+7
* Fix coverity issues in EC after #11807Nicola Tuveri2020-05-241-4/+4
* deprecate EC_POINT_make_affine and EC_POINTs_make_affineBilly Brumley2020-05-204-5/+12
* deprecate EC precomputation functionalityBilly Brumley2020-05-192-0/+4
* deprecate EC_POINTs_mul functionBilly Brumley2020-05-161-8/+34