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
/
dh
/
dh_ameth.c
Age
Commit message (
Expand
)
Author
2017-01-29
Send the function codes from the error functions to the bit bucket,
Bob Beck
2015-01-08
Avoid a double-free in an error path.
Doug Hogan
2014-07-12
if (x) FOO_free(x) -> FOO_free(x).
Miod Vallat
2014-07-11
Only import cryptlib.h in the four source files that actually need it.
Joel Sing
2014-07-09
ASN1_STRING_free can handle NULL, so callers don't need to check. ok miod
Ted Unangst
2014-07-09
KNF
Miod Vallat
2014-06-30
simplify and unobfuscate a variable to fix a mem leak.
Ted Unangst
2014-06-12
tags as requested by miod and tedu
Theo de Raadt
2014-05-30
more: no need to null check before free; ok guenther
Theo de Raadt
2014-05-30
more: no need for null check before free
Theo de Raadt
2014-05-22
if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully
Miod Vallat
2014-04-27
Use C99 initializers for the various FOO_METHOD structs. More readable, and
Miod Vallat
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2010-10-01
import OpenSSL-1.0.0a
Damien Miller