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
/
lhash
/
lhash.c
Age
Commit message (
Expand
)
Author
2019-05-12
Stop the eyebleed in here and just use calloc
Bob Beck
2016-11-08
Use more homogeneous types and avoid a possible right shift by 32 in
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-05-29
I do not have time to describe how bad the realloc() uses in here, now
Theo de Raadt
2014-05-29
ok, next pass after review: when possible, put the reallocarray arguments
Theo de Raadt
2014-05-29
convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53
Theo de Raadt
2014-04-20
KNF.
Joel Sing
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
2002-05-15
OpenSSL 0.9.7 stable 2002 05 08 merge
Bob Beck
2000-12-15
openssl-engine-0.9.6 merge
Bob Beck
2000-04-15
OpenSSL 0.9.5a merge
Bob Beck
2000-03-19
OpenSSL 0.9.5 merge
Bob Beck
1999-09-29
OpenSSL 0.9.4 merge
Bob Beck
1998-10-05
Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build
ryker