summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Keep the various free calls of tls13_record_layer_free() in thetb2021-01-041-4/+4
* Free {alert,phh}_data in tls13_record_layer_free()tb2021-01-021-1/+4
* Use natural sizes for S3I(s)->tmp's *_md arraystb2020-12-151-6/+4
* Fix SSL_get{,_peer}_finished() with TLSv1.3tb2020-12-142-2/+28
* Switch finish{,_peer}_md_len from int to size_ttb2020-12-141-3/+3
* Mark bitmask_{start,end}_values[] and g_probable_mtu[] const.tb2020-12-051-4/+4
* Mark nid_list[] const. This moves 116 bytes to .rodata.tb2020-12-051-2/+2
* grammar fixes from Varik "The Genuine Article!!!" Valefor;jmc2020-12-031-3/+3
* Bring back *_client_method() structstb2020-12-013-11/+200
* fix another misleading line break and indentlibressl-v3.3.0tb2020-11-201-3/+4
* fix confusing line break and indenttb2020-11-201-3/+4
* typo & punctuation in commenttb2020-11-171-3/+3
* Implement exporter for TLSv1.3.jsing2020-11-164-8/+121
* Implement auto chain for the TLSv1.3 server.jsing2020-11-111-1/+23
* Use size_t for key_block_len.jsing2020-11-112-9/+7
* Only check BIO_should_read() on read and BIO_should_write() on write.jsing2020-11-031-5/+1
* Unbreak DTLS retransmissions for flights that include a CCS.jsing2020-10-151-7/+8
* zap annoying stray spacestb2020-10-151-4/+4
* Replace SSL_IS_DTLS with SSL_is_dtls().jsing2020-10-1411-96/+92
* Provide SSL_is_dtls().jsing2020-10-142-2/+11
* Mark DTLS methods as DTLS.jsing2020-10-142-3/+10
* drop references to the SSL protocol because support was removed long ago;schwarze2020-10-121-6/+6
* List and describe the recommended methods first and relegate theschwarze2020-10-121-27/+26
* In ssl_methods.c rev. 1.18, jsing@ deprecated *_server_method(3)schwarze2020-10-111-11/+18
* SSL3_ENC_METHOD is just a flag word; merge it into SSL_METHOD_INTERNALguenther2020-10-115-42/+28
* Fix an assert conditioned on DTLS1_VERSION.jsing2020-10-111-9/+4
* Grow init_buf before stashing a handshake message for the legacy stack.jsing2020-10-111-1/+3
* Make profile_name const in srtp_find_profile_by_name()tb2020-10-112-7/+5
* Condense and simplify TLS methods.jsing2020-10-117-442/+73
* Constipate srtp_known_profiles, pushing it into .data.rel.roguenther2020-10-113-17/+18
* Constipate ssl3_ciphers and tls1[23]_sigalgs*, pushing them intoguenther2020-10-116-32/+32
* A void function has no return value, so zap RETURN VALUES sectiontb2020-10-081-5/+2
* grammar fix: if/when a renegotiation takeS placetb2020-10-082-6/+6
* fix line wrappingtb2020-10-071-3/+2
* Mop up various things that are now unused with the new record layer.jsing2020-10-073-32/+6
* Include a TLS record header when switching to the legacy stack.jsing2020-10-071-9/+27
* Merge d1_{clnt,srvr}.c into ssl_{clnt,srvr}.cjsing2020-10-036-359/+103
* Use TLSv1_1_enc_data instead of DTLSv1_enc_data.jsing2020-10-033-11/+6
* Reimplement the TLSv1.2 record handling for the read side.jsing2020-10-036-605/+426
* Rename tls13_record_layer_alert() to tls13_record_layer_enqueue_alert()jsing2020-10-031-3/+4
* Make dtls1_copy_record() take a DTLS1_RECORD_DATA_INTERNAL *.jsing2020-10-031-10/+4
* Inline two macros that are only used in one place each.jsing2020-10-031-16/+6
* Call dtls1_hm_fragment_free() from dtls1_drain_fragments()jsing2020-09-262-8/+7
* Have dtls1_new() call dtls1_free() on failure.jsing2020-09-261-36/+22
* Have dtls1_hm_fragment_new() call dtls1_hm_fragment_free() on failure.jsing2020-09-261-26/+17
* Refactor dtls1_clear_queues()tb2020-09-261-25/+26
* Simplify the cleanup of init_buf via a ssl3_release_init_buffer() function.jsing2020-09-245-16/+22
* Release read and write buffers using freezero().jsing2020-09-244-21/+26
* Comment out SSL_get0_peername(3) for the OpenBSD 6.8 releaseschwarze2020-09-221-4/+18
* reword ambiguous title line;schwarze2020-09-221-3/+3