index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
ec_curve.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-1
/
+1
*
[ec] Do not default to OPENSSL_EC_NAMED_CURVE for curves without OID
Nicola Tuveri
2021-08-30
1
-0
/
+37
*
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
-6
/
+6
*
EVP_PKEY & EC_KEY: Make EC EVP_PKEY_CTX parameter ctrls / setters more available
Richard Levitte
2020-12-16
1
-185
/
+100
*
CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()
Richard Levitte
2020-11-13
1
-2
/
+4
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-12
/
+12
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-2
/
+2
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-6
/
+6
*
EC_GROUP_new_by_curve_name_with_libctx(): Add name of unknown group to error ...
Dr. David von Oheimb
2020-09-30
1
-0
/
+4
*
Add more complete support for libctx/propq in the EC code
Matt Caswell
2020-06-19
1
-7
/
+9
*
Move EC_METHOD to internal-only
Billy Brumley
2020-06-02
1
-7
/
+3
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-21
/
+21
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
EC: Refactor ec_curve_name2nid() to accept NIST curve names
Richard Levitte
2020-03-25
1
-28
/
+51
*
Add ECDH to fips provider
Shane Lontis
2020-03-11
1
-102
/
+126
*
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
*
s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448
Patrick Steuer
2019-09-25
1
-6
/
+6
*
s390x assembly pack: accelerate scalar multiplication
Patrick Steuer
2019-08-15
1
-12
/
+30
*
Make the EC code available from inside the FIPS provider
Matt Caswell
2019-08-06
1
-16
/
+36
*
EC only uses approved curves in FIPS mode.
Shane Lontis
2019-06-25
1
-18
/
+92
*
Remove OPENSSL_memcmp.
Pauli
2019-06-21
1
-5
/
+4
*
doc fixups
Shane Lontis
2019-04-11
1
-3
/
+3
*
added code to validate EC named curve parameters
Shane Lontis
2019-04-11
1
-1
/
+122
*
Following the license change, modify the boilerplates in crypto/ec/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Use the new non-curve type specific EC functions internally
Matt Caswell
2018-07-31
1
-1
/
+1
*
Improve compatibility of point and curve checks
Matt Caswell
2018-05-24
1
-2
/
+2
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Fix no-sm3/no-sm2 (with strict-warnings)
Todd Short
2018-03-19
1
-0
/
+2
*
Fix no-sm3 (and no-sm2)
Todd Short
2018-03-19
1
-0
/
+2
*
Add SM2 signature and ECIES schemes
Jack Lloyd
2018-03-19
1
-0
/
+39
*
Remove email addresses from source code.
Rich Salz
2017-10-13
1
-1
/
+1
*
e_os.h removal from other headers and source files.
Pauli
2017-08-29
1
-1
/
+1
*
Modify Sun copyright to follow OpenSSL style
Rich Salz
2017-06-20
1
-14
/
+1
*
Remove old EC based X25519 code.
Dr. Stephen Henson
2016-08-13
1
-1
/
+0
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-53
/
+6
*
Add X25519 curve to list
Dr. Stephen Henson
2016-02-28
1
-0
/
+1
*
Extended EC_METHOD customisation support.
Dr. Stephen Henson
2016-02-28
1
-0
/
+4
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-1
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-6
/
+6
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-07
1
-1
/
+1
*
Add OSSL_NELEM macro.
Dr. Stephen Henson
2015-05-03
1
-3
/
+4
*
free NULL cleanup 7
Rich Salz
2015-05-01
1
-14
/
+7
*
free NULL cleanup.
Rich Salz
2015-03-25
1
-2
/
+1
*
Dead code cleanup: crypto/ec,ecdh,ecdsa
Rich Salz
2015-02-02
1
-20
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-3299
/
+3088
*
Fix source where indent will not be able to cope
Matt Caswell
2015-01-22
1
-516
/
+1369
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
[next]