summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-30Have ssl_init_wbio_buffer() push the buffering BIO rather than doing itjsing1-5/+2
2020-07-30Clean up and simplify some of the SSL3/DTLS1 record writing code.jsing2-76/+72
2020-07-30Add minimal info callback support for TLSv1.3tb3-3/+32
2020-07-27Wrap long lines s_server.cinoguchi1-67/+130
2020-07-27Add function prototype and move sub functions to bottominoguchi1-198/+197
2020-07-27Remove space between '*' and pointer variable in s_server.cinoguchi1-12/+12
2020-07-27Remove 's_' prefix from member of s_server_config structinoguchi1-110/+110
2020-07-27Convert openssl(1) s_server option handlinginoguchi1-568/+929
2020-07-25Handle SSL_MODE_AUTO_RETRY being changed during a TLSv1.3 session.jsing1-1/+4
2020-07-25remove half a dozen "goto" statements and a labelschwarze1-14/+1
2020-07-24tweak previous;jmc1-4/+4
2020-07-23document PEM_X509_INFO_read(3) and PEM_X509_INFO_read_bio(3)schwarze7-14/+207
2020-07-23Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to causeschwarze4-22/+211
2020-07-16Fix perl bugs that had me printing the wrong cert number for errorsbeck1-8/+9
2020-07-15The exit code from the perl matters herebeck1-1/+3
2020-07-15Don't leak the X509_STOREbeck1-1/+3
2020-07-15Add certificate validation tests generated using the tools frombeck10945-0/+444760
2020-07-14Convert option handling for openssl(1) verify.jsing1-88/+220
2020-07-14Dedup the use legacy stack code.jsing1-56/+25
2020-07-14Revert the TLSv1.3 version switching fix/hack.jsing1-10/+1
2020-07-14Enter the certs regress directory.jsing1-1/+2
2020-07-14Add regress for X509_verify() using the new bundles.jsing2-3/+369
2020-07-14Provide generated certificate bundles and roots for regress.jsing74-0/+3721
2020-07-14Provide tools to build certificate changes for verify regress.jsing4-0/+636
2020-07-14Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites.jsing1-1/+1
2020-07-14Add a -tls1_2 option so we can force TLSv1.2 for testing.jsing1-5/+9
2020-07-14getopt(3) returns an int so don't use a char to store its return value.kettenis2-4/+4
2020-07-14Remove hypheninoguchi1-3/+3
2020-07-14Add single space between pem and ...inoguchi1-2/+2
2020-07-14Add manual for openssl(1) certhashinoguchi1-2/+57
2020-07-10Clean up s_client.cinoguchi1-26/+27
2020-07-10Change variable bio_c_out from global to localinoguchi1-15/+11
2020-07-09Wrap long lines and put space in front of label in s_client.cinoguchi1-46/+80
2020-07-09Remove c_ prefix from s_client_config memberinoguchi1-33/+33
2020-07-09Convert openssl(1) s_client option handlinginoguchi1-450/+770
2020-07-09New regression tests for integral type conversionsschwarze2-2/+378
2020-07-08New regression tests for character and string conversionsschwarze2-2/+445
2020-07-07Remove temporary RSA keys/callbacks code.jsing1-43/+0
2020-07-07Test TLSv1.3 ciphersuites now that TLS_method() supports TLSv1.3.jsing1-0/+12
2020-07-07Remove some unnecessary function pointers from SSL_METHOD_INTERNAL.jsing5-64/+17
2020-07-07Enable TLSv1.3 for the generic TLS_method().jsing2-5/+52
2020-07-06Add support for timeconting in userland.pirofti6-6/+146
2020-07-04Add a missing circular_init() call in the TLS ordering test.jsing1-1/+3
2020-07-03zap trailing whitespace on one linetb1-2/+2
2020-07-03tlsexttest: pass message type to the extension functionstb1-144/+144
2020-07-03Make the message type available to the extension functionstb2-167/+181
2020-07-03adjust alpn extension test to new argument ordertb1-3/+3
2020-07-03adjust tlsexttest to new argument ordertb1-5/+5
2020-07-03Improve argument order for the internal tlsext APItb8-39/+39
2020-06-29Disable assembly code for powerpc64; more work is needed to make it work.kettenis1-8/+9