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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-21
Always call endservent_r() after getservbyport_r().
eric
2
-13
/
+17
2020-12-16
Remove two reduntat memset calls.
tb
2
-5
/
+2
2020-12-16
Avoid potential use of uninitialized in ASN1_time_parse
tb
1
-4
/
+3
2020-12-16
Fix some KNF issues
tb
1
-7
/
+8
2020-12-15
Use natural sizes for S3I(s)->tmp's *_md arrays
tb
1
-6
/
+4
2020-12-15
typo fix from aisha tammy; ok nicm
jmc
1
-3
/
+3
2020-12-15
Fix return value variable type in tls_keypair_load_cert
inoguchi
1
-2
/
+2
2020-12-14
switch over ncurses to --enable-const
naddy
3
-11
/
+11
2020-12-14
Fix SSL_get{,_peer}_finished() with TLSv1.3
tb
2
-2
/
+28
2020-12-14
Switch finish{,_peer}_md_len from int to size_t
tb
1
-3
/
+3
2020-12-13
Geode CPU does not support SSE, so MXCSR does not exists there. As
bluhm
3
-9
/
+3
2020-12-08
LibreSSL 3.3.1
bcook
1
-3
/
+3
2020-12-08
Fix a NULL dereference in GENERAL_NAME_cmp()
tb
6
-11
/
+94
2020-12-07
Convert the per-process thread list into a SMR_TAILQ.
mpi
1
-5
/
+6
2020-12-06
On i386 setjmp(3) should store the FPU state and longjmp(3) restore
bluhm
3
-3
/
+15
2020-12-06
Introduce constants to access the setjmp(3) jmp_buf fields from
bluhm
3
-76
/
+79
2020-12-05
Mark bitmask_{start,end}_values[] and g_probable_mtu[] const.
tb
1
-4
/
+4
2020-12-05
Mark nid_list[] const. This moves 116 bytes to .rodata.
tb
1
-2
/
+2
2020-12-04
Move point-on-curve check to set_affine_coordinates
tb
4
-18
/
+50
2020-12-03
grammar fixes from Varik "The Genuine Article!!!" Valefor;
jmc
6
-17
/
+17
2020-12-03
There are special rules regarding the memory passed to pthread_attr_setstack().
otto
1
-7
/
+8
2020-12-01
Set type to DB_RECNO in __rec_open() for consistency with other db types.
millert
1
-1
/
+2
2020-12-01
Bring back *_client_method() structs
tb
3
-11
/
+200
2020-11-29
Clarify what sio_start() does exactly
ratchov
1
-13
/
+13
2020-11-28
Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S
gkoehler
7
-24
/
+24
2020-11-25
Avoid undefined behavior due to memcpy(NULL, NULL, 0)
tb
1
-4
/
+6
2020-11-23
mapalign() only handles allocations >= a page; problem found by and ok semarie@
otto
1
-1
/
+3
2020-11-20
* Make .Nd more specific.
schwarze
1
-44
/
+57
2020-11-20
* Add SIO_BPS() to NAME and SYNOPSIS where it is missing.
schwarze
1
-6
/
+15
2020-11-20
fix another misleading line break and indent
tb
1
-3
/
+4
2020-11-20
fix confusing line break and indent
tb
1
-3
/
+4
2020-11-19
Allow specific devices to be used for play-only and rec-only modes.
ratchov
2
-8
/
+25
2020-11-18
Plug leak in x509_verify_chain_dup()
tb
1
-2
/
+2
2020-11-18
Plug a big memory leak in the new validator
tb
1
-1
/
+6
2020-11-18
zap ugly empty line before closing brace
tb
1
-2
/
+1
2020-11-18
Move freeing of the verify context to its natural place instead of
tb
1
-2
/
+2
2020-11-18
KNF (whitespace)
tb
4
-13
/
+13
2020-11-18
bump to 3.3.0
bcook
1
-3
/
+3
2020-11-17
typo & punctuation in comment
tb
1
-3
/
+3
2020-11-16
Implement exporter for TLSv1.3.
jsing
4
-8
/
+121
2020-11-16
Use X509_V_OK instead of 0.
jsing
1
-4
/
+3
2020-11-16
Add back an X509_STORE_CTX error code assignment.
jsing
1
-2
/
+3
2020-11-15
Return the specific failure for a "self signed certificate" in the chain
beck
1
-1
/
+14
2020-11-14
Constify dktypenames and fstypenames in libc.
guenther
1
-3
/
+3
2020-11-14
remove macro instances from arbitrary string width specifiers. for example
jmc
5
-18
/
+18
2020-11-14
EVFILT_EXCEPT operates on sockets (emil engler)
jmc
1
-3
/
+4
2020-11-11
Handle additional certificate error cases in new X.509 verifier.
jsing
2
-12
/
+79
2020-11-11
Implement auto chain for the TLSv1.3 server.
jsing
1
-1
/
+23
2020-11-11
Use size_t for key_block_len.
jsing
2
-9
/
+7
2020-11-11
Update getentropy on Windows to use Cryptography Next Generation (CNG).
bcook
1
-18
/
+9
[prev]
[next]