index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
ec
/
ec_pmeth.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ec/ec_pmeth.c: minor cleanups and readability fixes.
Andy Polyakov
2018-06-25
1
-23
/
+30
*
Move SM2 algos to SM2 specific PKEY method
Jack Lloyd
2018-06-19
1
-108
/
+5
*
Use lowercase for internal SM2 symbols
Matt Caswell
2018-06-04
1
-6
/
+6
*
Improve use of the test framework in the SM2 internal tests
Matt Caswell
2018-06-04
1
-6
/
+10
*
Make SM2 functions private
Jack Lloyd
2018-06-04
1
-1
/
+1
*
Remove some logically dead code
Matt Caswell
2018-05-31
1
-7
/
+4
*
Fix no-sm2 with clang
Todd Short
2018-05-29
1
-1
/
+1
*
Set error code on alloc failures
Rich Salz
2018-04-03
1
-4
/
+6
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Fix no-sm2
Matt Caswell
2018-03-19
1
-19
/
+24
*
Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLEN
Jack Lloyd
2018-03-19
1
-5
/
+17
*
Support SM2 ECIES scheme via EVP
Jack Lloyd
2018-03-19
1
-19
/
+78
*
Add SM2 signature and ECIES schemes
Jack Lloyd
2018-03-19
1
-3
/
+29
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-1
/
+1
*
Move and adapt ECDSA sign and verify functions.
Dr. Stephen Henson
2015-12-09
1
-1
/
+0
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-3
/
+3
*
remove 0 assignments.
Rich Salz
2015-09-03
1
-10
/
+1
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-1
/
+1
*
Use "==0" instead of "!strcmp" etc
Rich Salz
2015-05-07
1
-6
/
+6
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+2
*
free null cleanup finale
Rich Salz
2015-05-01
1
-4
/
+2
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-4
/
+1
*
free NULL cleanup.
Rich Salz
2015-03-25
1
-7
/
+4
*
Move some EVP internals to evp_int.h
Dr. Stephen Henson
2015-03-24
1
-1
/
+1
*
Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
Rich Salz
2015-03-11
1
-4
/
+3
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-473
/
+431
*
Add OPENSSL_NO_ECDH guards
Matt Caswell
2014-12-16
1
-0
/
+8
*
Implement internally opaque bn access from ec
Matt Caswell
2014-12-08
1
-1
/
+1
*
When using EVP_PKEY_derive with a KDF set, a negative error from
Matt Caswell
2014-11-20
1
-2
/
+2
*
Fix for some platforms where "char" is unsigned.
Dr. Stephen Henson
2013-11-09
1
-1
/
+1
*
Add support for ECDH KARI.
Dr. Stephen Henson
2013-07-17
1
-1
/
+17
*
Add support for X9.62 KDF.
Dr. Stephen Henson
2013-07-17
1
-4
/
+175
*
Add control to retrieve signature MD.
Dr. Stephen Henson
2013-06-21
1
-0
/
+4
*
enhance EC method to support setting curve type when generating keys and add ...
Dr. Stephen Henson
2012-09-11
1
-4
/
+34
*
Add new APIs EC_curve_nist2nid and EC_curve_nid2nist which convert
Dr. Stephen Henson
2012-02-21
1
-1
/
+3
*
ec_pmeth.c: fix typo in commentary.
Andy Polyakov
2012-01-12
1
-1
/
+1
*
recognise ecdsaWithSHA1 OID
Dr. Stephen Henson
2011-07-28
1
-0
/
+1
*
PR: 2118
Dr. Stephen Henson
2009-11-30
1
-1
/
+1
*
Update obsolete email address...
Dr. Stephen Henson
2008-11-05
1
-1
/
+1
*
Indicate support for digest init ctrl.
Dr. Stephen Henson
2008-05-02
1
-0
/
+1
*
And so it begins...
Dr. Stephen Henson
2008-03-12
1
-0
/
+1
*
add support for ecdsa-with-sha256 etc.
Nils Larsch
2006-12-20
1
-1
/
+5
*
Use correct pointer types for various functions.
Dr. Stephen Henson
2006-07-20
1
-2
/
+2
*
Allow digests to supply S/MIME micalg values from a ctrl.
Dr. Stephen Henson
2006-07-10
1
-0
/
+1
*
New function to dup EVP_PKEY_CTX. This will be needed to make new signing
Dr. Stephen Henson
2006-05-25
1
-0
/
+18
*
Use size_t for new crypto size parameters.
Dr. Stephen Henson
2006-05-24
1
-7
/
+7
*
Provisional support for EC pkey method, supporting ECDH and ECDSA.
Dr. Stephen Henson
2006-04-16
1
-0
/
+315