index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libssl
/
ssl_pkt.c
Age
Commit message (
Expand
)
Author
2024-07-22
Use cipher suite values instead of IDs.
Joel Sing
2024-07-20
Remove cipher from SSL_SESSION.
Joel Sing
2023-07-11
Remove old workaround for F5
Theo Buehler
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-11
Convert the legacy TLS stack to tls_content.
Joel Sing
2022-11-10
Use tls_buffer for alert and handshake fragments in the legacy stack.
Joel Sing
2022-10-21
Add extra NULL check after ssl3_setup_read_buffer()
Theo Buehler
2022-10-02
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
Joel Sing
2022-09-11
Use CBS when procesing a CCS message in the legacy stack.
Joel Sing
2022-09-10
Use CBS to parse TLS alerts in the legacy stack.
Joel Sing
2022-03-26
Clean up {dtls1,ssl3}_read_bytes()
Joel Sing
2022-03-17
Rewrite legacy TLS unexpected handshake message handling.
Joel Sing
2022-03-14
Factor out unexpected handshake message handling code in the legacy stack.
Joel Sing
2022-03-12
Factor out change cipher spec handing code in the legacy stack.
Joel Sing
2022-02-21
Factor out alert handing code in the legacy stack.
Joel Sing
2022-02-05
Bye bye S3I.
Joel Sing
2021-10-25
Add record processing limit to DTLS code.
Joel Sing
2021-10-25
Use ssl_force_want_read() in the DTLS code.
Joel Sing
2021-08-30
Clean up and simplify info and msg callbacks.
Joel Sing
2021-08-28
Clean up and simplify ssl3_dispatch_alert() and ssl3_send_alert().
Joel Sing
2021-08-04
SSL_CTX_remove_session() checks for a NULL session, avoid doing it twice.
Joel Sing
2021-07-31
We have defines for alert levels - use them instead of magic numbers.
Joel Sing
2021-07-26
Dedup dtls1_dispatch_alert()/ssl3_dispatch_alert().
Joel Sing
2021-06-29
Reject zero-length non-application data fragments in the legacy stack.
Joel Sing
2021-06-13
Remove tls1_alert_code().
Joel Sing
2021-05-16
Make local header inclusion consistent.
Joel Sing
2021-05-02
Clean up tls1_change_cipher_state().
Joel Sing
2021-04-25
Clean up derivation of finished/peer finished.
Joel Sing
2021-03-29
Move finished and peer finished to the handshake struct.
Joel Sing
2021-03-24
Rename new_cipher to cipher.
Joel Sing
2021-03-24
Add SSL_HANDSHAKE_TLS12 for TLSv1.2 specific handshake data.
Joel Sing
2021-03-10
Improve internal version handling.
Joel Sing
2021-02-20
Rename f_err into fatal_err.
Theo Buehler
2021-02-08
Enforce read ahead with DTLS.
Joel Sing
2021-01-19
Provide functions to determine if TLSv1.2 record protection is engaged.
Joel Sing
2020-10-14
Replace SSL_IS_DTLS with SSL_is_dtls().
Joel Sing
2020-10-03
Reimplement the TLSv1.2 record handling for the read side.
Joel Sing
2020-08-30
Start replacing the existing TLSv1.2 record layer.
Joel Sing
2020-08-09
Fix some wrapping/indent.
Joel Sing
2020-08-09
Use CBB more correctly when writing SSL3/DTLS records.
Joel Sing
2020-08-02
Check the return value of tls1_enc() in the write path.
Joel Sing
2020-08-01
Clean up/simplify more of the dtls1/ssl3 record writing code:
Joel Sing
2020-08-01
Pull record version selection code up and pass it as an argument to
Joel Sing
2020-07-30
Clean up and simplify some of the SSL3/DTLS1 record writing code.
Joel Sing
2020-03-16
Consistently spell 'unsigned' as 'unsigned int', as style(9) seems
Theo Buehler
2020-03-12
Stop overloading the record type for padding length.
Joel Sing
2020-03-12
Use internal versions of SSL3_BUFFER, SSL3_RECORD and DTLS1_RECORD_DATA.
Joel Sing
2020-03-10
Remove the enc function pointers.
Joel Sing
2020-02-23
The decryption_failed alert must not be sent by compliant implementations.
Theo Buehler
2020-02-21
Convert the SSL/TLS record creation code to CBB.
Joel Sing
[next]