summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_key.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-1/+1
* Implement pem_read_key directly through OSSL_DECODERTomas Mraz2021-05-131-0/+3
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-151-11/+1
* Fix external symbols related to ec & sm2 keysShane Lontis2021-02-261-22/+24
* Add EVP_PKEY_public_check_quick.Shane Lontis2021-02-221-13/+24
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-1/+1
* DECODER: Adjust the library context of keys in our decodersRichard Levitte2020-12-171-0/+6
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-28/+26
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-3/+3
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-8/+7
* Add SM2 key managementPaul Yang2020-09-221-3/+18
* 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-171-0/+7
* keygen: add FIPS error state management to conditional self testsShane Lontis2020-09-121-0/+2
* Ensure creating an EC public key uses the libctxMatt Caswell2020-06-191-1/+6
* Add more complete support for libctx/propq in the EC codeMatt Caswell2020-06-191-9/+18
* Move EC_METHOD to internal-onlyBilly Brumley2020-06-021-3/+2
* deprecate EC precomputation functionalityBilly Brumley2020-05-191-0/+2
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-9/+9
* Fix typo from #10631Nicola Tuveri2020-04-241-1/+1
* Add ECDH to fips providerShane Lontis2020-03-111-0/+5
* Add EC key validation to default providerShane Lontis2020-03-111-47/+105
* Add pairwise consistency self tests to asym keygeneratorsShane Lontis2020-03-031-2/+66
* [EC] harden EC_KEY against leaks from memory accessesNicola Tuveri2020-02-181-2/+72
* [PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDHNicola Tuveri2020-02-181-6/+43
* Deprecate the ECDSA and EV_KEY_METHOD functions.Pauli2020-02-041-0/+6
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-061-13/+37
* Replace long dash characters with normal ascii minusBernd Edlinger2019-07-091-1/+1
* ec key validation checks updatedShane Lontis2019-04-111-12/+77
* EC keygen updates + changed ecdsa_sign to use BN_secure_newShane Lontis2019-04-091-15/+46
* Following the license change, modify the boilerplates in crypto/ec/Richard Levitte2018-12-061-1/+1
* Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri2018-09-051-1/+1
* Use the new non-curve type specific EC functions internallyMatt Caswell2018-07-311-25/+4
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-2/+4
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-291-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-291-1/+2
* Updates following feedback on OPENSSL_assert() removalMatt Caswell2017-08-211-2/+0
* Remove OPENSSL_assert() from crypto/ecMatt Caswell2017-08-211-1/+2
* Add missing include of cryptlib.hRich Salz2017-08-061-1/+1
* Add RAND_priv_bytes() for private keysRich Salz2017-08-031-1/+1
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-6/+1
* Add EC_KEY_get0_engine()Richard Levitte2017-03-151-0/+5
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-2/+2
* Fix some style issues...FdaSilvaYY2016-08-021-1/+1
* Const EC_KEY_dupRichard J. Moore2016-08-011-2/+2
* Constify EC_KEY_*_oct2priv() input bufferFdaSilvaYY2016-07-251-3/+4
* Copyright consolidation 05/10Rich Salz2016-05-171-53/+6