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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-16
Group seal record functions together.
jsing
1
-11
/
+11
2020-09-16
Add cipher set tests with empty SSL_set_ciphersuites().
jsing
1
-0
/
+22
2020-09-16
Correct cipher_set_test() when run on a machine without AES acceleration.
jsing
1
-1
/
+19
2020-09-16
Make cipher_set_test() log failures and continue, rather than aborting.
jsing
1
-11
/
+3
2020-09-16
noop NAME_CONSTRAINTS_check stub
inoguchi
1
-4
/
+5
2020-09-16
Let SSL_CTX_get_ciphers(NULL) return NULL rather than crash
schwarze
2
-6
/
+7
2020-09-16
Mark SSL_get_cipher_list(3) as deprecated; it is badly misnamed, and there
schwarze
1
-4
/
+6
2020-09-16
Avoid memset() before memcpy() for CBB_add_bytes().
jsing
1
-2
/
+2
2020-09-16
Make check in x509_verify_ctx_set_max_signatures() consistent with others.
jsing
1
-4
/
+2
2020-09-16
Dedup code in x509_verify_ctx_new_from_xsc().
jsing
1
-14
/
+7
2020-09-15
The undocumented public function SSL_set_SSL_CTX(3) changes the
schwarze
1
-4
/
+4
2020-09-15
Split the tls12_record_layer_write_mac() function.
jsing
1
-10
/
+19
2020-09-15
Do not destroy an existing cipher list when ssl_parse_ciphersuites()
schwarze
1
-4
/
+2
2020-09-15
Correct a failure case in tls12_record_layer_seal_record_protected()
jsing
1
-2
/
+2
2020-09-15
Create the missing RETURN VALUES section and move the appropriate
schwarze
1
-57
/
+103
2020-09-15
set error_depth and current_cert to make more legacy callbacks that don't check
beck
1
-1
/
+3
2020-09-15
Deduplicate the time validation code between the legacy and new
beck
3
-27
/
+8
2020-09-15
ifdef out code that is no longer used in here. once we are certain
beck
1
-2
/
+5
2020-09-15
Cleanup/simplify SSL_set_ssl_method().
jsing
1
-18
/
+18
2020-09-15
Mop up the get_ssl_method function pointer.
jsing
2
-50
/
+2
2020-09-15
Test botan TLS client with libressl, openssl, openssl11 server.
bluhm
4
-6
/
+305
2020-09-14
Move state initialisation from SSL_clear() to ssl3_clear().
jsing
2
-4
/
+4
2020-09-14
Cleanup and simplify SSL_set_session().
jsing
1
-36
/
+22
2020-09-14
Avoid NULL deref SSL_{,CTX_}set_ciphersuites
tb
1
-2
/
+2
2020-09-14
simplify RETURN VALUES for x509_verify(3) after beck@ made the rules
schwarze
1
-7
/
+3