summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2024-04-19Minor updatesHugo Landau
2024-04-19Minor fixes and hardeningHugo Landau
2024-04-19QUIC APL: Make QCTX comments clearerHugo Landau
2024-04-19QUIC APL: Connection acceptance is an I/O operationHugo Landau
2024-04-19QUIC APL: Support SSL_inject_net_dgram for listenersHugo Landau
2024-04-19QUIC APL: When creating a default XSO, no further streams can arrive after co...Hugo Landau
2024-04-19QUIC APL: Ensure incoming stream data can be drained after connection closureHugo Landau
2024-04-19QUIC APL: Revise SSL_pending and SSL_has_pending handling for s_client compatHugo Landau
2024-04-19QUIC PORT: Ensure reactor waits for listening port correctlyHugo Landau
2024-04-19QUIC REACTOR: Ensure no assertion failure or deadlock if called when unable t...Hugo Landau
2024-04-19QUIC APL: Support blocking connection acceptanceHugo Landau
2024-04-19QUIC APL: Unify event handling mode into QUIC_OBJHugo Landau
2024-04-19QUIC APL: Unify blocking mode handling for all object typesHugo Landau
2024-04-19QUIC APL: Ensure APL functions use correct prologueHugo Landau
2024-04-19QUIC APL: Make prologue function names more descriptiveHugo Landau
2024-04-19QUIC APL: Refactor API call prologue codeHugo Landau
2024-04-19Minor fixHugo Landau
2024-04-19QUIC APL: Fix default stream creation on server sideHugo Landau
2024-04-19QUIC APL: Revise SSL_pending and SSL_has_pending handling for s_client compatHugo Landau
2024-04-19QUIC: Avoid ticking before a connection is establishedHugo Landau
2024-04-19Minor updatesHugo Landau
2024-04-19Minor fixesHugo Landau
2024-04-19QUIC APL: Avoid having a mutex variable where not neededHugo Landau
2024-04-19QUIC OBJ: Use QUIC_OBJ pointer for parent referencesHugo Landau
2024-04-19Post-rebase fixesHugo Landau
2024-04-19QUIC APL: Fix bug around default XSO handling on server sideHugo Landau
2024-04-19QUIC APL: Fix refcounting for listenersHugo Landau
2024-04-19QUIC PORT: Allow QUIC_PORT to throw away incoming connectionsHugo Landau
2024-04-19QUIC APL: Fix server API bugs discovered during testHugo Landau
2024-04-19QUIC APL: Implement SSL_get0_listenerHugo Landau
2024-04-19QUIC APL: Free listeners correctlyHugo Landau
2024-04-19QUIC APL: Fix QUIC_TLS free orderHugo Landau
2024-04-19Minor fix to BIO refcount handlingHugo Landau
2024-04-19Minor fixesHugo Landau
2024-04-19QUIC APL: Add TODOs for unfinished listener APIsHugo Landau
2024-04-19QUIC APL: Refactor block_until_predHugo Landau
2024-04-19QUIC APL: Implement base listener API, move addressing mode handling into PORTHugo Landau
2024-04-19QUIC APL: Rework QCTX to support listener callsHugo Landau
2024-04-19QUIC APL: Add skeleton listener API methodsHugo Landau
2024-04-19QUIC APL: Add skeleton listener APIHugo Landau
2024-04-19QUIC APL: Make use of QUIC_OBJ infrastructureHugo Landau
2024-04-19libssl: Move SSL object unwrapping macros to separate headerHugo Landau
2024-04-19QUIC APL: Introduce the QUIC_OBJ base type and infrastructureHugo Landau
2024-04-19QUIC APL: Introduce QUIC listener SSL object type (QLSO)Hugo Landau
2024-04-18QUIC TXP: Fix reserve calculations for PING framesHugo Landau
2024-04-16Remove repetitive wordsNeil Horman
2024-04-10Change approach to SSL_pending APIHugo Landau
2024-04-10QUIC APL: Revise SSL_pending and SSL_has_pending handling for s_client compatHugo Landau
2024-04-09Copyright year updatesRichard Levitte
2024-04-08Hardening around not_resumable sessionsMatt Caswell