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
/
srp
Age
Commit message (
Expand
)
Author
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
Explicitly include <openssl/opensslconf.h> in every file that references
Joel Sing
2014-07-10
Make sure srp_Calc_k() digest operations are checked for error; from
Miod Vallat
2014-07-10
Make sure SRP_Calc_client_key() returns NULL instead of a pristine BN_new()
Miod Vallat
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
convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53
Theo de Raadt
2014-04-28
Remove WIN32, WIN64 and MINGW32 tentacles.
Miod Vallat
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2014-04-15
we don't use these files for building
Ted Unangst
2014-04-15
No licence.
Miod Vallat
2014-04-14
remove auto-generated dependencies from the old unused build system, so
Theo de Raadt
2012-10-13
import OpenSSL-1.0.1c
Damien Miller