index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
ec_kmeth.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
fix memory allocation and reference counting issues
Pauli
2023-07-05
1
-4
/
+5
*
ec: update to structure based atomics
Pauli
2023-07-01
1
-5
/
+2
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-7
/
+4
*
fips module header inclusion fine-tunning
Tomas Mraz
2021-07-06
1
-1
/
+3
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Fix external symbols related to ec & sm2 keys
Shane Lontis
2021-02-26
1
-3
/
+3
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-8
/
+8
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+1
*
Add more complete support for libctx/propq in the EC code
Matt Caswell
2020-06-19
1
-4
/
+11
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-4
/
+4
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Deprecate the ECDH 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
-8
/
+20
*
Following the license change, modify the boilerplates in crypto/ec/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-09-11
1
-1
/
+1
*
Harmonize the error handling codepath
Nicola Tuveri
2018-09-05
1
-1
/
+1
*
Fix const correctness of EC_KEY_METHOD_get_*
Johannes Bauer
2017-07-23
1
-5
/
+5
*
Fix and simplify error handling in (RSA/EC_kmeth)_new_method()
FdaSilvaYY
2016-05-23
1
-17
/
+12
*
Copyright consolidation 06/10
Rich Salz
2016-05-17
1
-49
/
+5
*
few missing allocation failure checks and releases on error paths
J Mohan Rao Arisankala
2016-05-09
1
-0
/
+1
*
Remove #error from include files.
Rich Salz
2016-03-21
1
-3
/
+1
*
Convert CRYPTO_LOCK_X509_* to new multi-threading API
Alessandro Ghedini
2016-03-08
1
-0
/
+2
*
Convert CRYPTO_LOCK_EC_* to new multi-threading API
Alessandro Ghedini
2016-03-08
1
-1
/
+12
*
Handle KDF internally.
Dr. Stephen Henson
2016-03-02
1
-18
/
+28
*
GH715: ENGINE_finish can take NULL
Rich Salz
2016-02-25
1
-4
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Add CRYPTO_EX_DATA; remove EC_EXTRA_DATA
Rich Salz
2016-01-13
1
-2
/
+32
*
Constify EC_KEY in ECDH_compute_key.
Dr. Stephen Henson
2015-12-16
1
-3
/
+3
*
make default_ec_key_meth static
Dr. Stephen Henson
2015-12-10
1
-1
/
+1
*
Use NULL comparison
Dr. Stephen Henson
2015-12-09
1
-6
/
+6
*
EC_KEY_METHOD accessors.
Dr. Stephen Henson
2015-12-09
1
-0
/
+172
*
Top level ECDSA sign/verify redirection.
Dr. Stephen Henson
2015-12-09
1
-0
/
+2
*
Engine EC_KEY_METHOD functionality.
Dr. Stephen Henson
2015-12-09
1
-2
/
+2
*
add sign/verify methods
Dr. Stephen Henson
2015-12-09
1
-1
/
+4
*
Add set methods.
Dr. Stephen Henson
2015-12-09
1
-1
/
+1
*
EC_KEY_METHOD copy support
Dr. Stephen Henson
2015-12-09
1
-1
/
+1
*
EC_KEY_METHOD init and finish support
Dr. Stephen Henson
2015-12-09
1
-1
/
+6
*
ENGINE fixes
Dr. Stephen Henson
2015-12-09
1
-1
/
+3
*
Add compute key support to EC_KEY_METHOD
Dr. Stephen Henson
2015-12-09
1
-1
/
+13
*
EC_KEY_METHOD keygen support.
Dr. Stephen Henson
2015-12-09
1
-1
/
+2
*
Support for EC_KEY_METHOD.
Dr. Stephen Henson
2015-12-09
1
-0
/
+120