index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libssl
/
d1_both.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
BUF_MEM_grow_clean() takes a size_t as the size argument. Remove false comments
miod
2014-05-31
1
-1
/
+1
*
remove some #if 0 code. we don't need any more reminders that we're using
tedu
2014-05-30
1
-49
/
+0
*
There is no point in checking if a pointer is non-NULL before calling free,
jsing
2014-05-28
1
-6
/
+3
*
Stop pulling pqueue.h into ssl_locl.h since only a small part of libssl
jsing
2014-05-22
1
-0
/
+2
*
In dtls1_reassemble_fragment() and dtls1_process_out_of_seq_message(), in case
miod
2014-05-18
1
-7
/
+3
*
Avoid a potential null pointer dereference by checking that we actually
jsing
2014-04-30
1
-0
/
+2
*
More KNF.
jsing
2014-04-24
1
-92
/
+122
*
more malloc/realloc/calloc cleanups; ok beck kettenis
deraadt
2014-04-21
1
-3
/
+3
*
Change library to use intrinsic memory allocation functions instead of
beck
2014-04-17
1
-12
/
+12
*
fix a few bugs observed on http://www.viva64.com/en/b/0250/
tedu
2014-04-16
1
-1
/
+0
*
correct cases of code occuring directly after goto/break/return
jsg
2014-04-15
1
-1
/
+1
*
make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miod
tedu
2014-04-14
1
-153
/
+0
*
First pass at applying KNF to the OpenSSL code, which almost makes it
jsing
2014-04-14
1
-565
/
+501
*
Flense a variety of windows support stuff, and a strange gettimeofday function.
beck
2014-04-13
1
-7
/
+0
*
Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.
miod
2014-04-13
1
-4
/
+4
*
cherrypick fix for CVE-2014-0160 "heartbleed" vulnerability from
djm
2014-04-07
1
-8
/
+18
*
SECURITY fixes backported from openssl-1.0.1f. ok mikeb@
jca
2014-02-27
1
-0
/
+7
*
import OpenSSL-1.0.1c
djm
2012-10-13
1
-3
/
+175
*
OpenSSL 1.0.0f: import upstream source
djm
2012-01-05
1
-7
/
+16
*
import OpenSSL 1.0.0e
djm
2011-11-03
1
-18
/
+10
*
import OpenSSL-1.0.0a
djm
2010-10-01
1
-201
/
+426
*
import of OpenSSL 0.9.8h
djm
2008-09-06
1
-0
/
+1193
[prev]