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
2021-03-09
Early daemons like dhcpleased(8), slaacd(8), unwind(8), resolvd(8)
bluhm
1
-4
/
+6
2021-03-09
Change the implementation of the malloc cache to keep lists of
otto
1
-152
/
+118
2021-03-07
LibreSSL 3.3.2
bcook
1
-3
/
+3
2021-03-05
Stop abusing display blocks under the authors section in order to
anton
1
-4
/
+4
2021-03-03
s/byte/character
martijn
1
-8
/
+8
2021-03-02
document ENOTSUP wxallowed/wxneeded behaviour more clearly; ok kurt
deraadt
1
-4
/
+8
2021-03-02
Separate variable declaration and assignment.
jsing
1
-2
/
+4
2021-03-02
Replace two handrolled tls12_record_protection_engaged().
jsing
1
-3
/
+3
2021-03-02
Move key/IV length checks closer to usage sites.
jsing
1
-5
/
+11
2021-03-02
Add tls12_record_protection_unused() and call from CCS functions.
jsing
1
-8
/
+17
2021-03-02
Fix misleading indentation in SSL_get_error()
tb
1
-2
/
+2
2021-02-27
Move handling of cipher/hash based cipher suites into the new record layer.
jsing
5
-200
/
+141
2021-02-27
Identify DTLS based on the version major value.
jsing
1
-2
/
+2
2021-02-26
Set is_trusted in x509_verify_ctx_add_chain()
tb
1
-2
/
+2
2021-02-25
Fix two bugs in the legacy verifier
tb
1
-6
/
+10
2021-02-25
Only use TLS versions internally (rather than both TLS and DTLS versions).
jsing
9
-128
/
+132
2021-02-25
Rename depth to num_untrusted so it identifies what it actually represents.
jsing
1
-6
/
+6
2021-02-25
Avoid passing last and depth to x509_verify_cert_error() on ENOMEM.
jsing
1
-3
/
+2
2021-02-25
- Make use of the fact that we know how the chunks are aligned, and
otto
2
-49
/
+83
2021-02-24
Fix comment explaining last_untrusted. This should really be called
tb
1
-2
/
+2
2021-02-24
Make the new validator check for EXFLAG_CRITICAL
tb
1
-8
/
+15
2021-02-22
Make the ober_get_* set of function to accept a NULL-pointer.
martijn
2
-16
/
+55
2021-02-22
Fix bizarre punctuation and capitalization in a comment.
tb
1
-2
/
+2
2021-02-22
Simplify version checks in the TLSv1.3 client
tb
1
-22
/
+10
2021-02-22
Factor out/change some of the legacy client version handling code.
jsing
3
-12
/
+36
2021-02-20
ugly whitespace
tb
2
-14
/
+14
2021-02-20
Rename f_err into fatal_err.
tb
7
-183
/
+183
2021-02-20
Rename the truncated label into decode_err. This describes its purpose
tb
2
-73
/
+73
2021-02-20
Return a min/max version of zero if set to zero.
jsing
3
-17
/
+41
2021-02-20
Add DTLSv1.2 methods.
jsing
2
-3
/
+159
2021-02-20
Handle DTLS1_2_VERSION in various places.
jsing
3
-6
/
+9
2021-02-20
Revise HelloVerifyRequest handling for DTLSv1.2.
jsing
2
-4
/
+14
2021-02-20
Group HelloVerifyRequest decoding and add missing check for trailing data.
jsing
1
-4
/
+5
2021-02-20
Add various public DTLS related defines.
jsing
2
-2
/
+14
2021-02-20
Clean up/simplify dtls1_get_cipher().
jsing
1
-7
/
+8
2021-02-18
Pull in fix for EVP_CipherUpdate() overflow from OpenSSL.
tb
1
-1
/
+23
2021-02-15
Back-out USB data toggle fix for HID devices, since we received multiple
mglocker
1
-0
/
+66
2021-02-12
Some people still argue that rand(3) and random(3) have suitable deterministic
deraadt
2
-4
/
+10
2021-02-12
Sync cert.pem with Mozilla NSS root CAs, except "GeoTrust Global CA", ok tb@
sthen
1
-657
/
+415
2021-02-11
KNF
tb
1
-4
/
+7
2021-02-08
correct return type for compressBound();
jmc
1
-3
/
+3
2021-02-08
Remove bogus DTLS checks to disable ECC and OCSP.
jsing
2
-10
/
+3
2021-02-08
Enforce read ahead with DTLS.
jsing
1
-5
/
+5
2021-02-08
Use dtls1_retrieve_buffered_record() to load buffered application data.
jsing
1
-11
/
+3
2021-02-08
Revert the convertion of per-process thread into a SMR_TAILQ.
mpi
1
-6
/
+5
2021-02-07
Absorb ssl3_get_algorithm2() into ssl_get_handshake_evp_md().
jsing
4
-22
/
+19
2021-02-07
Correct handshake MAC/PRF for various TLSv1.2 cipher suites.
jsing
1
-8
/
+8
2021-02-07
Factor out the legacy stack version checks.
jsing
4
-28
/
+24
2021-02-05
Remove the terrible_ping_kludge() workaround. We have committed a fix to
mglocker
1
-66
/
+0
2021-02-04
Referece trpt(8) from the SO_DEBUG section of getsockopt(2).
bluhm
1
-2
/
+4
[prev]
[next]