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-04-02
swap rname and mname in debug output, and handle the USE_CD flag
eric
1
-3
/
+4
2021-04-01
For the snprintf range check demo, add a (size_t) cast in the right place
deraadt
1
-3
/
+3
2021-03-31
tweak column widths of a .Bl -column table
schwarze
1
-3
/
+4
2021-03-31
Update for DTLSv1.2 support.
tb
1
-2
/
+4
2021-03-31
change the barrier so that fd's are always passed and received with
eric
1
-8
/
+10
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-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
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
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-27
Garbage collect s->internal->type
tb
6
-18
/
+9
2021-03-25
Avoid mangled output in BIO_debug_callback
tb
1
-4
/
+12
2021-03-24
Rename new_cipher to cipher.
jsing
11
-64
/
+64
2021-03-24
Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data.
jsing
5
-40
/
+48
2021-03-23
OCSP_basic_verify() doesn't set errno, so use tls_set_errorx()
tb
1
-2
/
+2
2021-03-21
Fully initialize rrec in tls12_record_layer_open_record_protected
tb
1
-1
/
+2
2021-03-21
Move the TLSv1.3 handshake struct inside the shared handshake struct.
jsing
9
-226
/
+227
2021-03-21
Split TLSv1.3 record protection from record layer.
jsing
1
-46
/
+72
2021-03-21
Avoid a use-after-scope in tls13_cert_add().
jsing
1
-4
/
+3
2021-03-19
Prepare documenting SSL_use_certificate_chain_file
tb
1
-2
/
+19
2021-03-19
Undo previous. As pointed out by jsing I clearly wasn't fully awake...
tb
1
-2
/
+2
2021-03-19
Prepare to provide SSL_use_certificate_chain_file()
tb
2
-15
/
+40
2021-03-19
Fix copy-paste error in previous
tb
1
-2
/
+2
2021-03-18
Type-cast getpagesize() from int to size_t for the comparison with d.
claudio
1
-2
/
+2
2021-03-17
fix whitespace nit in previous
tb
1
-2
/
+2
2021-03-17
Enable DTLSv1.2.
jsing
1
-1
/
+5
2021-03-17
Add support for DTLSv1.2 version handling.
jsing
1
-45
/
+117
2021-03-13
Use EXFLAG_INVALID to handle out of memory and parse errors in
tobhe
2
-11
/
+45
2021-03-12
Zap a useless variable.
tb
1
-4
/
+2
2021-03-12
Missing void in function definition
tb
1
-2
/
+2
2021-03-12
Fix checks of memory caps of constraints names
tb
3
-20
/
+32
2021-03-12
fix previous
jsg
1
-2
/
+2
2021-03-12
spelling: refenece -> reference
jmc
1
-3
/
+3
2021-03-12
spelling
jsg
17
-52
/
+52
2021-03-11
Remove ssl_downgrade_max_version().
jsing
5
-54
/
+15
2021-03-11
that 0 should be NULL
deraadt
1
-2
/
+2
2021-03-10
Don't return ERR if resize didn't change size
millert
6
-20
/
+25
2021-03-10
Guard TLS1_get_{client_,}version() macros with #ifndef LIBRESSL_INTERNAL.
jsing
1
-1
/
+3
2021-03-10
Improve internal version handling.
jsing
9
-108
/
+145
[next]