.ctags.d is previous, include it in our tarballs
[openssl.git] / ssl / record /
8 days ago Richard LevitteCopyright year updates
2024-02-20 Frederik Wedel-HeinenFuture proof RLAYER_USE_EXPLICIT_IV by checking dtls...
2024-02-16 Frederik Wedel-HeinenRemoves record_queue struct which is no longer useful.
2024-02-09 Frederik Wedel-HeinenRemove unused function arguments from tls_int_new_recor...
2024-02-02 Hugo Landaulibssl: Make some global mutable structures constant
2024-01-31 Matt CaswellRationalise RECORD_LAYER_clear() and clear_record_layer()
2024-01-25 Neil HormanAdd appropriate NULL checks in EVP_CIPHER api
2024-01-18 Matt CaswellDon't apply max_frag_len checking if no Max Fragment...
2024-01-18 Frederik Wedel-HeinenMove increment of dtls epoch to change cipher state...
2024-01-18 Matt CaswellDocument SSL_R_UNEXPECTED_EOF_WHILE_READING
2024-01-11 Frederik Wedel-HeinenRemove wpend_ret that was only assigned and never used.
2023-12-19 Matt CaswellEnsure the default length calculation includes the...
2023-12-12 Matt CaswellDon't attempt to set provider params on an ENGINE based...
2023-10-24 Matt CaswellMake sure we remember how much data we sent in the...
2023-10-04 Frederik Wedel-HeinenPass the dtls record version to the record layer msg_ca...
2023-10-03 Frederik Wedel-HeinenCall post_process_record for dtls records
2023-10-03 Frederik Wedel-HeinenOccupy the rec_version field of a decoded dtls record
2023-09-07 Matt CaswellCopyright year updates
2023-09-02 Sumitra SharmaReplace ssl3_get_message() with tls_get_message_header...
2023-09-01 Abhirup MannaRemoved unnecessary brace in ktls_configure_crypto
2023-08-29 Frederik Wedel-HeinenRemoved unused member read_iv of ossl_record_layer_st
2023-08-25 Tomas MrazAlways use uint8_t for TLS record type
2023-08-25 Tomas MrazAvoid issues with endianness when type is used in SSL_t...
2023-08-17 Matt CaswellFix a memory leak in tls_new_record_layer
2023-08-17 Matt CaswellDon't free the prev BIO prematurely
2023-07-04 Hugo LandauMinor fixes
2023-07-04 Hugo LandauQUIC SSL: Prohibit readahead-related functions
2023-07-04 Hugo LandauQUIC: Implement SSL_rstate_string(_long)
2023-06-15 Dimitri PapadopoulosFix typos found by codespell
2023-05-01 Matt CaswellRelease zero length handshake fragment records
2023-04-27 Matt CaswellEnsure that the SSL_rstate_string*() API works as they...
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2023-04-12 Matt CaswellAllow partially releasing a record for TLS
2023-04-12 Matt CaswellMake the data field for get_record() const
2023-03-31 Matt CaswellHandle app data records from the next epoch
2023-03-05 Matt CaswellRemove spurious error queue entries on early data
2023-02-22 Matt CaswellDon't declare SSL_CONNECTION twice
2023-02-20 Philippe Antoinefuzz: fix coverity warnings
2023-02-08 Tomas MrazRationalize FIPS sources
2023-02-08 Philippe Antoinefuzz: make post handshake reachable
2023-01-27 Tomas MrazImplement BIO_s_dgram_mem() reusing the BIO_s_dgram_pai...
2023-01-24 Matt CaswellExtend the new_record_layer function
2023-01-24 Matt CaswellAdd support for setting a custom TLS Record Layer
2023-01-24 Matt CaswellRemove an unneeded OSSL_RECORD_METHOD function
2023-01-24 Matt CaswellMove recordmethod.h to be an "internal" header
2023-01-24 Matt CaswellEnsure our buffer allocation allows for the Explicit IV
2023-01-04 Semen ZhydenkoFixed typos in documentation and comments
2022-12-22 zhailiangliangssl3_mac(): Fix possible divide by zero bug
2022-11-24 Maxim MikityanskiyAdd support for KTLS zerocopy sendfile on Linux
2022-11-16 Tianjia ZhangKTLS: enable the CCM mode of ktls
2022-11-14 Matt CaswellResolve a TODO in ssl3_dispatch_alert
2022-11-14 Matt CaswellFix memory leak when freeing the DTLS record layer
2022-11-14 Matt CaswellRename SSL3_RECORD to TLS_RL_RECORD
2022-11-14 Matt CaswellRename SSL3_BUFFER to TLS_BUFFER
2022-11-14 Matt CaswellMove declarations out of record.h and record_local.h
2022-11-14 Matt CaswellMove tls_pad.c into ssl/record/methods
2022-11-14 Matt CaswellRemove remaining refs to enc_(write|read)_ctx/(read...
2022-11-14 J.W. Jagersmause OSSL_PARAM_construct_uint32 for max_early_data
2022-11-07 Matt CaswellUse the same encryption growth macro consistently
2022-11-07 Matt CaswellFix dtls_get_max_record_overhead()
2022-11-07 Matt CaswellFix the ceiling on how much encryption growth we can...
2022-11-02 Matt CaswellFix read pipelining
2022-11-02 Matt CaswellPipeline output/input buf arrays must live until the...
2022-11-02 Matt CaswellAdd a test for TLS pipelining
2022-10-27 Matt CaswellRemove some unused OSSL_RECORD_METHOD functions
2022-10-27 Matt CaswellMake SSL_alloc_buffers() and SSL_free_buffers() work...
2022-10-25 Matt CaswellFix test_tls13_encryption()
2022-10-20 Matt CaswellRemove some redundant code
2022-10-20 Matt CaswellRemove the old buffer management code
2022-10-20 Matt CaswellRemove some TODO(RECLAYER) comments now that DTLS has...
2022-10-20 Matt CaswellRemove dtls_write_records
2022-10-20 Matt CaswellMove sequence increment to post encryption processing
2022-10-20 Matt CaswellRemove supurious set of the record type
2022-10-20 Matt CaswellConsolidate sequence counter incrementing code
2022-10-20 Matt CaswellEnsure the record layer is responsible for calculating...
2022-10-20 Matt CaswellConvert dtls_write_records to use standard record layer...
2022-10-20 Matt CaswellStart using WPACKET in the dtls write records code
2022-10-20 Matt CaswellUse common tls_write_records() even for DTLS
2022-10-20 Matt CaswellConvert dtls_write_records() to return the correct...
2022-10-20 Matt CaswellUse record layer buffers for DTLS rather than the buffe...
2022-10-20 Matt CaswellMove dlts_write_records() function in the record layer
2022-10-20 Matt CaswellCreate a dlts_write_records() function
2022-10-20 Matt CaswellRemove create_empty_fragment from do_dtls1_write()
2022-10-18 slontisFix sctp compile errors
2022-10-12 Matt CaswellFix a return value in tls_default_read_n
2022-10-12 Matt CaswellIntroduce a step to prepare the BIO before writing
2022-10-12 Matt CaswellRemove ktls specific code from tls_setup_write_buffers
2022-10-12 Matt CaswellAdd a post encryption processing step
2022-10-12 Matt CaswellAdd a prepare for encryption step
2022-10-12 Matt CaswellMove record padding out of tls_common.c
2022-10-12 Matt CaswellDon't check whether we are using KTLS before calling...
2022-10-12 Matt CaswellDefer record header preparation to the protocol methods
2022-10-12 Matt CaswellAbstract out the record type processing
2022-10-12 Matt CaswellDefer write buffer and WPACKET allocation/initialisatio...
2022-10-12 Matt CaswellRemove an old TODO from the code
2022-10-12 Matt CaswellUse the configured max_send_fragment value in the write...
2022-10-12 Matt CaswellRemove enc_write_state
2022-10-12 Matt CaswellRemove some unneeded usage of the SSL_CONNECTION object
2022-10-12 Matt CaswellRemove most of the DTLS special casing from the write...
2022-10-12 Matt CaswellConvert the TLSv1.3 crypto code to the new write record...
next