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_srvr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Move the RSA-PSS check for TLSv1.3 to ssl_sigalg_pkey_ok().
jsing
2021-06-29
1
-2
/
+2
*
Change ssl_sigalgs_from_value() to perform sigalg list selection.
jsing
2021-06-27
1
-3
/
+3
*
Rename ssl_sigalg() to ssl_sigalg_from_value().
jsing
2021-06-27
1
-3
/
+3
*
Change ssl_sigalgs_build() to perform sigalg list selection.
jsing
2021-06-27
1
-3
/
+5
*
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
-4
/
+6
*
Clean up tls1_change_cipher_state().
jsing
2021-05-02
1
-5
/
+3
*
In the TLSv1.2 server, set up the key block after sending the CCS.
jsing
2021-05-02
1
-7
/
+7
*
Clean up dtls1_reset_seq_numbers().
jsing
2021-05-02
1
-4
/
+1
*
Clean up and harden TLSv1.2 master key derivation.
jsing
2021-04-30
1
-15
/
+11
*
Clean up derivation of finished/peer finished.
jsing
2021-04-25
1
-5
/
+3
*
Clean up TLSv1.2 certificate request handshake data.
jsing
2021-04-21
1
-5
/
+5
*
Move reuse_message, message_type, message_size and cert_verify into the
jsing
2021-04-19
1
-11
/
+11
*
Avoid transcript initialisation when sending a TLS HelloRequest.
jsing
2021-03-29
1
-4
/
+6
*
Garbage collect s->internal->type
tb
2021-03-27
1
-3
/
+1
*
Rename new_cipher to cipher.
jsing
2021-03-24
1
-17
/
+17
*
Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data.
jsing
2021-03-24
1
-9
/
+9
*
Remove ssl_downgrade_max_version().
jsing
2021-03-11
1
-7
/
+5
*
Improve internal version handling.
jsing
2021-03-10
1
-2
/
+19
*
ugly whitespace
tb
2021-02-20
1
-6
/
+6
*
Rename f_err into fatal_err.
tb
2021-02-20
1
-69
/
+69
*
Rename the truncated label into decode_err. This describes its purpose
tb
2021-02-20
1
-27
/
+27
*
Revise HelloVerifyRequest handling for DTLSv1.2.
jsing
2021-02-20
1
-2
/
+7
*
Factor out the legacy stack version checks.
jsing
2021-02-07
1
-13
/
+6
*
Move sequence numbers into the new TLSv1.2 record layer.
jsing
2021-01-26
1
-4
/
+3
*
Provide functions to determine if TLSv1.2 record protection is engaged.
jsing
2021-01-19
1
-3
/
+3
*
Replace SSL_IS_DTLS with SSL_is_dtls().
jsing
2020-10-14
1
-26
/
+26
*
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
/
+41
*
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
*
Use the correct type for tls1_set_ec_id()
tb
2020-09-12
1
-3
/
+3
*
Remove cipher_list_by_id.
jsing
2020-09-11
1
-5
/
+1
*
Send alert on ssl_get_prev_session failure
tb
2020-08-31
1
-3
/
+3
*
Improve argument order for the internal tlsext API
tb
2020-07-03
1
-3
/
+3
*
Enable GOST_SIG_FORMAT_RS_LE when verifying certificate signatures.
jsing
2020-06-05
1
-1
/
+8
*
Send an illegal_parameter alert if a client sends us invalid DH key
tb
2020-06-01
1
-3
/
+15
*
Correct downgrade sentinels when a version pinned method is in use.
jsing
2020-05-31
1
-3
/
+3
*
Replace SSL_PKEY_RSA_ENC/SSL_PKEY_RSA_SIGN with SSL_PKEY_RSA.
jsing
2020-05-19
1
-2
/
+2
*
Use size_t for OCSP response length.
jsing
2020-05-10
1
-2
/
+2
*
On receiving an overlong session ID terminate with an illegal_parameter
tb
2020-05-09
1
-1
/
+6
*
TLSv1.3 servers that intend to downgrade are required to set the last
tb
2020-03-06
1
-4
/
+8
*
Avoid leak for tmp.x25519
inoguchi
2020-02-16
1
-4
/
+7
*
Factor out/rewrite the ECDHE EC point key exchange code.
jsing
2020-01-30
1
-77
/
+21
*
Remove the ssl_get_message function pointer from SSL_METHOD_INTERNAL.
jsing
2020-01-23
1
-6
/
+5
*
If we are building a legacy server hello, check to see if we are
beck
2020-01-23
1
-1
/
+20
*
Pass the session ID down to the session/ticket handling code as a CBS.
jsing
2019-04-22
1
-3
/
+2
*
Inline and remove the tlsext_tick_md macro.
jsing
2019-04-22
1
-2
/
+2
*
Defer sigalgs selection until the certificate is known.
jsing
2019-03-25
1
-2
/
+2
[prev]
[next]