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
/
ecp_smpl.c
Age
Commit message (
Expand
)
Author
2018-11-15
Port OpenSSL commit 99540ec79491f59ed8b46b4edf130e17dc907f52 -- mitigation
Theo Buehler
2018-11-06
unrevert the use of bn_rand_interval().
Theo Buehler
2018-11-06
Unset Z_is_zero after applying coordinate blinding and
Theo Buehler
2018-11-06
disable EC_POINT coordinate blinding due to failures in ECDHE and TLS
Theo Buehler
2018-11-06
revert use of bn_rand_interval due to failures with ECDHE and TLS
Theo Buehler
2018-11-05
Make use of bn_rand_interval() where appropriate.
Theo Buehler
2018-11-05
Implement coordinate blinding for EC_POINT.
Theo Buehler
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-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2017-01-21
Add ct and nonct versions of BN_mod_inverse for internal use
Bob Beck
2015-02-09
BN_CTX_get() can fail - consistently check its return value.
Joel Sing
2015-02-08
Use `> 0' instead of `!= 0' as a successful condition for
Miod Vallat
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-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-27
Use C99 initializers for the various FOO_METHOD structs. More readable, and
Miod Vallat
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2014-04-15
remove FIPS mode support. people who require FIPS can buy something that
Ted Unangst
2014-04-13
Cope with the removal of openssl/symhacks.h
Theo de Raadt
2012-10-13
resolve conflicts
Damien Miller
2011-11-03
openssl-1.0.0e: resolve conflicts
Damien Miller
2008-09-06
resolve conflicts
Damien Miller
2004-04-08
merge 0.9.7d
Markus Friedl
2002-05-15
import openssl-0.9.7-beta1
Bob Beck