summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-12Include machine/endian.h in gost2814789.cinoguchi1-1/+3
2020-09-11Enable cert and cipher interop tests. cert just works. cipher hasbluhm3-55/+35
2020-09-11Add x509_constraints.c - a new implementation of x509 name constraints, withbeck5-7/+1767
2020-09-11Remove cipher_list_by_id.jsing7-89/+32
2020-09-11Simplify SSL_get_ciphers().jsing1-13/+7
2020-09-11Rename ssl_cipher_is_permitted()jsing3-10/+10
2020-09-11Some SSL_AD_* defines snuck into the TLSv1.3 code - replace them withjsing2-10/+10
2020-09-11Add issuer cache, to be used by upcoming changes to validation code.beck3-1/+216
2020-09-11Various ciphers related clean up.jsing1-41/+36
2020-09-10Enable test-tls13-large-number-of-extensions.pytb1-2/+7
2020-09-09Wrap long lines, add space in front of goto label in openssl(1) ocsp.cinoguchi1-93/+118
2020-09-09Change SSLv23_client_method to TLS_client_method openssl(1) ocspinoguchi1-2/+2
2020-09-09Remove space between pointer '*' and variable name in ocsp.cinoguchi1-39/+39
2020-09-09Convert openssl(1) ocsp option handlinginoguchi1-443/+725
2020-09-09Add option type OPTION_UL_VALUE_ORinoguchi2-2/+9
2020-09-09Set alpn_selected_len = 0 when alpn_selected is NULLinoguchi1-1/+4
2020-09-09Import latest OPENSSL_NO_* flags from OpenSSL 1.1.1ginoguchi1-0/+8
2020-09-08Mention that EC_KEY_get0_public_key returns a public key.tb1-3/+5
2020-09-07Garbage collect renew_ticket in tls_decrypt_tickettb1-8/+5
2020-09-06For page-sized and larger allocations do not put the pages we'reotto1-21/+18
2020-09-04Ignore ftruncate failure with errno == EAGAINtb1-2/+5
2020-09-03Clean up asn1/x_info.ctb1-22/+9
2020-09-03Remove unnecessary zeroing after recallocarray(3)tb1-3/+1
2020-09-02KNF and comment tweakstb1-8/+10
2020-09-01Zero out data to avoid leaving stack garbage in the tail oftb1-1/+3
2020-09-01The bumping of sess_cb_hit stats can wait until handling oftb1-4/+3
2020-09-01In the explanatory comment of ssl_get_prev_session fix the spelling oftb1-5/+6
2020-09-01Split session retrieval out of ssl_get_prev_session()tb1-78/+92
2020-09-01copy session id directly in ssl_get_prev_sessiontb3-27/+23
2020-09-01indent the only other label in this filetb1-2/+2
2020-09-01Indent label and remove dangling elsetb1-4/+4
2020-09-01Zap NULL check before SSL_SESSION_free()tb1-3/+2
2020-09-01Rename the session pointer ret to sesstb1-25/+25
2020-09-01Hoist ERR_clear_error() call into the derr: labeltb1-4/+2
2020-09-01simplify tls1_process_ticket() exit pathtb2-19/+7
2020-08-31Return code tweaks for session ticket handlerstb3-47/+51
2020-08-31Send alert on ssl_get_prev_session failuretb4-20/+32
2020-08-30Start replacing the existing TLSv1.2 record layer.jsing7-195/+614
2020-08-29define OPENSSL_NO_SSL_TRACE in opensslfeatures.hinoguchi1-1/+1
2020-08-17Fix append mode so it always writes to the end and expand regress.libressl-v3.2.1millert1-26/+77
2020-08-17Also print a list of missing scripts in summarytb1-5/+10
2020-08-17Avoid test failures due to outdated packagestb1-1/+6
2020-08-15enable jsing's zero content type testtb1-1/+2
2020-08-11Send an unexpected message alert if no valid content type is found.jsing1-2/+5
2020-08-11Increment the epoch in the same place for both read and write.jsing1-3/+3
2020-08-11Use 0 instead of 0x00 for memset() calls.jsing2-8/+8
2020-08-11Use SSL3_SEQUENCE_SIZE for last_write_sequence[] rather than hardcoding.jsing1-2/+2
2020-08-11In SSL_new() just 'goto err' on allocation failure.jsing1-11/+6
2020-08-11I accidentally zeored out a few bytes of the TLSv1.0 session ID.tb1-1/+1
2020-08-10Avoid passing -1 to freezero.tb1-9/+10