Hugo Landau
|
989dd4e055
libssl: Move SSL object unwrapping macros to separate header
|
9 months ago |
Richard Levitte
|
b646179229
Copyright year updates
|
7 months ago |
Frederik Wedel-Heinen
|
715a74a6ad
Removes record_queue struct which is no longer useful.
|
8 months ago |
Frederik Wedel-Heinen
|
4897bd2022
Move increment of dtls epoch to change cipher state function
|
10 months ago |
Matt Caswell
|
da1c088f59
Copyright year updates
|
1 year ago |
Sumitra Sharma
|
5318c01288
Replace ssl3_get_message() with tls_get_message_header() and/or tls_get_message_body()
|
1 year ago |
Tomas Mraz
|
eb1eaa9af4
Always use uint8_t for TLS record type
|
1 year ago |
Matt Caswell
|
7a4e109ebe
Allow partially releasing a record for TLS
|
1 year ago |
Matt Caswell
|
2eb91b0ec3
Make the data field for get_record() const
|
1 year ago |
Matt Caswell
|
732435026b
Resolve a TODO in ssl3_dispatch_alert
|
2 years ago |
Matt Caswell
|
23c57f001d
Move declarations out of record.h and record_local.h
|
2 years ago |
Matt Caswell
|
f471f60a8a
Remove remaining refs to enc_(write|read)_ctx/(read|write)_hash
|
2 years ago |
Matt Caswell
|
b92fc4ae18
Remove some redundant code
|
2 years ago |
Matt Caswell
|
e158ada6a7
Remove the old buffer management code
|
2 years ago |
Matt Caswell
|
4cdd198ec2
Convert dtls_write_records() to return the correct return values
|
2 years ago |
Matt Caswell
|
fc938db6cc
Move dlts_write_records() function in the record layer
|
2 years ago |
Matt Caswell
|
88bf978eb1
Create a dlts_write_records() function
|
2 years ago |
Matt Caswell
|
22d6e8547f
Remove create_empty_fragment from do_dtls1_write()
|
2 years ago |
slontis
|
846975f367
Fix sctp compile errors
|
2 years ago |
Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
2 years ago |
Matt Caswell
|
320145d5b3
Convert the write record layer to supply proper return values
|
2 years ago |
Matt Caswell
|
e7694c69b5
Move numwpipes in the write record layer
|
2 years ago |
Matt Caswell
|
a566864b60
Move initial TLS write record layer code into new structure
|
2 years ago |
Matt Caswell
|
d3192c2643
Clean up some SCTP releated issues
|
2 years ago |
Matt Caswell
|
19d0044448
Remove some redundant code
|
2 years ago |
Matt Caswell
|
cffafb5f57
Move some fields out of the SSL object and into the record layer object
|
2 years ago |
Matt Caswell
|
b0a9042e0f
Clear away some unused fields and cruft in the record layer
|
2 years ago |
Matt Caswell
|
8bbf7ef63f
Remove some references to rlayer.rstate
|
2 years ago |
Matt Caswell
|
499b2c4654
Remove some more redundant TODO(RECLAYER) comments
|
2 years ago |
Matt Caswell
|
81c9ebd909
Remove some unnecessary function pointers from OSSL_RECORD_METHOD
|
2 years ago |