summaryrefslogtreecommitdiff
path: root/src/regress/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-31Expose SSL_set_hostflags(3) and SSL_get0_peername(3)tb2-3/+3
2021-03-31Document SSL_use_certificate_chain_file(3)tb1-11/+3
2021-03-31Expose SSL_use_certificate_chain_file(3)tb2-3/+2
2021-03-31Provide missing prototype for d2i_DSAPrivateKey_fp(3)tb1-1/+2
2021-03-31Document EVP_PKEY_new_CMAC_key(3)tb1-16/+4
2021-03-31Provide EVP_PKEY_new_CMAC_key(3)tb2-5/+2
2021-03-29whitespace nitstb1-4/+4
2021-03-29Prepare documenting EVP_PKEY_new_CMAC_key(3)tb1-2/+54
2021-03-29Remove pointless assignment in SSL_get0_alpn_selected().jsing1-4/+1
2021-03-29Avoid transcript initialisation when sending a TLS HelloRequest.jsing1-4/+6
2021-03-29Move finished and peer finished to the handshake struct.jsing7-44/+44
2021-03-29Add regress coverage for TLSv1.2 record number increment.jsing1-8/+151
2021-03-29Move the TLSv1.2 record number increment into the new record layer.jsing3-19/+44
2021-03-29Prepare to provide EVP_PKEY_new_CMAC_key()tb4-20/+84
2021-03-28The failure mode of test-tls13-version-negotiation.py has changed.tb1-4/+2
2021-03-28Fix duplicate SSL_is_dtls in libssl and apps.cinoguchi1-1/+3
2021-03-27Enable test-sig-algs-renegotiation-resumption.py.tb1-5/+6
2021-03-27Garbage collect s->internal->typetb6-18/+9
2021-03-27Handle dynamic definition of SIGSTKSZ as of glibc 2.34 on Linux.bcook1-7/+24
2021-03-26Add test-sig-algs-renegotiation-resumption.pytb1-1/+5
2021-03-26Sort header files and wrap long lines in x509.cinoguchi1-67/+110
2021-03-25Avoid mangled output in BIO_debug_callbacktb1-4/+12
2021-03-24The server only sends a cookie during a HRR, not a SHtb1-4/+4
2021-03-24Update regress for new_cipher rename.jsing2-6/+6
2021-03-24Rename new_cipher to cipher.jsing11-64/+64
2021-03-24Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data.jsing5-40/+48
2021-03-24Convert openssl(1) x509 option handlinginoguchi1-414/+747
2021-03-24Add option type OPTION_ORDERinoguchi2-2/+9
2021-03-23OCSP_basic_verify() doesn't set errno, so use tls_set_errorx()tb1-2/+2
2021-03-22Don't leak ca in test_cms_sign_verify().tb1-1/+2
2021-03-22Plug a few memory leaks reported by Ilya Shipitsintb1-9/+7
2021-03-21Fully initialize rrec in tls12_record_layer_open_record_protectedtb1-1/+2
2021-03-21Revise regress to match handshake struct changes.jsing1-18/+18
2021-03-21Move the TLSv1.3 handshake struct inside the shared handshake struct.jsing9-226/+227
2021-03-21Split TLSv1.3 record protection from record layer.jsing1-46/+72
2021-03-21Build options regress with -DLIBRESSL_INTERNAL.jsing1-2/+2
2021-03-21Avoid a use-after-scope in tls13_cert_add().jsing1-4/+3
2021-03-21Plug memory leak reported by Ilya Shipitsintb1-3/+2
2021-03-20typotb1-2/+2
2021-03-20Add new test-tls13-multiple-ccs-messages.pytb1-1/+8
2021-03-19Prepare documenting SSL_use_certificate_chain_filetb1-2/+19
2021-03-19Undo previous. As pointed out by jsing I clearly wasn't fully awake...tb1-2/+2
2021-03-19Prepare to provide SSL_use_certificate_chain_file()tb2-15/+40
2021-03-19Fix copy-paste error in previoustb1-2/+2
2021-03-18Type-cast getpagesize() from int to size_t for the comparison with d.claudio1-2/+2
2021-03-17Read ahead is now enforced for DTLS - remove workarounds.jsing2-20/+2
2021-03-17Use consistent s_server_opt_ prefix.jsing1-9/+9
2021-03-17Add DTLSv1.2 support to openssl(1) s_client/s_server.jsing4-34/+129
2021-03-17fix whitespace nit in previoustb1-2/+2
2021-03-17Update for DTLSv1.2 being enabled.jsing1-4/+4