summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2020-09-26Call dtls1_hm_fragment_free() from dtls1_drain_fragments()Joel Sing
2020-09-26Have dtls1_new() call dtls1_free() on failure.Joel Sing
2020-09-26Have dtls1_hm_fragment_new() call dtls1_hm_fragment_free() on failure.Joel Sing
2020-09-26Refactor dtls1_clear_queues()Theo Buehler
2020-09-24Simplify the cleanup of init_buf via a ssl3_release_init_buffer() function.Joel Sing
2020-09-24Release read and write buffers using freezero().Joel Sing
2020-09-22Comment out SSL_get0_peername(3) for the OpenBSD 6.8 releaseIngo Schwarze
2020-09-22reword ambiguous title line;Ingo Schwarze
2020-09-21s/before the handshake is complete/during the handshake/gIngo Schwarze
2020-09-21two wording tweaks suggested by jsing@, adding clarityIngo Schwarze
2020-09-21In ssl.h rev. 1.174 to 1.176, tb@ added some stubs related to 0-RTT data.Ingo Schwarze
2020-09-20Document the public function SSL_set_SSL_CTX(3) from scratch,Ingo Schwarze
2020-09-20Add guards around SSL_get0_peername that were accidentally omitted.Theo Buehler
2020-09-19Prepare to provide SSL_get0_peernameTheo Buehler
2020-09-19Prepare to provide stubbed out versions for reading/writing 0-RTT dataTheo Buehler
2020-09-19Prepare to provide SSL{,_CTX}_{get,set}_max_early_dataTheo Buehler
2020-09-19Prepare to provide SSL_SESSION_{set,get}_max_early_data()Theo Buehler
2020-09-18If ssl_cert_dup() fails in SSL_set_SSL_CTX(3), return failureIngo Schwarze
2020-09-18add forgotten link to newish page SSL_set1_host(3)Ingo Schwarze
2020-09-17Prepare to provide SSL_get_peer_tmp_key().Joel Sing
2020-09-17Simplify SSL method lookups.Joel Sing
2020-09-17Install the new page SSL_set1_host(3), link to it from relevant places,Ingo Schwarze
2020-09-17Import a manual page for SSL_set1_host(3), which we already have since 6.5,Ingo Schwarze
2020-09-16Group seal record functions together.Joel Sing
2020-09-16Let SSL_CTX_get_ciphers(NULL) return NULL rather than crashIngo Schwarze
2020-09-16Mark SSL_get_cipher_list(3) as deprecated; it is badly misnamed, and thereIngo Schwarze
2020-09-16Avoid memset() before memcpy() for CBB_add_bytes().Joel Sing
2020-09-15The undocumented public function SSL_set_SSL_CTX(3) changes theIngo Schwarze
2020-09-15Split the tls12_record_layer_write_mac() function.Joel Sing
2020-09-15Do not destroy an existing cipher list when ssl_parse_ciphersuites()Ingo Schwarze
2020-09-15Correct a failure case in tls12_record_layer_seal_record_protected()Joel Sing
2020-09-15Create the missing RETURN VALUES section and move the appropriateIngo Schwarze
2020-09-15Cleanup/simplify SSL_set_ssl_method().Joel Sing
2020-09-15Mop up the get_ssl_method function pointer.Joel Sing
2020-09-14Move state initialisation from SSL_clear() to ssl3_clear().Joel Sing
2020-09-14Cleanup and simplify SSL_set_session().Joel Sing
2020-09-14Avoid NULL deref SSL_{,CTX_}set_ciphersuitesTheo Buehler
2020-09-13Implement SSL_{CTX_,}set_ciphersuites().Joel Sing
2020-09-13Improve handling of BIO_read()/BIO_write() failures in the TLSv1.3 stack.Joel Sing
2020-09-12Use the correct type for tls1_set_ec_id()Theo Buehler
2020-09-12Simplify tls1_set_ec_id() a bitTheo Buehler
2020-09-11Remove cipher_list_by_id.Joel Sing
2020-09-11Simplify SSL_get_ciphers().Joel Sing
2020-09-11Rename ssl_cipher_is_permitted()Joel Sing
2020-09-11Some SSL_AD_* defines snuck into the TLSv1.3 code - replace them withJoel Sing
2020-09-11Various ciphers related clean up.Joel Sing
2020-09-09Set alpn_selected_len = 0 when alpn_selected is NULLKinichiro Inoguchi
2020-09-07Garbage collect renew_ticket in tls_decrypt_ticketTheo Buehler
2020-09-02KNF and comment tweaksTheo Buehler
2020-09-01Zero out data to avoid leaving stack garbage in the tail ofTheo Buehler