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
/
s3_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing pointer invalidation
libressl-v3.6.3
OPENBSD_7_2
tb
2023-05-26
1
-1
/
+2
*
Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC.
jsing
2022-08-21
1
-1
/
+8
*
Implement the SSL_CTRL_GET_SHARED_GROUP control
tb
2022-08-17
1
-1
/
+37
*
Deduplicate peer certificate chain processing code.
jsing
2022-08-17
1
-4
/
+11
*
Stop using ssl{_ctx,}_security() outside of ssl_seclevel.c
tb
2022-07-02
1
-3
/
+2
*
Rename uses 'curve' to 'group' and rework tls1 group API.
tb
2022-07-02
1
-3
/
+3
*
Make ssl_cert_add{0,1}_chain_cert() take ssl/ctx
tb
2022-06-29
1
-5
/
+5
*
ssl_cert_set{0,1}_chain() take ssl/ctx
tb
2022-06-29
1
-7
/
+7
*
Add support for sending QUIC transport parameters
beck
2022-06-29
1
-1
/
+9
*
Also check the security level when choosing a shared cipher
tb
2022-06-29
1
-1
/
+5
*
Also check the security level of the 'tmp dh'
tb
2022-06-29
1
-1
/
+11
*
Clean up and simplify ssl3_renegotiate{,_check}()
jsing
2022-03-17
1
-22
/
+15
*
Switch TLSv1.3 cipher names from AEAD- to OpenSSL's TLS_
tb
2022-02-05
1
-4
/
+4
*
Bye bye S3I.
jsing
2022-02-05
1
-76
/
+67
*
whitespace
tb
2022-01-26
1
-4
/
+4
*
Rename CERT to SSL_CERT and CERT_PKEY to SSL_CERT_PKEY.
jsing
2022-01-08
1
-2
/
+2
*
Rename dh_tmp to dhe_params.
jsing
2022-01-07
1
-13
/
+18
*
Convert legacy server to tls_key_share.
jsing
2022-01-07
1
-13
/
+1
*
Convert legacy TLS client to tls_key_share.
jsing
2022-01-06
1
-23
/
+5
*
Rename tls13_key_share to tls_key_share.
jsing
2022-01-05
1
-6
/
+7
*
Do not take the strlen() of a NULL name. Defer the CBS_init() to later.
tb
2021-11-02
1
-3
/
+3
*
Ensure SSL_set_tlsext_host_name() is given a valid hostname.
jsing
2021-11-01
1
-3
/
+8
*
Fold SSL_SESSION_INTERNAL back into SSL_SESSION.
jsing
2021-10-25
1
-3
/
+3
*
Don't leak internal->verfied_chain, clean it up in ssl3_clear and free.
beck
2021-10-24
1
-1
/
+4
*
Prepare to provide SSL_get_tlsext_status_type()
tb
2021-09-08
1
-1
/
+10
*
Dedup dtls1_dispatch_alert()/ssl3_dispatch_alert().
jsing
2021-07-26
1
-2
/
+2
*
Do a first pass clean up of SSL_METHOD.
jsing
2021-07-03
1
-46
/
+1
*
Merge SSL_METHOD_INTERNAL into SSL_METHOD.
jsing
2021-07-01
1
-9
/
+10
*
Prepare to provide SSL_get_signature_nid() and friends.
jsing
2021-06-30
1
-1
/
+66
*
Move DTLS structs/definitions/prototypes to dtls_locl.h.
jsing
2021-05-16
1
-2
/
+3
*
Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_*
jsing
2021-05-16
1
-1
/
+2
*
Clean up TLSv1.2 certificate request handshake data.
jsing
2021-04-21
1
-3
/
+3
*
Set alpn_selected_len to zero when freeing alpn_selected.
jsing
2021-04-19
1
-1
/
+2
*
Rename new_cipher to cipher.
jsing
2021-03-24
1
-2
/
+2
*
Move the TLSv1.3 handshake struct inside the shared handshake struct.
jsing
2021-03-21
1
-15
/
+15
*
Absorb ssl3_get_algorithm2() into ssl_get_handshake_evp_md().
jsing
2021-02-07
1
-15
/
+1
*
Correct handshake MAC/PRF for various TLSv1.2 cipher suites.
jsing
2021-02-07
1
-8
/
+8
*
Rewrap a comment line to fit into 80 columns.
tb
2021-01-26
1
-3
/
+3
*
Replace SSL_IS_DTLS with SSL_is_dtls().
jsing
2020-10-14
1
-5
/
+5
*
SSL3_ENC_METHOD is just a flag word; merge it into SSL_METHOD_INTERNAL
guenther
2020-10-11
1
-2
/
+2
*
Constipate ssl3_ciphers and tls1[23]_sigalgs*, pushing them into
guenther
2020-10-11
1
-2
/
+2
*
Prepare to provide SSL_get_peer_tmp_key().
jsing
2020-09-17
1
-8
/
+9
*
Move state initialisation from SSL_clear() to ssl3_clear().
jsing
2020-09-14
1
-1
/
+3
*
Implement a rolling hash of the ClientHello message, Enforce RFC 8446
beck
2020-06-06
1
-1
/
+3
*
Use IANA allocated GOST ClientCertificateTypes.
jsing
2020-06-05
1
-1
/
+5
*
Stop sending GOST R 34.10-94 as a CertificateType.
jsing
2020-06-05
1
-3
/
+1
*
Use size_t for OCSP response length.
jsing
2020-05-10
1
-4
/
+18
*
Expose the peer ephemeral public key used for TLSv1.3 key exchange.
jsing
2020-04-18
1
-32
/
+16
*
Avoid leak for tmp.x25519
inoguchi
2020-02-16
1
-1
/
+4
*
Provide struct/functions for handling TLSv1.3 key shares.
jsing
2020-01-30
1
-14
/
+6
[next]