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_pkt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide SSL_OP_NO_RENEGOTIATION and SSL_OP_ALLOW_CLIENT_RENEGOTIATION.
jsing
3 days
1
-2
/
+10
*
Use cipher suite values instead of IDs.
jsing
2024-07-22
1
-2
/
+2
*
Remove cipher from SSL_SESSION.
jsing
2024-07-20
1
-4
/
+5
*
Remove old workaround for F5
tb
2023-07-11
1
-13
/
+2
*
Make internal header file names consistent
tb
2022-11-26
1
-3
/
+3
*
Convert the legacy TLS stack to tls_content.
jsing
2022-11-11
1
-68
/
+52
*
Use tls_buffer for alert and handshake fragments in the legacy stack.
jsing
2022-11-10
1
-39
/
+69
*
Add extra NULL check after ssl3_setup_read_buffer()
tb
2022-10-21
1
-2
/
+5
*
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
jsing
2022-10-02
1
-76
/
+76
*
Use CBS when procesing a CCS message in the legacy stack.
jsing
2022-09-11
1
-4
/
+7
*
Use CBS to parse TLS alerts in the legacy stack.
jsing
2022-09-10
1
-4
/
+10
*
Clean up {dtls1,ssl3}_read_bytes()
jsing
2022-03-26
1
-107
/
+83
*
Rewrite legacy TLS unexpected handshake message handling.
jsing
2022-03-17
1
-78
/
+114
*
Factor out unexpected handshake message handling code in the legacy stack.
jsing
2022-03-14
1
-128
/
+135
*
Factor out change cipher spec handing code in the legacy stack.
jsing
2022-03-12
1
-35
/
+67
*
Factor out alert handing code in the legacy stack.
libressl-v3.5.0
jsing
2022-02-21
1
-51
/
+71
*
Bye bye S3I.
jsing
2022-02-05
1
-102
/
+102
*
Add record processing limit to DTLS code.
jsing
2021-10-25
1
-2
/
+3
*
Use ssl_force_want_read() in the DTLS code.
jsing
2021-10-25
1
-13
/
+5
*
Clean up and simplify info and msg callbacks.
jsing
2021-08-30
1
-33
/
+12
*
Clean up and simplify ssl3_dispatch_alert() and ssl3_send_alert().
jsing
2021-08-28
1
-30
/
+32
*
SSL_CTX_remove_session() checks for a NULL session, avoid doing it twice.
jsing
2021-08-04
1
-2
/
+2
*
We have defines for alert levels - use them instead of magic numbers.
jsing
2021-07-31
1
-2
/
+2
*
Dedup dtls1_dispatch_alert()/ssl3_dispatch_alert().
jsing
2021-07-26
1
-4
/
+16
*
Reject zero-length non-application data fragments in the legacy stack.
jsing
2021-06-29
1
-1
/
+11
*
Remove tls1_alert_code().
jsing
2021-06-13
1
-5
/
+1
*
Make local header inclusion consistent.
jsing
2021-05-16
1
-3
/
+2
*
Clean up tls1_change_cipher_state().
jsing
2021-05-02
1
-9
/
+2
*
Clean up derivation of finished/peer finished.
jsing
2021-04-25
1
-26
/
+12
*
Move finished and peer finished to the handshake struct.
jsing
2021-03-29
1
-3
/
+3
*
Rename new_cipher to cipher.
jsing
2021-03-24
1
-3
/
+3
*
Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data.
jsing
2021-03-24
1
-2
/
+2
*
Improve internal version handling.
jsing
2021-03-10
1
-3
/
+4
*
Rename f_err into fatal_err.
tb
2021-02-20
1
-20
/
+20
*
Enforce read ahead with DTLS.
jsing
2021-02-08
1
-5
/
+5
*
Provide functions to determine if TLSv1.2 record protection is engaged.
jsing
2021-01-19
1
-7
/
+7
*
Replace SSL_IS_DTLS with SSL_is_dtls().
jsing
2020-10-14
1
-6
/
+6
*
Reimplement the TLSv1.2 record handling for the read side.
jsing
2020-10-03
1
-133
/
+33
*
Start replacing the existing TLSv1.2 record layer.
jsing
2020-08-30
1
-97
/
+6
*
Fix some wrapping/indent.
jsing
2020-08-09
1
-4
/
+3
*
Use CBB more correctly when writing SSL3/DTLS records.
jsing
2020-08-09
1
-41
/
+49
*
Check the return value of tls1_enc() in the write path.
jsing
2020-08-02
1
-3
/
+3
*
Clean up/simplify more of the dtls1/ssl3 record writing code:
jsing
2020-08-01
1
-25
/
+9
*
Pull record version selection code up and pass it as an argument to
jsing
2020-08-01
1
-15
/
+15
*
Clean up and simplify some of the SSL3/DTLS1 record writing code.
jsing
2020-07-30
1
-57
/
+58
*
Consistently spell 'unsigned' as 'unsigned int', as style(9) seems
tb
2020-03-16
1
-2
/
+2
*
Stop overloading the record type for padding length.
jsing
2020-03-12
1
-3
/
+2
*
Use internal versions of SSL3_BUFFER, SSL3_RECORD and DTLS1_RECORD_DATA.
jsing
2020-03-12
1
-10
/
+10
*
Remove the enc function pointers.
jsing
2020-03-10
1
-6
/
+4
*
The decryption_failed alert must not be sent by compliant implementations.
tb
2020-02-23
1
-2
/
+2
[next]