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
*
const correct tls_session_secret_cb_fn()
tb
6 days
1
-2
/
+2
*
Use cipher suite values instead of IDs.
jsing
2024-07-22
1
-4
/
+4
*
Remove cipher from SSL_SESSION.
jsing
2024-07-20
1
-6
/
+5
*
Annotate issues with tls_session_secret_cb() related code.
jsing
2024-07-19
1
-1
/
+6
*
Remove last peeking at TLS1_FLAGS_SKIP_CERT_VERIFY
tb
2024-02-03
1
-7
/
+1
*
Remove GOST and STREEBOG support from libssl.
beck
2024-02-03
1
-204
/
+2
*
Neuter the SSL_set_debug(3) API
tb
2023-12-29
1
-6
/
+1
*
Manually unifdef OPENSSL_NO_ENGINE in ssl_clnt.c
tb
2023-11-19
1
-17
/
+4
*
Hide all public symbols in libssl
beck
2023-07-08
1
-1
/
+5
*
Convert legacy server kex to one-shot sign/verify
tb
2023-06-11
1
-17
/
+27
*
Easy EVP_Digest{Sign,Verify} conversions for legacy stack
tb
2023-06-11
1
-15
/
+5
*
spelling fixes; from paul tagliamonte
jmc
2022-12-26
1
-3
/
+3
*
Make internal header file names consistent
tb
2022-11-26
1
-3
/
+3
*
Annotate misuse of EVP_Digest()
tb
2022-10-20
1
-1
/
+2
*
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
jsing
2022-10-02
1
-101
/
+101
*
Move handshake message handling functions from ssl_both.c to client/server.
jsing
2022-10-01
1
-22
/
+172
*
Deduplicate peer certificate chain processing code.
jsing
2022-08-17
1
-32
/
+4
*
Remove redeclaration of ret
tb
2022-08-15
1
-2
/
+1
*
Simplify certificate list handling code in legacy client.
jsing
2022-07-03
1
-45
/
+33
*
Rename uses 'curve' to 'group' and rework tls1 group API.
tb
2022-07-02
1
-7
/
+7
*
Add checks to ensure we do not initiate or negotiate handshakes with
tb
2022-06-30
1
-1
/
+8
*
There's tentacles, tentacles everywhere
tb
2022-06-29
1
-1
/
+7
*
Check the security of DH key shares
tb
2022-06-29
1
-1
/
+7
*
Simplify various CBS_write_bytes() calls
tb
2022-06-07
1
-4
/
+3
*
Add missing error check call in ssl3_get_new_session_ticket()
tb
2022-06-07
1
-4
/
+9
*
Another small readability tweak: compare explicitly against 0 and NULL,
tb
2022-06-07
1
-4
/
+3
*
Add error checking to tls_session_secret_cb() calls
tb
2022-06-07
1
-9
/
+19
*
Remove incorrect and ungrammattical comment
tb
2022-06-06
1
-3
/
+2
*
Bye bye S3I.
jsing
2022-02-05
1
-136
/
+136
*
Cleanup/simplify ssl_cert_type()
jsing
2022-02-03
1
-2
/
+2
*
Garbage collect unused ret in ssl3_get_new_session_ticket()
tb
2022-01-24
1
-5
/
+4
*
In ssl3_get_server_key_exchange() switch a 'goto err' to
tb
2022-01-24
1
-2
/
+2
*
Remove peer_pkeys from SSL_SESSION.
jsing
2022-01-11
1
-49
/
+32
*
Rename 'peer' to 'peer_cert' in SSL_SESSION.
jsing
2022-01-11
1
-3
/
+3
*
Plumb decode errors through key share parsing code.
jsing
2022-01-11
1
-14
/
+25
*
ssl_check_srvr_ecc_cert_and_alg() only returns 0/1 - test accordingly.
jsing
2022-01-09
1
-3
/
+3
*
Swap arguments to ssl_check_srvr_ecc_cert_and_alg()
jsing
2022-01-09
1
-3
/
+3
*
Clean up ssl3_{send,get}_client_kex_gost()
jsing
2022-01-09
1
-21
/
+26
*
Return 0/1 from ssl3_{send,get}_client_kex_gost()
jsing
2022-01-09
1
-4
/
+4
*
Remove a comment from Captain Obvious.
jsing
2022-01-09
1
-4
/
+2
*
Clean up pkey handling in ssl3_get_server_key_exchange()
jsing
2022-01-09
1
-42
/
+22
*
Merge SESS_CERT into SSL_SESSION.
jsing
2022-01-08
1
-66
/
+33
*
Convert legacy TLS client to tls_key_share.
jsing
2022-01-06
1
-175
/
+35
*
Return 0 on failure from send/get kex functions in the legacy stack.
jsing
2022-01-04
1
-25
/
+25
*
Use normal result testing for tls1_check_curve().
jsing
2022-01-04
1
-2
/
+2
*
Refactor ssl3_get_server_kex_ecdhe() to separate parsing and validation.
jsing
2022-01-04
1
-20
/
+18
*
Convert ssl_clnt.c to opaque EVP_MD_CTX
tb
2021-12-09
1
-26
/
+29
*
Move the minimum DHE key size check into ssl_kex_peer_params_dhe()
jsing
2021-12-04
1
-8
/
+5
*
Check DH public key in ssl_kex_peer_public_dhe().
jsing
2021-12-04
1
-2
/
+8
*
Factor out/rewrite DHE key exchange.
jsing
2021-11-29
1
-64
/
+20
[next]