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
Age
Commit message (
Expand
)
Author
2015-09-18
avoid void * pointer arithmetic
Brent Cook
2015-09-13
Only check for key truncation if no KDF function is being used.
Joel Sing
2015-09-13
Merge ech_ossl.c into ech_key.c - not much point having one file with a
Joel Sing
2015-09-13
Provide ECDH_size().
Joel Sing
2015-09-13
Check ECDH output buffer length and avoid truncation.
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-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-07-12
if (x) FOO_free(x) -> FOO_free(x).
Miod Vallat
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
Joel Sing
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-05-22
if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully
Miod Vallat
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
we don't use these files for building
Ted Unangst
2014-04-15
remove FIPS mode support. people who require FIPS can buy something that
Ted Unangst
2014-04-15
Moved to regress/lib/libcrypto.
Miod Vallat
2014-04-14
remove auto-generated dependencies from the old unused build system, so
Theo de Raadt
2014-04-13
Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.
Miod Vallat
2010-10-01
resolve conflicts, fix local changes
Damien Miller
2009-01-09
resolve conflicts
Damien Miller
2009-01-05
update to openssl-0.9.8i; tested by several, especially krw@
Damien Miller
2008-09-06
import of OpenSSL 0.9.8h
Damien Miller