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