summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Improve internal version handling.jsing2021-03-101-6/+20
* Move handling of cipher/hash based cipher suites into the new record layer.jsing2021-02-271-18/+8
* Only use TLS versions internally (rather than both TLS and DTLS versions).jsing2021-02-251-14/+14
* Factor out/change some of the legacy client version handling code.jsing2021-02-221-2/+4
* Return a min/max version of zero if set to zero.jsing2021-02-201-3/+17
* Absorb ssl3_get_algorithm2() into ssl_get_handshake_evp_md().jsing2021-02-071-3/+1
* Factor out the legacy stack version checks.jsing2021-02-071-1/+2
* Move AEAD handling into the new TLSv1.2 record layer.jsing2021-01-281-9/+3
* Move sequence numbers into the new TLSv1.2 record layer.jsing2021-01-261-11/+2
* Mop up unused dtls1_build_sequence_number() function.jsing2021-01-211-3/+1
* Add code to handle change of cipher state in the new TLSv1.2 record layer.jsing2021-01-191-1/+11
* Provide functions to determine if TLSv1.2 record protection is engaged.jsing2021-01-191-1/+3
* Provide record layer overhead for DTLS.jsing2021-01-191-1/+3
* Clean up sequence number handing in the new TLSv1.2 record layer.jsing2021-01-131-3/+1
* Move the read MAC key into the TLSv1.2 record layer.jsing2021-01-071-3/+1
* Use natural sizes for S3I(s)->tmp's *_md arraystb2020-12-151-6/+4
* Switch finish{,_peer}_md_len from int to size_ttb2020-12-141-3/+3
* Bring back *_client_method() structstb2020-12-011-1/+2
* Use size_t for key_block_len.jsing2020-11-111-2/+2
* Replace SSL_IS_DTLS with SSL_is_dtls().jsing2020-10-141-5/+1
* Mark DTLS methods as DTLS.jsing2020-10-141-2/+3
* SSL3_ENC_METHOD is just a flag word; merge it into SSL_METHOD_INTERNALguenther2020-10-111-14/+17
* Make profile_name const in srtp_find_profile_by_name()tb2020-10-111-2/+2
* Condense and simplify TLS methods.jsing2020-10-111-6/+2
* Constipate srtp_known_profiles, pushing it into .data.rel.roguenther2020-10-111-4/+4
* Constipate ssl3_ciphers and tls1[23]_sigalgs*, pushing them intoguenther2020-10-111-2/+2
* Mop up various things that are now unused with the new record layer.jsing2020-10-071-14/+1
* Merge d1_{clnt,srvr}.c into ssl_{clnt,srvr}.cjsing2020-10-031-3/+3
* Use TLSv1_1_enc_data instead of DTLSv1_enc_data.jsing2020-10-031-2/+1
* Reimplement the TLSv1.2 record handling for the read side.jsing2020-10-031-5/+9
* 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