index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Expose various DTLSv1.2 specific functions and defines
tb
2021-03-31
5
-27
/
+8
*
Document SSL_set_hostflags(3) and SSL_get0_peername(3)
tb
2021-03-31
1
-18
/
+4
*
Expose SSL_set_hostflags(3) and SSL_get0_peername(3)
tb
2021-03-31
2
-3
/
+3
*
Document SSL_use_certificate_chain_file(3)
tb
2021-03-31
1
-11
/
+3
*
Expose SSL_use_certificate_chain_file(3)
tb
2021-03-31
2
-3
/
+2
*
Provide missing prototype for d2i_DSAPrivateKey_fp(3)
tb
2021-03-31
1
-1
/
+2
*
Document EVP_PKEY_new_CMAC_key(3)
tb
2021-03-31
1
-16
/
+4
*
Provide EVP_PKEY_new_CMAC_key(3)
tb
2021-03-31
2
-5
/
+2
*
whitespace nits
tb
2021-03-29
1
-4
/
+4
*
Prepare documenting EVP_PKEY_new_CMAC_key(3)
tb
2021-03-29
1
-2
/
+54
*
Remove pointless assignment in SSL_get0_alpn_selected().
jsing
2021-03-29
1
-4
/
+1
*
Avoid transcript initialisation when sending a TLS HelloRequest.
jsing
2021-03-29
1
-4
/
+6
*
Move finished and peer finished to the handshake struct.
jsing
2021-03-29
7
-44
/
+44
*
Move the TLSv1.2 record number increment into the new record layer.
jsing
2021-03-29
3
-19
/
+44
*
Prepare to provide EVP_PKEY_new_CMAC_key()
tb
2021-03-29
4
-20
/
+84
*
Garbage collect s->internal->type
tb
2021-03-27
6
-18
/
+9
*
Avoid mangled output in BIO_debug_callback
tb
2021-03-25
1
-4
/
+12
*
Rename new_cipher to cipher.
jsing
2021-03-24
11
-64
/
+64
*
Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data.
jsing
2021-03-24
5
-40
/
+48
*
OCSP_basic_verify() doesn't set errno, so use tls_set_errorx()
tb
2021-03-23
1
-2
/
+2
*
Fully initialize rrec in tls12_record_layer_open_record_protected
tb
2021-03-21
1
-1
/
+2
*
Move the TLSv1.3 handshake struct inside the shared handshake struct.
jsing
2021-03-21
9
-226
/
+227
*
Split TLSv1.3 record protection from record layer.
jsing
2021-03-21
1
-46
/
+72
*
Avoid a use-after-scope in tls13_cert_add().
jsing
2021-03-21
1
-4
/
+3
*
Prepare documenting SSL_use_certificate_chain_file
tb
2021-03-19
1
-2
/
+19
*
Undo previous. As pointed out by jsing I clearly wasn't fully awake...
tb
2021-03-19
1
-2
/
+2
*
Prepare to provide SSL_use_certificate_chain_file()
tb
2021-03-19
2
-15
/
+40
*
Fix copy-paste error in previous
tb
2021-03-19
1
-2
/
+2
*
Type-cast getpagesize() from int to size_t for the comparison with d.
claudio
2021-03-18
1
-2
/
+2
*
fix whitespace nit in previous
tb
2021-03-17
1
-2
/
+2
*
Enable DTLSv1.2.
jsing
2021-03-17
1
-1
/
+5
*
Add support for DTLSv1.2 version handling.
jsing
2021-03-17
1
-45
/
+117
*
Use EXFLAG_INVALID to handle out of memory and parse errors in
tobhe
2021-03-13
2
-11
/
+45
*
Zap a useless variable.
tb
2021-03-12
1
-4
/
+2
*
Missing void in function definition
tb
2021-03-12
1
-2
/
+2
*
Fix checks of memory caps of constraints names
tb
2021-03-12
3
-20
/
+32
*
spelling: refenece -> reference
jmc
2021-03-12
1
-3
/
+3
*
spelling
jsg
2021-03-12
12
-37
/
+37
*
Remove ssl_downgrade_max_version().
jsing
2021-03-11
5
-54
/
+15
*
Guard TLS1_get_{client_,}version() macros with #ifndef LIBRESSL_INTERNAL.
jsing
2021-03-10
1
-1
/
+3
*
Improve internal version handling.
jsing
2021-03-10
9
-108
/
+145
*
Change the implementation of the malloc cache to keep lists of
otto
2021-03-09
1
-152
/
+118
*
LibreSSL 3.3.2
bcook
2021-03-07
1
-3
/
+3
*
Separate variable declaration and assignment.
jsing
2021-03-02
1
-2
/
+4
*
Replace two handrolled tls12_record_protection_engaged().
jsing
2021-03-02
1
-3
/
+3
*
Move key/IV length checks closer to usage sites.
jsing
2021-03-02
1
-5
/
+11
*
Add tls12_record_protection_unused() and call from CCS functions.
jsing
2021-03-02
1
-8
/
+17
*
Fix misleading indentation in SSL_get_error()
tb
2021-03-02
1
-2
/
+2
*
Move handling of cipher/hash based cipher suites into the new record layer.
jsing
2021-02-27
5
-200
/
+141
*
Identify DTLS based on the version major value.
jsing
2021-02-27
1
-2
/
+2
[prev]
[next]