summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_locl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* whitespace nittb2022-06-291-2/+2
* Also check the security level of the 'tmp dh'tb2022-06-291-1/+2
* Check the security of DH key sharestb2022-06-291-1/+2
* Rename one s to ssl for consistencytb2022-06-291-2/+2
* Add prototypes for ssl{_ctx,}_security()tb2022-06-281-1/+5
* Implement the default security level callbacktb2022-06-281-1/+6
* Add security callback, level and ex_data fields to SSL_CERTtb2022-06-281-1/+6
* Switch sid_ctx_length in SSL, SSL_CTX and SSL_SESSION to a size_ttb2022-06-071-4/+4
* Switch SSL_SESSION's session_id_length to a size_ttb2022-06-071-2/+2
* Switch the SSL_SESSION's master_key_length to a size_ttb2022-06-071-2/+2
* Tweak comment describing the SSL_SESSION ASN.1tb2022-06-061-4/+5
* Fix spaces before tabstb2022-06-061-12/+12
* Add a use_psk_dhe_ke flag to the TLSv1.3 handshake structtb2022-06-031-1/+4
* Remove const from tls1_transcript_hash_value()jsing2022-03-171-2/+2
* Factor out change cipher spec handing code in the legacy stack.jsing2022-03-121-1/+2
* Factor out alert handing code in the legacy stack.libressl-v3.5.0jsing2022-02-211-1/+2
* Bye bye S3I.jsing2022-02-051-15/+7
* Cleanup/simplify ssl_cert_type()jsing2022-02-031-2/+2
* Remove peer_pkeys from SSL_SESSION.jsing2022-01-111-10/+3
* Rename 'peer' to 'peer_cert' in SSL_SESSION.jsing2022-01-111-2/+2
* Plumb decode errors through key share parsing code.jsing2022-01-111-3/+5
* Swap arguments to ssl_check_srvr_ecc_cert_and_alg()jsing2022-01-091-2/+2
* Merge SESS_CERT into SSL_SESSION.jsing2022-01-081-19/+10
* Remove commented out CERT_* defines.jsing2022-01-081-7/+1
* Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY.jsing2022-01-081-45/+45
* Rename dh_tmp to dhe_params.jsing2022-01-071-4/+4
* Convert legacy server to tls_key_share.jsing2022-01-071-10/+1
* Convert legacy TLS client to tls_key_share.jsing2022-01-061-6/+1
* Rename tls13_key_share to tls_key_share.jsing2022-01-051-2/+4
* Clean up and refactor server side DHE key exchange.jsing2021-12-041-2/+3
* Move the minimum DHE key size check into ssl_kex_peer_params_dhe()jsing2021-12-041-2/+2
* Check DH public key in ssl_kex_peer_public_dhe().jsing2021-12-041-2/+2
* Factor out/rewrite DHE key exchange.jsing2021-11-291-1/+9
* Use ssl_force_want_read() in the DTLS code.jsing2021-10-251-1/+3
* Fold SSL_SESSION_INTERNAL back into SSL_SESSION.jsing2021-10-251-24/+19
* Add SSL_get0_verified_chain - needed by some new stuffbeck2021-10-231-1/+2
* Add new OpenSSL API SSL_CTX_set_num_tickets and friends.beck2021-10-231-1/+4
* Mop up enc_read_ctx and read_hash.jsing2021-10-231-13/+1
* Provide a way to determine our maximum legacy version.jsing2021-10-231-1/+9
* Add SSL_CTX_set_keylog_callback and SSL_CTX_get_keylog_callbackbeck2021-10-231-1/+2
* Untangle ssl3_get_message() return values.jsing2021-10-231-2/+2
* Change tlsext_tick_lifetime_hint to uint32_t.jsing2021-10-231-4/+4
* Move various structs from ssl.h/tls1.h to ssl_locl.h.jsing2021-10-151-1/+126
* Clean up and simplify info and msg callbacks.jsing2021-08-301-10/+17
* Replace DTLS r_epoch with the read epoch from the TLSv1.2 record layer.jsing2021-08-301-2/+2
* Dedup dtls1_dispatch_alert()/ssl3_dispatch_alert().jsing2021-07-261-2/+1
* Do a first pass clean up of SSL_METHOD.jsing2021-07-031-5/+1
* Merge SSL_METHOD_INTERNAL into SSL_METHOD.jsing2021-07-011-11/+7
* Move some structs from public to private headers.jsing2021-06-301-1/+106
* Track the sigalgs used by ourselves and our peer.jsing2021-06-271-3/+6