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
/
ecdh
/
ech_lib.c
Age
Commit message (
Expand
)
Author
2018-04-14
make ENGINE_finish() succeed on NULL and simplify callers as in
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-13
Provide ECDH_size().
Joel Sing
2015-09-13
Lob a style(9) grenade in here.
Joel Sing
2015-09-10
Correct spelling of OPENSSL_cleanse.
Joel Sing
2015-02-07
Delete a lot of #if 0 code in libressl.
Doug Hogan
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-06-07
malloc() result does not need a cast.
Theo de Raadt
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
2008-09-06
import of OpenSSL 0.9.8h
Damien Miller