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_locl.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up and simplify info and msg callbacks.
jsing
2021-08-30
1
-10
/
+17
*
Replace DTLS r_epoch with the read epoch from the TLSv1.2 record layer.
jsing
2021-08-30
1
-2
/
+2
*
Dedup dtls1_dispatch_alert()/ssl3_dispatch_alert().
jsing
2021-07-26
1
-2
/
+1
*
Do a first pass clean up of SSL_METHOD.
jsing
2021-07-03
1
-5
/
+1
*
Merge SSL_METHOD_INTERNAL into SSL_METHOD.
jsing
2021-07-01
1
-11
/
+7
*
Move some structs from public to private headers.
jsing
2021-06-30
1
-1
/
+106
*
Track the sigalgs used by ourselves and our peer.
jsing
2021-06-27
1
-3
/
+6
*
Garbage collect prototoype for ssl_parse_serverhello_tlsext() which
tb
2021-06-23
1
-3
/
+1
*
Correctly handle epoch wrapping in dtls1_get_bitmap().
jsing
2021-06-19
1
-2
/
+2
*
Provide the ability to set the initial DTLS epoch value.
jsing
2021-06-19
1
-1
/
+4
*
Remove tls1_alert_code().
jsing
2021-06-13
1
-2
/
+1
*
Absorb SSL_AEAD_CTX into struct tls12_record_protection.
jsing
2021-05-16
1
-23
/
+1
*
Move DTLS structs/definitions/prototypes to dtls_locl.h.
jsing
2021-05-16
1
-109
/
+1
*
Avoid pulling ssl_sigalgs.h in via ssl_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
*
Replace DTLS w_epoch with epoch from TLSv1.2 record layer.
jsing
2021-05-05
1
-5
/
+2
*
Rewrite TLSv1.2 key block handling.
jsing
2021-05-05
1
-12
/
+16
*
Clean up tls1_change_cipher_state().
jsing
2021-05-02
1
-2
/
+3
*
Clean up dtls1_reset_seq_numbers().
jsing
2021-05-02
1
-2
/
+3
*
Clean up and harden TLSv1.2 master key derivation.
jsing
2021-04-30
1
-3
/
+3
*
Clean up derivation of finished/peer finished.
jsing
2021-04-25
1
-3
/
+10
*
Clean up TLSv1.2 certificate request handshake data.
jsing
2021-04-21
1
-9
/
+5
*
Remove new_sym_enc and new_aead.
jsing
2021-04-19
1
-4
/
+3
*
Move new_mac_secret_size into the TLSv1.2 handshake struct.
jsing
2021-04-19
1
-2
/
+4
*
Move reuse_message, message_type, message_size and cert_verify into the
jsing
2021-04-19
1
-8
/
+11
*
Move finished and peer finished to the handshake struct.
jsing
2021-03-29
1
-6
/
+10
*
Move the TLSv1.2 record number increment into the new record layer.
jsing
2021-03-29
1
-2
/
+1
*
Garbage collect s->internal->type
tb
2021-03-27
1
-3
/
+1
*
Rename new_cipher to cipher.
jsing
2021-03-24
1
-2
/
+2
*
Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data.
jsing
2021-03-24
1
-13
/
+20
*
Move the TLSv1.3 handshake struct inside the shared handshake struct.
jsing
2021-03-21
1
-40
/
+41
*
Enable DTLSv1.2.
jsing
2021-03-17
1
-1
/
+5
*
Remove ssl_downgrade_max_version().
jsing
2021-03-11
1
-2
/
+1
*
Improve internal version handling.
jsing
2021-03-10
1
-6
/
+20
*
Move handling of cipher/hash based cipher suites into the new record layer.
jsing
2021-02-27
1
-18
/
+8
*
Only use TLS versions internally (rather than both TLS and DTLS versions).
jsing
2021-02-25
1
-14
/
+14
*
Factor out/change some of the legacy client version handling code.
jsing
2021-02-22
1
-2
/
+4
*
Return a min/max version of zero if set to zero.
jsing
2021-02-20
1
-3
/
+17
*
Absorb ssl3_get_algorithm2() into ssl_get_handshake_evp_md().
jsing
2021-02-07
1
-3
/
+1
*
Factor out the legacy stack version checks.
jsing
2021-02-07
1
-1
/
+2
*
Move AEAD handling into the new TLSv1.2 record layer.
jsing
2021-01-28
1
-9
/
+3
*
Move sequence numbers into the new TLSv1.2 record layer.
jsing
2021-01-26
1
-11
/
+2
*
Mop up unused dtls1_build_sequence_number() function.
jsing
2021-01-21
1
-3
/
+1
*
Add code to handle change of cipher state in the new TLSv1.2 record layer.
jsing
2021-01-19
1
-1
/
+11
*
Provide functions to determine if TLSv1.2 record protection is engaged.
jsing
2021-01-19
1
-1
/
+3
*
Provide record layer overhead for DTLS.
jsing
2021-01-19
1
-1
/
+3
*
Clean up sequence number handing in the new TLSv1.2 record layer.
jsing
2021-01-13
1
-3
/
+1
*
Move the read MAC key into the TLSv1.2 record layer.
jsing
2021-01-07
1
-3
/
+1
*
Use natural sizes for S3I(s)->tmp's *_md arrays
tb
2020-12-15
1
-6
/
+4
*
Switch finish{,_peer}_md_len from int to size_t
tb
2020-12-14
1
-3
/
+3
[next]