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_mod.c
Age
Commit message (
Expand
)
Author
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2015-04-11
Remove all getenv() calls, especially those wrapped by issetugid().
Theo de Raadt
2014-07-22
Kill a bunch more BUF_strdup's - these are converted to have a check for
Bob Beck
2014-07-13
The bell tolls for BUF_strdup - Start the migration to using
Bob Beck
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
Joel Sing
2014-07-10
Stop including standard headers via cryptlib.h - pull in the headers that
Joel Sing
2014-06-23
Since this is a library, place issetugid() before every getenv()
Theo de Raadt
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-05-30
no need for null check before free. from Brendan MacDonell
Ted Unangst
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-18
use the portable construct around asprintf; pointed out by halex
Theo de Raadt
2014-04-18
in CONF_get1_default_config_file(), don't calculate a buffer size,
Theo de Raadt
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
2010-10-01
resolve conflicts, fix local changes
Damien Miller
2009-04-06
resolve conflicts
Damien Miller
2009-01-09
resolve conflicts
Damien Miller
2008-09-06
resolve conflicts
Damien Miller
2007-03-20
remove some bogus *p tests from charles longeau
Ted Unangst
2004-04-08
merge 0.9.7d
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
sync with http://www.openssl.org/news/patch_20020730_0_9_7.txt
Markus Friedl
2002-05-15
import openssl-0.9.7-beta1
Bob Beck