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
/
libcrypto
/
cmac
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct spelling of OPENSSL_cleanse.
jsing
2015-09-10
1
-7
/
+7
*
if (x) FOO_free(x) -> FOO_free(x).
miod
2014-07-12
1
-3
/
+2
*
Principle of least surprise: make CMAC_CTX_free(), OCSP_REQ_CTX_free() and
miod
2014-07-12
1
-1
/
+4
*
Only import cryptlib.h in the four source files that actually need it.
jsing
2014-07-11
3
-9
/
+10
*
Stop including standard headers via cryptlib.h - pull in the headers that
jsing
2014-07-10
1
-1
/
+3
*
More KNF.
jsing
2014-06-21
4
-19
/
+17
*
KNF
miod
2014-06-21
3
-124
/
+137
*
tags as requested by miod and tedu
deraadt
2014-06-12
4
-2
/
+4
*
typo in comment
miod
2014-04-27
1
-1
/
+1
*
Use C99 initializers for the various FOO_METHOD structs. More readable, and
miod
2014-04-27
2
-49
/
+20
*
Change library to use intrinsic memory allocation functions instead of
beck
2014-04-17
2
-3
/
+3
*
we don't use these files for building
tedu
2014-04-15
1
-75
/
+0
*
remove FIPS mode support. people who require FIPS can buy something that
tedu
2014-04-15
1
-37
/
+2
*
remove auto-generated dependencies from the old unused build system, so
deraadt
2014-04-14
1
-36
/
+0
*
import OpenSSL-1.0.1c
djm
2012-10-13
5
-0
/
+822