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_mult.c
Age
Commit message (
Expand
)
Author
2023-06-24
Mop up EC_GROUP precomp machinery.
Joel Sing
2023-06-24
Mop up ec_wNAF_{,have_}precompute_mult().
Joel Sing
2023-04-11
Handle BN_CTX at the EC API boundary.
Joel Sing
2023-03-08
Always clear EC groups and points on free.
Joel Sing
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-19
Fix an annoying quirk in the EC code
Theo Buehler
2022-11-19
whitespace
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
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
2015-09-10
Correct spelling of OPENSSL_cleanse.
Joel Sing
2015-02-15
In ec_wNAF_mul(), move the declaration of tmp_wNAF higher in scope, so that
Miod Vallat
2015-02-09
BN_CTX_get() can fail - consistently check its return value.
Joel Sing
2015-02-07
Delete a lot of #if 0 code in libressl.
Doug Hogan
2014-11-11
Don't free garbage in ec_wNAF_mul() if wNAF could be allocated but
Philip Guenther
2014-07-12
if (x) FOO_free(x) -> FOO_free(x).
Miod Vallat
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-06-07
malloc() result does not need a cast.
Theo de Raadt
2014-05-30
more: no need for null check before free
Theo de Raadt
2014-05-29
ok, next pass after review: when possible, put the reallocarray arguments
Theo de Raadt
2014-05-29
convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53
Theo de Raadt
2014-05-06
knf approximation
Ted Unangst
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2011-11-03
openssl-1.0.0e: resolve conflicts
Damien Miller
2010-10-01
resolve conflicts, fix local changes
Damien Miller
2008-09-06
resolve conflicts
Damien Miller
2003-11-11
merge 0.9.7c; minor bugsfixes;
Markus Friedl
2003-05-12
merge 0.9.7b with local changes; crank majors for libssl/libcrypto
Markus Friedl
2002-05-15
import openssl-0.9.7-beta1
Bob Beck