index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
ec_key.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
1
-1
/
+1
*
Implement pem_read_key directly through OSSL_DECODER
Tomas Mraz
2021-05-13
1
-0
/
+3
*
Add selection support to the provider keymgmt_dup function
Tomas Mraz
2021-04-15
1
-11
/
+1
*
Fix external symbols related to ec & sm2 keys
Shane Lontis
2021-02-26
1
-22
/
+24
*
Add EVP_PKEY_public_check_quick.
Shane Lontis
2021-02-22
1
-13
/
+24
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Deprecate EC_KEY + Update ec apps to use EVP_PKEY
Shane Lontis
2021-01-26
1
-1
/
+1
*
DECODER: Adjust the library context of keys in our decoders
Richard Levitte
2020-12-17
1
-0
/
+6
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-28
/
+26
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-3
/
+3
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-8
/
+7
*
Add SM2 key management
Paul Yang
2020-09-22
1
-3
/
+18
*
Fix ec keygen so that it passes the library context to SSL_SELF_TEST_get_call...
Shane Lontis
2020-09-19
1
-3
/
+3
*
EC_KEY: add EC_KEY_decoded_from_explicit_params()
Tomas Mraz
2020-09-17
1
-0
/
+7
*
keygen: add FIPS error state management to conditional self tests
Shane Lontis
2020-09-12
1
-0
/
+2
*
Ensure creating an EC public key uses the libctx
Matt Caswell
2020-06-19
1
-1
/
+6
*
Add more complete support for libctx/propq in the EC code
Matt Caswell
2020-06-19
1
-9
/
+18
*
Move EC_METHOD to internal-only
Billy Brumley
2020-06-02
1
-3
/
+2
*
deprecate EC precomputation functionality
Billy Brumley
2020-05-19
1
-0
/
+2
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-9
/
+9
*
Fix typo from #10631
Nicola Tuveri
2020-04-24
1
-1
/
+1
*
Add ECDH to fips provider
Shane Lontis
2020-03-11
1
-0
/
+5
*
Add EC key validation to default provider
Shane Lontis
2020-03-11
1
-47
/
+105
*
Add pairwise consistency self tests to asym keygenerators
Shane Lontis
2020-03-03
1
-2
/
+66
*
[EC] harden EC_KEY against leaks from memory accesses
Nicola Tuveri
2020-02-18
1
-2
/
+72
*
[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
Nicola Tuveri
2020-02-18
1
-6
/
+43
*
Deprecate the ECDSA and EV_KEY_METHOD functions.
Pauli
2020-02-04
1
-0
/
+6
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Make the EC code available from inside the FIPS provider
Matt Caswell
2019-08-06
1
-13
/
+37
*
Replace long dash characters with normal ascii minus
Bernd Edlinger
2019-07-09
1
-1
/
+1
*
ec key validation checks updated
Shane Lontis
2019-04-11
1
-12
/
+77
*
EC keygen updates + changed ecdsa_sign to use BN_secure_new
Shane Lontis
2019-04-09
1
-15
/
+46
*
Following the license change, modify the boilerplates in crypto/ec/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Fix segfault in RSA_free() (and DSA/DH/EC_KEY)
Nicola Tuveri
2018-09-05
1
-1
/
+1
*
Use the new non-curve type specific EC functions internally
Matt Caswell
2018-07-31
1
-25
/
+4
*
Update copyright year
Richard Levitte
2018-04-17
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-2
/
+4
*
Move the REF_PRINT support from e_os.h to internal/refcount.h.
Pauli
2017-08-29
1
-1
/
+1
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
1
-1
/
+2
*
Updates following feedback on OPENSSL_assert() removal
Matt Caswell
2017-08-21
1
-2
/
+0
*
Remove OPENSSL_assert() from crypto/ec
Matt Caswell
2017-08-21
1
-1
/
+2
*
Add missing include of cryptlib.h
Rich Salz
2017-08-06
1
-1
/
+1
*
Add RAND_priv_bytes() for private keys
Rich Salz
2017-08-03
1
-1
/
+1
*
Modify Sun copyright to follow OpenSSL style
Rich Salz
2017-06-20
1
-6
/
+1
*
Add EC_KEY_get0_engine()
Richard Levitte
2017-03-15
1
-0
/
+5
*
Add support for reference counting using C11 atomics
Kurt Roeckx
2016-11-17
1
-2
/
+2
*
Fix some style issues...
FdaSilvaYY
2016-08-02
1
-1
/
+1
*
Const EC_KEY_dup
Richard J. Moore
2016-08-01
1
-2
/
+2
*
Constify EC_KEY_*_oct2priv() input buffer
FdaSilvaYY
2016-07-25
1
-3
/
+4
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-53
/
+6
[next]