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
/
ecdsa
Age
Commit message (
Expand
)
Author
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-06-07
malloc() result does not need a cast.
Theo de Raadt
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-17
1. RAND_seed is now DEPRECATED
Theo de Raadt
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
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