Fix coverity 1516093 tainted scalar
[openssl.git] / ssl /
2022-10-20 Todd ShortFix coverity 1516093 tainted scalar
2022-10-20 Matt CaswellMove freeing of BIOs as late as possible
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 Todd ShortAdd `for_comp` flag when retrieving certs for compression
2022-10-18 Todd ShortUpdate COMP_METHOD
2022-10-18 Todd ShortAdd support for compressed certificates (RFC8879)
2022-10-18 slontisFix sctp compile errors
2022-10-12 Matt CaswellEnsure that the key share group is allowed for our...
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...
2022-10-12 FdaSilvaYYapps & al : Fix various typos, repeated words, align...
2022-10-07 Matt CaswellReimplement brainpool TLSv1.3 support group support
2022-10-07 Matt CaswellPartial revert and reimplement "Enable brainpool curves...
2022-10-05 Matt CaswellMove the SSLv3 crypto code into the new record layer
2022-10-05 Matt CaswellEnable the ability to query the COMP_METHOD being used...
2022-10-05 Matt CaswellConvert the TLSv1.0/1.1/1.2 crypto code to use the...
2022-10-05 Hugo LandauQUIC Send Stream Management
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-28 Todd ShortTest TLS extension ordering
2022-09-27 Tomas Mraztls_write_records_default(): Remove unused variable
2022-09-27 visbjnssl_log_secret call in tls13_key_update
2022-09-26 Hugo LandauQUIC Flow Control
2022-09-23 Richard LevitteImplement packet type checks in the RX Depacketizer
2022-09-23 Richard LevitteImplement the RX Depacketizer
2022-09-23 Richard LevitteMove the QUIC_CONNECTION typedef to internal headers
2022-09-23 Matt CaswellFix a record layer mem leak
2022-09-23 Matt CaswellRestructure the write code
2022-09-23 Matt CaswellRemove some outstanding TODOs
2022-09-23 Matt CaswellEnsure that prefix records use a small buffer
2022-09-23 Matt CaswellMove the pipelining code into the record layer
2022-09-23 Matt CaswellResove some outstanding TODOs
2022-09-23 Matt CaswellRe-enable the multiblock code and move it into the...
2022-09-23 Matt CaswellMake sure we call get_max_records() in the record layer...
2022-09-23 Matt CaswellConvert the write record layer to supply proper return...
2022-09-23 Matt CaswellRemove some miscellaneous references to SSL_CONNECTION
2022-09-23 Matt CaswellMove the record block_padding capability fully into...
2022-09-23 Matt CaswellMove the record padding callback fully into the record...
2022-09-23 Matt CaswellRemove use of SSL_CONNECTION_TREAT_AS_TLS13() from...
2022-09-23 Matt CaswellMove need_empty_fragments inside the record layer
2022-09-23 Matt CaswellRemove empty_fragment_done
2022-09-23 Matt CaswellMove logic for figuring out the record version out...
2022-09-23 Matt CaswellMove numwpipes in the write record layer
2022-09-23 Matt CaswellMove write buffer management into the write record...
2022-09-23 Matt CaswellReplace references to s->wbio with rl->bio
2022-09-23 Matt CaswellUse the record layer msg_callback not the SSL object...
2022-09-23 Matt CaswellMove checking for alerts to dispatch out of the record...
2022-09-23 Matt CaswellCreate the write record layer method and object and...
2022-09-23 Matt CaswellMove initial TLS write record layer code into new structure
2022-09-22 Matt CaswellCorrectly handle a retransmitted ClientHello
2022-09-22 Hugo LandauAdd deferred datagram limit to QUIC Record Layer RX
2022-09-20 Matt CaswellUse an enum for the return value from a construction...
2022-09-20 Matt CaswellIf a ticket key callback returns 0 in TLSv1.3 don't...
2022-09-16 Dr. David von Oheimbstack.c: add missing direct error reporting and improve...
2022-09-13 Hugo LandauQUIC QRL: Fix bug in Handshake packet processing
2022-09-13 Paulitime: move OSSL_TIME to libcrypto
2022-09-13 PauliAvoid struct timeval in QUIC code
2022-09-13 Paulissl: modify libssl so that it uses OSSL_TIME
2022-09-13 Paulitime: add some additional utilities and document everything
2022-09-09 Todd ShortCleanup EBCDIC string defintions
2022-09-06 PauliCoverity 1513478: negative return
2022-09-02 Hugo LandauTX key update support, RX time and PN reporting, genera...
2022-09-02 Hugo LandauQUIC Record Layer (Refactor and TX Side)
2022-09-02 Hugo LandauQUIC Demuxer and Record Layer (RX Side)
2022-09-01 Tomas MrazRemove unused dtls1_bitmap.c
2022-08-31 Juergen ChristFix memory leak with TLS1.2 compression
2022-08-29 Matt CaswellTolerate a bad record version in TLSv1.3 plaintext...
2022-08-26 Daniel FialaConvert serverinfo in SSL_CTX_use_serverinfo() to v2.
2022-08-24 Hugo LandauUpdates for OSSL_TIME changes
2022-08-24 Hugo LandauQUIC ACK Manager, Statistics Manager and Congestion...
2022-08-23 Matt CaswellFix the return type for the rlayer_skip_early_data...
2022-08-23 Tomas Mrazrl->enc_ctx must be non-NULL and cipher must be set
next