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
/
regress
/
lib
/
libcrypto
/
ecdh
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add missing $OpenBSD$ markers.
tb
2018-07-17
1
-1
/
+1
|
*
Remove explicit NULL checks before *_free() calls and tidy some code.
jsing
2015-09-13
1
-28
/
+22
|
*
Use ECDH_size() and do some other clean up.
jsing
2015-09-13
1
-7
/
+6
|
*
Wrap long lines.
jsing
2015-09-13
1
-16
/
+32
|
*
style(9) grenade.
jsing
2015-09-13
1
-153
/
+178
|
*
None of these need <openssl/rand.h>
jsing
2014-10-22
1
-1
/
+0
|
*
remove use of internally-deprecated OPENSSL_malloc/free
bcook
2014-07-08
1
-3
/
+2
|
|
|
|
ok jsing@
*
Include -DLIBRESSL_INTERNAL in regress makefiles.
jsing
2014-07-08
1
-2
/
+2
|
|
|
|
ok miod@
*
Build these tests with WARNINGS=Yes and -Werror, and do the necessary
miod
2014-06-01
1
-1
/
+3
|
|
|
|
fixes to keep building.
*
Add the RFC 7027 test vectors; from OpenSSL HEAD
miod
2014-05-24
1
-0
/
+171
|
*
remove OPENSSL_malloc and CRYPTO_malloc goo from the regress tests.
beck
2014-05-24
1
-8
/
+4
|
|
|
|
ok miod@ jsing@ guenther@
*
Import the OpenSSL libcrypto tests in a form suitable for our rergress
miod
2014-04-15
2
-0
/
+285
infrastructure. The following tests have not been imported, for their code lacks a licence: asn1, rsa, sha256, sha512, wp.