index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
OPENBSD_7_7
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libssl
/
ssl_locl.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused SSLv3 from ssl3_cbc_record_digest_supported().
jsing
2016-11-06
1
-2
/
+2
*
Convert ssl3_get_server_kex_ecdhe() to CBS, simplifying tls1_check_curve()
jsing
2016-11-05
1
-4
/
+4
*
Rename ssl3_get_key_exchange() to ssl3_get_server_key_exchange(), since
jsing
2016-11-04
1
-2
/
+2
*
Add an explict list of exported symbols with just the functions
guenther
2016-11-04
1
-1
/
+5
*
Make do_dtls1_write() static to d1_pkt.c and delete declarations for
guenther
2016-11-04
1
-7
/
+1
*
Clean up the TLS handshake digest handling - this refactors some of the
jsing
2016-11-03
1
-2
/
+2
*
Remove support for fixed ECDH cipher suites - these is not widely supported
jsing
2016-10-19
1
-5
/
+1
*
Implement the IETF ChaCha20-Poly1305 cipher suites.
jsing
2016-04-28
1
-2
/
+4
*
Uncopy and unpaste dtls1_send_newsession_ticket() - another 111 lines of
jsing
2015-09-12
1
-2
/
+1
*
Move handshake message header length determination into a separate
jsing
2015-09-12
1
-1
/
+2
*
Uncopy and unpaste dtls1_send_certificate_request() - removes another 80
jsing
2015-09-12
1
-2
/
+1
*
Uncopy and unpaste dtls1_send_server_key_exchange(). Removes another 329
jsing
2015-09-12
1
-2
/
+1
*
Uncopy and unpaste dtls1_send_server_done().
jsing
2015-09-12
1
-2
/
+1
*
Uncopy and unpaste dtls1_send_server_hello().
jsing
2015-09-12
1
-2
/
+1
*
Uncopy and unpaste dtls1_send_hello_request().
jsing
2015-09-12
1
-2
/
+1
*
Uncopy and unpaste dtls1_send_client_verify() - the
jsing
2015-09-12
1
-2
/
+1
*
Uncopy and unpaste dtls1_send_client_key_exchange() - the
jsing
2015-09-12
1
-2
/
+1
*
Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of a
jsing
2015-09-11
1
-7
/
+7
*
Nuke ssl_set_peer_cert_type().
jsing
2015-09-11
1
-2
/
+1
*
Nuke ssl_bad_method().
jsing
2015-09-11
1
-2
/
+1
*
Nuke ssl3_default_timeout().
jsing
2015-09-11
1
-2
/
+1
*
Nuke ssl_replace_hash().
jsing
2015-09-11
1
-2
/
+1
*
Nuke ssl3_cbc_remove_padding().
jsing
2015-09-11
1
-3
/
+1
*
Nuke ssl3_alert_code().
jsing
2015-09-11
1
-2
/
+1
*
Nuke ssl3_cert_verify_mac() and ssl3_handshake_mac().
jsing
2015-09-11
1
-2
/
+1
*
Nuke ssl3_final_finish_mac().
jsing
2015-09-11
1
-3
/
+1
*
Nuke ssl3_change_cipher_state().
jsing
2015-09-11
1
-2
/
+1
*
Nuke ssl3_generate_master_secret().
jsing
2015-09-11
1
-3
/
+1
*
Nuke ssl3_setup_key_block() and ssl3_generate_key_block().
jsing
2015-09-11
1
-2
/
+1
*
Nuke n_ssl3_mac().
jsing
2015-09-11
1
-2
/
+1
*
Nuke ssl3_enc().
jsing
2015-09-11
1
-2
/
+1
*
Nuke SSLv3_enc_data.
jsing
2015-09-11
1
-3
/
+2
*
Replace dtls1_send_finished() with ssl3_send_finished() - they're now
jsing
2015-09-11
1
-2
/
+1
*
Replace dtls1_client_hello() with ssl3_client_hello() - both are basically
jsing
2015-09-02
1
-2
/
+1
*
Remove the ssl_prepare_{client,server}hello_tlsext() functions, which are
jsing
2015-09-01
1
-3
/
+1
*
Now that SSLv3 is going away, TLS_* and SSLv23 are equivalent.
doug
2015-08-29
1
-3
/
+1
*
Convert tls1_process_ticket to CBS.
doug
2015-07-24
1
-3
/
+2
*
Fix symbol collision with libtls.
doug
2015-07-19
1
-3
/
+3
*
Add TLS_method, TLS_client_method and TLS_server_method.
doug
2015-07-19
1
-1
/
+3
*
Convert dtls1_get_message_header to CBS and change to int.
doug
2015-07-18
1
-2
/
+2
*
Convert ssl_parse_serverhello_use_srtp_ext to CBS.
doug
2015-07-17
1
-2
/
+2
*
Convert ssl_parse_clienthello_use_srtp_ext to CBS.
doug
2015-07-14
1
-2
/
+2
*
Convert ssl_bytes_to_cipher_list to CBS.
doug
2015-06-28
1
-2
/
+2
*
Convert ssl_parse_serverhello_renegotiate_ext to CBS.
doug
2015-06-20
1
-2
/
+2
*
Convert ssl_parse_clienthello_renegotiate_ext to CBS.
doug
2015-06-20
1
-2
/
+2
*
Remove Microsoft Server Gated Crypto.
doug
2015-06-18
1
-2
/
+1
*
Clean up the ssl_bytes_to_cipher_list() API - rather than having the
jsing
2015-04-15
1
-2
/
+2
*
Factor out the init_buf initialisation code, rather than duplicating it
jsing
2015-03-27
1
-1
/
+2
*
Reluctantly add server-side support for TLS_FALLBACK_SCSV.
jsing
2015-02-22
1
-1
/
+2
*
unifdef -m -UOPENSSL_NO_NEXTPROTONEG - NPN is being replaced with ALPN,
jsing
2015-02-12
1
-5
/
+1
[next]