summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2024-04-19QUIC APL: Unify blocking mode handling for all object typesHugo Landau
2024-04-19Minor fixesHugo Landau
2024-04-19Post-rebase fixesHugo Landau
2024-04-19make updateHugo Landau
2024-04-19QUIC PORT: Allow QUIC_PORT to throw away incoming connectionsHugo Landau
2024-04-19Minor fixesHugo Landau
2024-04-19QUIC APL: Add TODOs for unfinished listener APIsHugo Landau
2024-04-19QUIC: Add manpage for listener APIHugo 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-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-17Define KU_ constants via corresponding X509v3_KU_Viktor Dukhovni
2024-04-10Change approach to SSL_pending APIHugo Landau
2024-04-10QUIC QSM: Add function to determine if data is waitingHugo Landau
2024-04-09Copyright year updatesRichard Levitte
2024-03-15Add Content Type OID for id-ct-rpkiSignedPrefixListJob Snijders
2024-03-15apps/x509.c: No warning reading from stdin if redirectedTomas Mraz
2024-03-13Implement KAT for KBKDF with KMAC128Joachim Vandersmissen
2024-03-12Limit the number of http headers when receiving the http responseAlexandr Nedvedicky
2024-03-11Fix BIO_get_new_index() to return an error when it is exhausted.slontis
2024-03-09QUIC: Add stream write buffer queriesHugo Landau
2024-03-07QUIC: Define error code for stateless resetHugo Landau
2024-03-07QUIC: Make QUIC transport error codes publicHugo Landau
2024-03-06crypto/cmp: add OSSL_CMP_MSG_get0_certreq_publickey(); fix coding style nitDr. David von Oheimb
2024-03-06cmperr.h: use free reason value 106 rather than 197 for CMP_R_UNEXPECTED_SENDERDr. David von Oheimb
2024-03-01Implement PCT for EDDSApohsingwu
2024-02-25Add appropriate lower bound checks for GeneralizedTime and UTCTimeJob Snijders
2024-02-21Extended SSL_SESSION functions using time_tIjtaba Hussain
2024-02-19QUIC TXP: Allow QLOG instance retrieval via callbackHugo Landau
2024-02-19QUIC QTX: Allow QLOG instance retrieval via callbackHugo Landau
2024-02-19QUIC FIFD: Allow QLOG instance retrieval via callbackHugo Landau
2024-02-19QUIC: Add API for SSL_VALUE_EVENT_HANDLING_MODEHugo Landau
2024-02-19OpenSSL License is applied for some source files, change to Apache 2Shakti Shah
2024-02-14Fix new typos found by codespellDimitri Papadopoulos
2024-02-10QUIC POLLING: Implement autotickHugo Landau
2024-02-10make updateHugo Landau
2024-02-10QUIC APL: Implement SSL_poll backendHugo Landau
2024-02-10QUIC QSM: Allow bidi and uni incoming streams to be tracked separatelyHugo Landau
2024-02-10QUIC: Add polling APIHugo Landau
2024-02-10BIO: Add SSL poll descriptor typeHugo Landau
2024-02-09THREADING: Make CRYPTO_MUTEX and CRYPTO_CONDVAR typesafeHugo Landau
2024-02-08Minor updatesHugo Landau
2024-02-08Fix error code collisionHugo Landau
2024-02-08QUIC APL: Add feature query implementationHugo Landau
2024-02-08QUIC CHANNEL: Add idle timeout configuration and stream count APIsHugo Landau
2024-02-08QUIC RXFC: Add accessor for creditHugo Landau