summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify the cleanup of init_buf via a ssl3_release_init_buffer() function.jsing2020-09-241-1/+2
* Release read and write buffers using freezero().jsing2020-09-241-3/+4
* Simplify SSL method lookups.jsing2020-09-171-5/+3
* Mop up the get_ssl_method function pointer.jsing2020-09-151-3/+1
* Implement SSL_{CTX_,}set_ciphersuites().jsing2020-09-131-2/+11
* Remove cipher_list_by_id.jsing2020-09-111-11/+3
* Rename ssl_cipher_is_permitted()jsing2020-09-111-3/+3
* copy session id directly in ssl_get_prev_sessiontb2020-09-011-3/+2
* simplify tls1_process_ticket() exit pathtb2020-09-011-2/+1
* Return code tweaks for session ticket handlerstb2020-08-311-1/+8
* Send alert on ssl_get_prev_session failuretb2020-08-311-3/+4
* Start replacing the existing TLSv1.2 record layer.jsing2020-08-301-2/+31
* Use SSL3_SEQUENCE_SIZE for last_write_sequence[] rather than hardcoding.jsing2020-08-111-2/+2
* Remove some unnecessary function pointers from SSL_METHOD_INTERNAL.jsing2020-07-071-6/+1
* Enable TLSv1.3 for the generic TLS_method().jsing2020-07-071-1/+2
* Implement a rolling hash of the ClientHello message, Enforce RFC 8446beck2020-06-061-1/+7
* Replace ssl_max_server_version() with ssl_downgrade_max_version()jsing2020-05-311-2/+1
* Correct downgrade sentinels when a version pinned method is in use.jsing2020-05-311-1/+2
* Improve server certificate selection for TLSv1.3.jsing2020-05-291-7/+11
* Mop up servername_done, which is unused.jsing2020-05-291-7/+1
* Replace SSL_PKEY_RSA_ENC/SSL_PKEY_RSA_SIGN with SSL_PKEY_RSA.jsing2020-05-191-7/+5
* Enable the TLSv1.3 server.jsing2020-05-111-1/+5
* Use size_t for OCSP response length.jsing2020-05-101-2/+3
* Expose the peer ephemeral public key used for TLSv1.3 key exchange.jsing2020-04-181-1/+2
* Consistently spell 'unsigned' as 'unsigned int', as style(9) seemstb2020-03-161-6/+6
* Remove dtls1_enc().jsing2020-03-131-2/+1
* Stop overloading the record type for padding length.jsing2020-03-121-1/+2
* Use internal versions of SSL3_BUFFER, SSL3_RECORD and DTLS1_RECORD_DATA.jsing2020-03-121-7/+32
* Remove the enc function pointers.jsing2020-03-101-2/+1
* Remove the s2n macro now that it is finally unused.jsing2020-02-211-4/+1
* Move l2n/l2n8 into s3_cbc.c, since this is the only code that uses it.jsing2020-02-211-15/+1
* Re-enable the TLSv1.3 client since the known issues have been addressed.jsing2020-02-061-3/+1
* Correctly handle key share extensions in a hello retry request.jsing2020-02-061-1/+2
* Refactor the server hello processing code in the TLSv1.3 client.jsing2020-02-051-1/+4
* Provide tls1_transcript_unfreeze() to avoid the need for manual flagsjsing2020-02-051-1/+2
* Disable TLSv1.3 client while some known issues are being addressed.jsing2020-02-011-1/+3
* Provide struct/functions for handling TLSv1.3 key shares.jsing2020-01-301-6/+2
* Factor out/rewrite the ECDHE EC point key exchange code.jsing2020-01-301-1/+9
* Remove dead prototypes.jsing2020-01-291-10/+1
* Remove the ssl_get_message function pointer from SSL_METHOD_INTERNAL.jsing2020-01-231-3/+1
* Correctly handle TLSv1.3 ciphers suites in ssl3_choose_cipher().jsing2020-01-231-1/+9
* Save the legacy session id in the client, and enforce that it is returnedbeck2020-01-231-1/+5
* Switch back to a function pointer for ssl_pending.jsing2020-01-231-3/+4
* Wire up the TLSv1.3 server.jsing2020-01-221-1/+2
* Fix things so that `make -DTLS1_3` works again.jsing2020-01-221-1/+3
* Enable the TLSv1.3 client in libssl.jsing2020-01-221-2/+3
* Move guards from public to internal headers, and fix not use values.beck2020-01-221-1/+6
* Bring back the ssl_shutdown internal method pointer.jsing2019-11-171-1/+2
* Pass the session ID down to the session/ticket handling code as a CBS.jsing2019-04-221-5/+4
* Inline and remove the tlsext_tick_md macro.jsing2019-04-221-2/+1