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
/
conf
/
conf_def.c
Age
Commit message (
Expand
)
Author
2014-04-27
Use C99 initializers for the various FOO_METHOD structs. More readable, and
Miod Vallat
2014-04-27
Put explicit (void) in function declarations and shuffle keywords in some
Miod Vallat
2014-04-26
Replace all use of ERR_add_error_data with ERR_asprintf_error_data.
Bob Beck
2014-04-20
KNF.
Joel Sing
2014-04-19
We'll interpret a (void) cast on snprintf() to mean it's been verified that
Philip Guenther
2014-04-19
use intrinsic strlcpy and strlcat everywhere so we only have one set of
Bob Beck
2014-04-17
more spring VMS cleanup
Giovanni Bechis
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2014-04-15
Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions
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
2006-06-27
resolve conflicts
Damien Miller
2005-04-29
resolve conflicts
Damien Miller
2004-04-08
merge 0.9.7d
Markus Friedl
2003-05-12
merge 0.9.7b with local changes; crank majors for libssl/libcrypto
Markus Friedl
2003-04-05
Trivial sprintf() -> snprintf() changes. ok deraadt@
Hakan Olsson
2003-03-16
Less strcpy/strcat/sprintf. tdeval@ ok.
Hakan Olsson
2002-07-30
apply patches from OpenSSL Security Advisory [30 July 2002],
Markus Friedl
2002-05-15
OpenSSL 0.9.7 stable 2002 05 08 merge
Bob Beck
2000-12-15
import openssl-0.9.7-beta1
Bob Beck