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
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_clnt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Stop reaching into EVP_PKEY in the rest of libssl.
tb
2021-11-26
1
-12
/
+18
*
libssl: don't reach for pkey->save_type.
tb
2021-11-19
1
-3
/
+3
*
Fold SSL_SESSION_INTERNAL back into SSL_SESSION.
jsing
2021-10-25
1
-18
/
+18
*
Unhandroll X509_up_ref()
tb
2021-10-23
1
-3
/
+3
*
Provide a way to determine our maximum legacy version.
jsing
2021-10-23
1
-36
/
+16
*
Fold DTLS1_STATE_INTERNAL into DTLS1_STATE.
jsing
2021-10-23
1
-18
/
+18
*
Untangle ssl3_get_message() return values.
jsing
2021-10-23
1
-94
/
+81
*
Change tlsext_tick_lifetime_hint to uint32_t.
jsing
2021-10-23
1
-5
/
+2
*
Ensure that a server hello does not have trailing data.
jsing
2021-09-03
1
-1
/
+4
*
We need to allow for either a CERTIFICATE or CERTIFICATE_STATUS message
beck
2021-09-02
1
-2
/
+3
*
RFC 6066 section 8 allows the server MAY choose not send the CertificateStatus
beck
2021-09-02
1
-3
/
+37
*
Clean up and simplify info and msg callbacks.
jsing
2021-08-30
1
-16
/
+8
*
Correct sigalg hash usage when signing content for client verify.
jsing
2021-06-30
1
-3
/
+2
*
Pull sigalg selection up into ssl3_send_client_verify().
jsing
2021-06-29
1
-14
/
+11
*
Track sigalg used by ourselves and our peer in the legacy stack.
jsing
2021-06-29
1
-1
/
+3
*
Convert legacy stack client to ssl_sigalg_for_peer().
jsing
2021-06-29
1
-34
/
+12
*
Move the RSA-PSS check for TLSv1.3 to ssl_sigalg_pkey_ok().
jsing
2021-06-29
1
-2
/
+2
*
Have ssl3_send_client_verify() pass *pkey to called functions.
jsing
2021-06-27
1
-22
/
+11
*
Change ssl_sigalgs_from_value() to perform sigalg list selection.
jsing
2021-06-27
1
-3
/
+4
*
Rename ssl_sigalg() to ssl_sigalg_from_value().
jsing
2021-06-27
1
-3
/
+3
*
Make local header inclusion consistent.
jsing
2021-05-16
1
-3
/
+2
*
Move DTLS structs/definitions/prototypes to dtls_locl.h.
jsing
2021-05-16
1
-1
/
+2
*
Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*
jsing
2021-05-16
1
-1
/
+2
*
Clean up tls1_change_cipher_state().
jsing
2021-05-02
1
-5
/
+3
*
Clean up dtls1_reset_seq_numbers().
jsing
2021-05-02
1
-5
/
+1
*
Clean up and harden TLSv1.2 master key derivation.
jsing
2021-04-30
1
-17
/
+12
*
Clean up derivation of finished/peer finished.
jsing
2021-04-25
1
-3
/
+2
*
Clean up TLSv1.2 certificate request handshake data.
jsing
2021-04-21
1
-24
/
+12
*
Move reuse_message, message_type, message_size and cert_verify into the
jsing
2021-04-19
1
-21
/
+21
*
Update a stale comment and fix a typo.
tb
2021-04-11
1
-3
/
+3
*
Garbage collect s->internal->type
tb
2021-03-27
1
-3
/
+1
*
Rename new_cipher to cipher.
jsing
2021-03-24
1
-14
/
+14
*
Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data.
jsing
2021-03-24
1
-7
/
+7
*
Remove ssl_downgrade_max_version().
jsing
2021-03-11
1
-7
/
+4
*
Improve internal version handling.
jsing
2021-03-10
1
-3
/
+17
*
Factor out/change some of the legacy client version handling code.
jsing
2021-02-22
1
-9
/
+4
*
ugly whitespace
tb
2021-02-20
1
-8
/
+8
*
Rename f_err into fatal_err.
tb
2021-02-20
1
-60
/
+60
*
Rename the truncated label into decode_err. This describes its purpose
tb
2021-02-20
1
-46
/
+46
*
Revise HelloVerifyRequest handling for DTLSv1.2.
jsing
2021-02-20
1
-2
/
+7
*
Group HelloVerifyRequest decoding and add missing check for trailing data.
jsing
2021-02-20
1
-4
/
+5
*
Absorb ssl3_get_algorithm2() into ssl_get_handshake_evp_md().
jsing
2021-02-07
1
-2
/
+3
*
Factor out the legacy stack version checks.
jsing
2021-02-07
1
-13
/
+5
*
Replace SSL_IS_DTLS with SSL_is_dtls().
jsing
2020-10-14
1
-25
/
+25
*
Condense and simplify TLS methods.
jsing
2020-10-11
1
-2
/
+2
*
Merge d1_{clnt,srvr}.c into ssl_{clnt,srvr}.c
jsing
2020-10-03
1
-2
/
+58
*
Simplify the cleanup of init_buf via a ssl3_release_init_buffer() function.
jsing
2020-09-24
1
-5
/
+3
*
Simplify SSL method lookups.
jsing
2020-09-17
1
-4
/
+2
*
Remove cipher_list_by_id.
jsing
2020-09-11
1
-6
/
+3
*
Improve argument order for the internal tlsext API
tb
2020-07-03
1
-3
/
+3
[prev]
[next]