Fix grammar in certificates.txt
[openssl.git] / ssl / record / rec_layer_d1.c
2024-04-09 Richard LevitteCopyright year updates
2024-02-16 Frederik Wedel-HeinenRemoves record_queue struct which is no longer useful.
2024-01-18 Frederik Wedel-HeinenMove increment of dtls epoch to change cipher state...
2023-09-07 Matt CaswellCopyright year updates
2023-09-02 Sumitra SharmaReplace ssl3_get_message() with tls_get_message_header...
2023-08-25 Tomas MrazAlways use uint8_t for TLS record type
2023-04-12 Matt CaswellAllow partially releasing a record for TLS
2023-04-12 Matt CaswellMake the data field for get_record() const
2022-11-14 Matt CaswellResolve a TODO in ssl3_dispatch_alert
2022-11-14 Matt CaswellMove declarations out of record.h and record_local.h
2022-11-14 Matt CaswellRemove remaining refs to enc_(write|read)_ctx/(read...
2022-10-20 Matt CaswellRemove some redundant code
2022-10-20 Matt CaswellRemove the old buffer management code
2022-10-20 Matt CaswellConvert dtls_write_records() to return the correct...
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-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-23 Matt CaswellConvert the write record layer to supply proper return...
2022-09-23 Matt CaswellMove numwpipes in the write record layer
2022-09-23 Matt CaswellMove initial TLS write record layer code into new structure
2022-08-18 Matt CaswellClean up some SCTP releated issues
2022-08-18 Matt CaswellRemove some redundant code
2022-08-18 Matt CaswellMove some fields out of the SSL object and into the...
2022-08-18 Matt CaswellClear away some unused fields and cruft in the record...
2022-08-18 Matt CaswellRemove some references to rlayer.rstate
2022-08-18 Matt CaswellRemove some more redundant TODO(RECLAYER) comments
2022-08-18 Matt CaswellRemove some unnecessary function pointers from OSSL_REC...
2022-08-18 Matt CaswellMove some DTLS read code into the read record layer
2022-08-18 Matt CaswellTransfer the functionality from ssl3_read_n to the...
2022-08-01 Dmitry BelyavskiyCheck that IV length is not less than zero
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-05-26 Peiwei HuFix check of dtls1_process_record
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-01-28 Richard LevitteUpdate copyright year
2021-01-08 Matt CaswellEnsure DTLS free functions can handle NULL
2020-12-02 Benjamin KadukFix comment in do_dtls1_write()
2020-11-11 Richard LevitteSSL: refactor all SSLfatal() calls
2020-11-11 Richard LevitteConvert all {NAME}err() in ssl/ to their corresponding...
2020-07-16 Richard LevitteUpdate copyright year
2020-07-07 Martin ElshuberAdd support to zeroize plaintext in S3 record layer
2020-07-06 Matt CaswellMove MAC removal responsibility to the various protocol...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-07-11 Matt CaswellMake the PACKET/WPACKET code available to both libcrypt...
2019-04-29 Todd ShortCollapse ssl3_state_st (s3) into ssl_st
2019-01-24 Matt CaswellRevert "Keep the DTLS timer running after the end of...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-26 Matt CaswellProperly handle duplicated messages from the next epoch
2018-05-11 Matt CaswellMark DTLS records as read when we have finished with...
2018-05-08 Matt CaswellKeep the DTLS timer running after the end of the handsh...
2018-05-08 Matt CaswellOnly auto-retry for DTLS if configured to do so
2018-05-01 Matt CaswellUpdate copyright year
2018-04-26 Rich SalzFix last(?) batch of malloc-NULL places
2018-04-20 Matt CaswellFix SSL_pending() for DTLS
2017-12-08 Matt CaswellConvert the remaining functions in the record layer...
2017-12-08 Matt CaswellConvert dlts1_write_bytes() to use SSLfatal()
2017-12-08 Matt CaswellMore record layer conversions to use SSLfatal()
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-12-04 Matt CaswellRemove spurious whitespace
2017-12-04 Matt CaswellConvert more functions in ssl/statem/statem_dtls.c...
2017-11-05 FdaSilvaYYImplement Maximum Fragment Length TLS extension.
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-08-22 Rich Salz(Re)move some things from e_os.h
2017-08-03 Matt CaswellMove ossl_assert
2017-05-22 Matt CaswellAdd an error to the stack on failure in dtls1_write_bytes()
2017-05-22 Matt CaswellConvert existing usage of assert() to ossl_assert(...
2017-05-22 Matt CaswellReplace instances of OPENSSL_assert() with soft asserts...
2017-05-17 Matt CaswellDon't allow fragmented alerts
2017-04-25 Matt CaswellDon't attempt to send fragments > max_send_fragment...
2017-04-25 Matt CaswellRemove special case code for SCTP reneg handling
2017-03-01 Emilia KasperRemove some obsolete/obscure internal define switches:
2017-02-28 Matt CaswellRemove some commented out code in libssl
2017-02-28 Matt CaswellRemove some dead code from libssl
2017-02-16 Matt CaswellDon't change the state of the ETM flags until CCS proce...
2017-01-30 Matt CaswellMove state machine knowledge out of the record layer
2017-01-30 Matt CaswellRemove use of the SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS...
2016-11-13 Richard LevitteRemove heartbeat support
2016-11-04 Matt CaswellFix a shadowed variable declaration warning picked...
2016-11-04 Matt CaswellConvert the mac functions to just return 1 for success...
2016-11-04 Matt CaswellConvert libssl writing for size_t
2016-11-04 Matt CaswellFurther libssl size_t-ify of reading
2016-10-17 David WoodhouseFix encrypt-then-mac implementation for DTLS
2016-09-29 Matt CaswellFix an Uninit read in DTLS
2016-09-21 Matt CaswellDon't allow too many consecutive warning alerts
2016-08-22 Matt CaswellPrevent DTLS Finished message injection
2016-08-19 Matt CaswellFix DTLS replay protection
2016-08-19 Matt CaswellFix DTLS unprocessed records bug
2016-08-18 Emilia KasperIndent ssl/
2016-08-04 David WoodhouseMake DTLS1_BAD_VER work with DTLS_client_method()
2016-06-29 FdaSilvaYYWhitespace cleanup in ssl folder
2016-06-18 FdaSilvaYYUseless header include of openssl/rand.h
2016-06-08 Todd ShortAlways use session_ctx when removing a session
2016-05-26 Matt CaswellFix some suspect warnings on Windows
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
next