Checking __STDC_VERSION__ rather than __STRICT_ANSI__
[openssl.git] / ssl /
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
2022-08-23 Tomas MrazDo not use RLAYERfatal on NULL RLAYER
2022-08-18 PauliCoverity: misuses of time_t
2022-08-18 Matt CaswellCheck record layer callbacks are non-null
2022-08-18 Matt CaswellFormatting cleanups
2022-08-18 Matt CaswellRemove redefinition of macros
2022-08-18 Matt CaswellRemove redefinition of SSL_AD_NO_ALERT
2022-08-18 Matt CaswellEnsure the rrl object is set to NULL after it is freed
2022-08-18 Matt CaswellRename some functions to be more consistent
2022-08-18 Matt CaswellRename DTLS1_BITMAP to DTLS_BITMAP
2022-08-18 Matt CaswellRemove ssl/record/README.md
2022-08-18 Matt CaswellStandardise type for epoch
2022-08-18 Matt CaswellRemove the SSL3_RECORD read field
2022-08-18 Matt CaswellClean up some SCTP releated issues
2022-08-18 Matt CaswellEnsure various record layer options can be updated
2022-08-18 Matt CaswellRemove some redundant code
2022-08-18 Matt CaswellUpdate the tls13encryptiontest for new read record...
2022-08-18 Matt CaswellImplement a human readable state function for the recor...
2022-08-18 Matt CaswellCorrect some formatting errors in tls1_meth.c
2022-08-18 Matt CaswellMove SSL_MODE_RELEASE_BUFFERS into the read record...
2022-08-18 Matt CaswellRemove a redundant TODO
2022-08-18 Matt CaswellCleanse the SSLv3 MAC secret when we clean up the read...
2022-08-18 Matt CaswellMove some fields out of the SSL object and into the...
2022-08-18 Matt CaswellRemove an unnecessary setup of the read buffer
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 CaswellEnsure we use a dgram mem BIO for the DTLS record layer
2022-08-18 Matt CaswellRemove some more redundant TODO(RECLAYER) comments
2022-08-18 Matt CaswellResolve a TODO(RECLAYER) in the SSLv3 code
2022-08-18 Matt CaswellRemove some TODO(RECLAYER) comments
2022-08-18 Matt CaswellRemove some unnecessary function pointers from OSSL_REC...
2022-08-18 Matt CaswellStandardise some DTLS record layer naming
2022-08-18 Matt CaswellRemove some remaining SSL object references from DTLS...
2022-08-18 Matt CaswellPush unprocessed DTLS records from one record layer...
2022-08-18 Matt CaswellRemove reliance on the SSL object from the DTLS read...
2022-08-18 Matt CaswellMove some DTLS read code into the read record layer
2022-08-18 Matt CaswellRemove some final references to the SSL object in the...
2022-08-18 Matt CaswellRemove the separation betweeen enc_read_ctx and enc_wri...
2022-08-18 Matt CaswellEnable the record layer to call the ssl_security callback
2022-08-18 Matt CaswellUse a record layer specific message callback
2022-08-18 Matt CaswellMove early data counting out of the SSL object and...
2022-08-18 Matt CaswellMove the sequence number into the OSSL_RECORD_LAYER...
2022-08-18 Matt CaswellRemove use of SSL object for fragment length checking...
2022-08-18 Matt CaswellRemove use of ossl_statem_in_error() from the record...
2022-08-18 Matt CaswellMake the record layer directly aware of EtM
2022-08-18 Matt CaswellRemove SSL_USE_EXPLICT_IV() from the record layer methods
2022-08-18 Matt CaswellRemove some use of SSL object from record layer
2022-08-18 Matt CaswellDisallow SSL2_VERSION record version in an SSLv3 record...
2022-08-18 Matt CaswellFix some no-comp compilation failures
2022-08-18 Matt CaswellAdd support for moving data from one epoch to the next
2022-08-18 Matt CaswellRemove unneccesary KTLS code from non-KTLS specific...
2022-08-18 Matt CaswellMove ktls.c into the record layer
2022-08-18 Matt CaswellDistinguish between fatal and non-fatal errors when...
2022-08-18 Matt CaswellImplement KTLS in the new read record layer code
2022-08-18 Matt CaswellMove protocol version specific code into separate files
2022-08-18 Matt CaswellEnsure various SSL options are passed down to the recor...
2022-08-18 Matt CaswellConvert TLSv1.3 code to use the new read side record...
2022-08-18 Matt CaswellConvert SSLv3 code to use the new read side record...
2022-08-18 Matt CaswellMove Record layer methods code into a sub-directory
2022-08-18 Matt CaswellMove the TLS1.0/1.1/1.2 record crypto code into the...
2022-08-18 Matt CaswellConvert ssl3_get_record to tls_read_record
2022-08-18 Matt CaswellTransfer the functionality from ssl3_read_n to the...
2022-08-18 Matt CaswellMake settings and options parameters const in recordmet...
2022-08-18 Matt CaswellAdd a skeleton TLS record method
2022-08-18 Matt CaswellFix compilation issues in the imported recordmethod.h
2022-08-18 Matt CaswellAdd the recordmethod header from the draft design
2022-08-18 Todd ShortUpdate session timeout code with OSSL_TIME
2022-08-18 Richard LevitteRX depacketizer (QUIC)
2022-08-12 PauliMake OSSL_TIME a structure
2022-08-02 Dmitry BelyavskiyAvoid resource leaks in do_ssl3_write
2022-08-01 Todd ShortFree up space in the session cache before adding.
2022-08-01 PauliCoverity 1507484: dereference before null check
2022-08-01 Dmitry BelyavskiyCheck that IV length is not less than zero
2022-08-01 Matt CaswellFix SSL_pending() and SSL_has_pending() with DTLS
2022-07-29 Hugo LandauQUIC Frame Encoding and Decoding Functions
2022-07-28 Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-07-18 Bernd EdlingerRemove duplicated BIO_get_ktls_send calls in do_ssl3_write
2022-07-13 slontisCheck for EVP_MD being NULL inside ssl.
2022-07-08 Jiasheng Jiangssl/tls_srp.c: Add check for BN_dup
2022-07-06 Paulissl: implement an event queue
2022-06-22 Hugo LandauAdd deprecation macro for 3.1 and deprecate OPENSSL_LH_...
2022-06-22 Dmitry BelyavskiyImprove diagnostics on setting groups
2022-06-22 Paulissl: expose the get time function internally
2022-06-22 Paulibuild.info changes for priority queue
2022-06-22 Pauliadd priority queue implementation
2022-06-10 Tomas Mrazadd_provider_groups: Clean up algorithm pointer on...
2022-06-03 Tomas MrazFix strict client chain check with TLS-1.3
2022-06-03 Tomas MrazEnable setting SSL_CERT_FLAG_TLS_STRICT with ssl config
next