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
/
gnu
/
llvm
/
lldb
/
source
/
Plugins
/
ScriptInterpreter
/
Python
/
PythonDataObjects.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-03-31
Remove workarounds for SSL_is_dtls()
tb
2
-11
/
+2
2021-03-31
Remove workaround for missing d2i_DSAPrivateKey_fp prototype
tb
1
-5
/
+1
2021-03-31
sync
tb
1
-4
/
+4
2021-03-31
Bump minors after symbol addition
tb
3
-3
/
+3
2021-03-31
Expose various DTLSv1.2 specific functions and defines
tb
5
-27
/
+8
2021-03-31
Document SSL_set_hostflags(3) and SSL_get0_peername(3)
tb
1
-18
/
+4
2021-03-31
Expose SSL_set_hostflags(3) and SSL_get0_peername(3)
tb
2
-3
/
+3
2021-03-31
Document SSL_use_certificate_chain_file(3)
tb
1
-11
/
+3
2021-03-31
Expose SSL_use_certificate_chain_file(3)
tb
2
-3
/
+2
2021-03-31
Provide missing prototype for d2i_DSAPrivateKey_fp(3)
tb
1
-1
/
+2
2021-03-31
Document EVP_PKEY_new_CMAC_key(3)
tb
1
-16
/
+4
2021-03-31
Provide EVP_PKEY_new_CMAC_key(3)
tb
2
-5
/
+2
2021-03-31
Set the process title for the rpki-client subprocesses so they can be
claudio
1
-1
/
+4
2021-03-31
Fix some debug output when running in foreground.
krw
1
-4
/
+8
2021-03-31
Make ddb's dependency on libz explicit.
visa
1
-12
/
+12
2021-03-31
sync
sthen
2
-54
/
+54
2021-03-31
Remove redundant "HUAWEI Mobile" in usbdevs strings, mention radio
sthen
1
-26
/
+26
2021-03-31
Introduce UAO_USES_SWHASH() and use tabs instead of spaces in #defines.
mpi
1
-25
/
+26
2021-03-31
Do not exit if cannot write to normal log file, GitHub issue 2630.
nicm
1
-7
/
+8
2021-03-31
document trusted_snapshot
espie
1
-2
/
+8
2021-03-30
fix typos in comments
sthen
1
-3
/
+3
2021-03-30
In HTML output, correctly render .Bd -unfilled in proportionally-spaced
schwarze
3
-5
/
+9
2021-03-30
Handle systems, such as the Dell Precision 3640, that access
kettenis
1
-19
/
+87
2021-03-30
Register the PCI variant of dwiic(4) with acpi(4).
kettenis
1
-2
/
+7
2021-03-30
Make http_new() take care of all the error handling. By closing the
claudio
1
-5
/
+5
2021-03-30
Some cards announce support for the NTB16 format, but that support does not
patrick
3
-41
/
+167
2021-03-30
Some umb(4) devices require the NDP pointer behind the NDP datagram.
patrick
2
-36
/
+59
2021-03-30
[ICMP] IP options lead to malformed reply
sashan
4
-9
/
+53
2021-03-30
Move tx/rx descriptors into their own structs.
kevlo
2
-188
/
+509
2021-03-29
Propagate host-side tap(4) lladdr to guest vm process to allow unicast dhcp
dv
9
-12
/
+124
2021-03-29
Install apm(8) and and apmd(8) under MI MANPATH
kn
3
-16
/
+4
2021-03-29
whitespace nits
tb
1
-4
/
+4
2021-03-29
Prepare documenting EVP_PKEY_new_CMAC_key(3)
tb
1
-2
/
+54
2021-03-29
Turns out the PCIe DARTs support a full 32-bit device virtual address space.
kettenis
1
-4
/
+9
2021-03-29
Remove pointless assignment in SSL_get0_alpn_selected().
jsing
1
-4
/
+1
2021-03-29
Avoid transcript initialisation when sending a TLS HelloRequest.
jsing
1
-4
/
+6
2021-03-29
Move finished and peer finished to the handshake struct.
jsing
7
-44
/
+44
2021-03-29
Add regress coverage for TLSv1.2 record number increment.
jsing
1
-8
/
+151
2021-03-29
Move the TLSv1.2 record number increment into the new record layer.
jsing
3
-19
/
+44
2021-03-29
Prepare to provide EVP_PKEY_new_CMAC_key()
tb
4
-20
/
+84
2021-03-29
Add a pretty_key_id() which reinserts colons into the hex string.
claudio
5
-12
/
+53
2021-03-29
Fix my email address in copyright line
claudio
1
-2
/
+2
2021-03-29
-B option not updated about bird1v4 & bird1v6 files; ok job
deraadt
1
-3
/
+7
2021-03-29
combine umb_products and umb_fccauth_devs into one umb_quirks table
sthen
1
-36
/
+51
2021-03-29
Cleanly teardown and restore emulated device state on vm send/receive.
dv
3
-5
/
+21
2021-03-29
Introduce hex_encode() to transform the aki/ski values to a string.
claudio
2
-40
/
+40
2021-03-29
Fix IA32_EPT_VPID_CAP_XO_TRANSLATIONS specification
dv
1
-2
/
+2
2021-03-29
Inline x509_get_extensions() and remove it
tb
5
-40
/
+28
2021-03-29
Pull up freeing cms in gbr_parse() after its last use to avoid a leak
tb
1
-2
/
+3
2021-03-29
Check all inet_ntop() calls, in case we screw up the parameters somehow we
deraadt
1
-9
/
+15
[next]