index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
ec
/
ec_lib.c
Age
Commit message (
Expand
)
Author
2018-07-16
Recommit Billy Brumley's ECC constant time patch with a fix for sparc64
Theo Buehler
2018-07-15
recommit label indentation part of the backout; clearly unrelated to the
Theo Buehler
2018-07-15
back out ecc constant time changes
Jonathan Gray
2018-07-10
Indent labels by a space so they don't obliterate function names in diffs.
Theo Buehler
2018-07-10
ECC constant time scalar multiplication support. First step in overhauling
Theo Buehler
2017-05-02
use freezero() instead of memset/explicit_bzero + free. Substantially
Theo de Raadt
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2016-09-03
remove unused variable
Bob Beck
2016-08-31
Fix some very unnecessary convoultion.
Bob Beck
2015-10-13
Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into an
Joel Sing
2015-09-10
Correct spelling of OPENSSL_cleanse.
Joel Sing
2015-05-20
No need to check the return value of memcpy() if you actually checked this
Miod Vallat
2015-04-29
Add missing BN_CTX_end() calls.
Doug Hogan
2015-02-09
BN_CTX_get() can fail - consistently check its return value.
Joel Sing
2014-07-12
if (x) FOO_free(x) -> FOO_free(x).
Miod Vallat
2014-07-10
Explicitly include <openssl/opensslconf.h> in every file that references
Joel Sing
2014-07-09
remove unused, private version strings except SSL_version_str
Brent Cook
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-05-30
no need for null check before free. from Brendan MacDonell
Ted Unangst
2014-05-06
knf approximation
Ted Unangst
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2014-04-15
In EC_POINT_invert(), actually check the correct function pointer for NULL
Miod Vallat
2014-04-13
Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.
Miod Vallat
2012-10-13
resolve conflicts
Damien Miller
2010-10-01
resolve conflicts, fix local changes
Damien Miller
2008-09-06
resolve conflicts
Damien Miller
2003-05-12
merge 0.9.7b with local changes; crank majors for libssl/libcrypto
Markus Friedl
2002-06-07
Merge OpenSSL 0.9.7-stable-20020605,
Bob Beck
2002-05-15
import openssl-0.9.7-beta1
Bob Beck