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
/
dso
/
dso_lib.c
Age
Commit message (
Expand
)
Author
2018-08-24
In DSO_up_ref(), check return value of CRYPTO_add() and report
Theo Buehler
2017-01-29
Send the function codes from the error functions to the bit bucket,
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-12
tags as requested by miod and tedu
Theo de Raadt
2014-06-11
c-file-style hints, begone; ok beck
Theo de Raadt
2014-05-30
more: no need for null check before free
Theo de Raadt
2014-05-30
no need for null check before free. from Brendan MacDonell
Ted Unangst
2014-04-23
replace a bunch of hand duped strings with strdup
Ted Unangst
2014-04-23
malloc/memset -> calloc. from peter malone
Ted Unangst
2014-04-19
KNF.
Joel Sing
2014-04-19
use intrinsic strlcpy and strlcat everywhere so we only have one set of
Bob Beck
2014-04-17
kill REF_PRINT/REF_CHECK debugging framework noone would use
Theo de Raadt
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2010-10-01
resolve conflicts, fix local changes
Damien Miller
2008-09-06
resolve conflicts
Damien Miller
2004-04-08
merge 0.9.7d
Markus Friedl
2003-03-16
Less strcpy/strcat/sprintf. tdeval@ ok.
Hakan Olsson
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