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
/
libssl
/
d1_both.c
Age
Commit message (
Expand
)
Author
2014-05-18
In dtls1_reassemble_fragment() and dtls1_process_out_of_seq_message(), in case
Miod Vallat
2014-04-30
Avoid a potential null pointer dereference by checking that we actually
Joel Sing
2014-04-24
More KNF.
Joel Sing
2014-04-21
more malloc/realloc/calloc cleanups; ok beck kettenis
Theo de Raadt
2014-04-17
Change library to use intrinsic memory allocation functions instead of
Bob Beck
2014-04-16
fix a few bugs observed on http://www.viva64.com/en/b/0250/
Ted Unangst
2014-04-15
correct cases of code occuring directly after goto/break/return
Jonathan Gray
2014-04-14
make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miod
Ted Unangst
2014-04-14
First pass at applying KNF to the OpenSSL code, which almost makes it
Joel Sing
2014-04-13
Flense a variety of windows support stuff, and a strange gettimeofday function.
Bob Beck
2014-04-13
Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.
Miod Vallat
2014-04-07
cherrypick fix for CVE-2014-0160 "heartbleed" vulnerability from
Damien Miller
2014-02-27
SECURITY fixes backported from openssl-1.0.1f. ok mikeb@
Jeremie Courreges-Anglas
2008-09-06
import of OpenSSL 0.9.8h
Damien Miller