summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2023-05-01Release zero length handshake fragment recordsMatt Caswell
2023-04-27Update the SSL_rstate_string*() return value for QUICMatt Caswell
2023-04-27Ensure that the SSL_rstate_string*() API works as they used toMatt Caswell
2023-04-25Fix regression of no-posix-io buildsTomas Mraz
2023-04-24dtls: code cleanup and refactorizationFdaSilvaYY
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia
2023-04-13Fix typo in ssl_ciph.cLadislav Marko
2023-04-12Allow partially releasing a record for TLSMatt Caswell
2023-04-12Make the data field for get_record() constMatt Caswell
2023-04-12Add support for rstream get/release record in the QUIC TLS layerMatt Caswell
2023-04-04Make sure we can query the SSL object for version info when using QUICMatt Caswell
2023-03-31Handle app data records from the next epochMatt Caswell
2023-03-30Revise build.infoHugo Landau
2023-03-30QUIC: Ensure locking when injecting datagramsHugo Landau
2023-03-30QUIC Thread Assisted mode: miscellaneous fixesHugo Landau
2023-03-30QUIC Thread Assisted Mode: Refactor locking to be infallibleHugo Landau
2023-03-30QUIC Thread Assisted Mode: Fix typos and use of CRYPTO_RWLOCK typeHugo Landau
2023-03-30QUIC Thread Assisted Mode: Support Windows XPHugo Landau
2023-03-30Minor fixes to thread assisted modeHugo Landau
2023-03-30Enhance quic_tserver test to fully test thread assisted modeHugo Landau
2023-03-30QUIC CHANNEL: Fix idle timeout handlingHugo Landau
2023-03-30QUIC CHANNEL: Allow time source to be overriddenHugo Landau
2023-03-30QUIC TXP: Allow caller to determine if an ACK-eliciting packet was sentHugo Landau
2023-03-30Switch to using ossl_crypto_mutex from CRYPTO_RWLOCKHugo Landau
2023-03-30Add channel-only tick mode and use it for thread assisted modeHugo Landau
2023-03-30Front End for QUIC Thread Assisted ModeHugo Landau
2023-03-30QUIC Thread Assist CoreHugo Landau
2023-03-30Fix handshake lockingHugo Landau
2023-03-30Add mutex to tserverHugo Landau
2023-03-30Add locking to QUIC front-endHugo Landau
2023-03-30Move channel mutex out of QUIC_CHANNEL for init/teardown flexibilityHugo Landau
2023-03-30Annotate functions needing lockingHugo Landau
2023-03-30QUIC Channel: Add a mutexHugo Landau
2023-03-30QUIC Reactor: Allow a mutex to be released during waitsHugo Landau
2023-03-28RFC7250 (RPK) supportTodd Short
2023-03-25Update the EVP_PKEY_get_id documentationMichael Baentsch
2023-03-24tls1_set_groups_list: freeing *pext before overwritingPeter Kaestle
2023-03-22QUIC DEMUX: Ensure time field is always initialisedHugo Landau
2023-03-22QUIC: Add support for datagram injectionHugo Landau
2023-03-21Added `CERTIFICATE_VERIFY_MAX_LENGTH` constantVeronikaNguyen
2023-03-20Fix some Windows issues in the quic_reactorMatt Caswell
2023-03-20Add a simple QUIC test for blocking modeMatt Caswell
2023-03-20Make sure the QRX and QTX are associated with a libctxMatt Caswell
2023-03-20Fix seg fault when calling SSL_shutdown() for a QUIC connectionMatt Caswell
2023-03-20Fix SSL_has_pending() for QUIC connectionsMatt Caswell
2023-03-20Provide better errors for some QUIC failuresMatt Caswell
2023-03-20Defer unknown QUIC ctrls to the SSL object for TLSMatt Caswell
2023-03-15Coverity 1521490: resource leakPauli
2023-03-06stream_frame_new(): Add missing allocation checkTomas Mraz
2023-03-06Improve the QUIC_RSTREAM implementationTomas Mraz