summaryrefslogtreecommitdiffstats
path: root/include/internal
AgeCommit message (Expand)Author
6 daysOptimizated calculation of shared power of 2 in bn_gcdAndrew Golovashevich
6 daysIntentionally break EVP_DigestFinal for SHAKE128 and SHAKE256Tomas Mraz
8 daysTypo fixeswillmafh
2024-05-02Make ossl_gen_deterministic_nonce_rfc6979() constant timeTomas Mraz
2024-05-02Make BN_generate_dsa_nonce() constant time and non-biasedTomas Mraz
2024-04-24Remove all references to FLOSS for NonStop Builds.Randall S. Becker
2024-04-24Introduce new internal hashtable implementationNeil Horman
2024-04-19Make rcu_thread_key context-awareNeil Horman
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-15apps/x509.c: No warning reading from stdin if redirectedTomas Mraz
2024-03-07QUIC: Make QUIC transport error codes publicHugo Landau
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-14Fix new typos found by codespellDimitri Papadopoulos
2024-02-10QUIC POLLING: Implement autotickHugo 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-09THREADING: Make CRYPTO_MUTEX and CRYPTO_CONDVAR typesafeHugo 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
2024-02-02QUIC QLOG: Use set0Hugo Landau
2024-02-02QUIC QLOG: Minor doc updatesHugo Landau
2024-02-02QUIC QLOG: Record implementation versionHugo Landau
2024-02-02QUIC QLOG: Allow PID to be overriddenHugo Landau
2024-02-02QUIC TXP: Allow QLOG instance to be changed after instantiationHugo Landau
2024-02-02QUIC QTX: Allow QLOG instance to be changed after instantiationHugo Landau
2024-02-02QUIC FIFD: Allow QLOG instance to be changed after instantiationHugo Landau
2024-02-02QLOG: Editorial fixes (QLOG is spelled 'qlog')Hugo Landau
2024-02-02JSON_ENC: Minor tweaksHugo Landau
2024-02-02QLOG: Remove vestigial abort codeHugo Landau
2024-02-02QLOG: Minor updatesHugo Landau
2024-02-02QLOG: JSON Encoder: Rename JSON_ENCHugo Landau
2024-02-02QLOG: Events: Implement transport:packet_receivedHugo Landau
2024-02-02QLOG: Events: Implement transport:packet_sentHugo Landau
2024-02-02QLOG: Wiring: QUIC QTXHugo Landau
2024-02-02QLOG: Wire title-setting code to QUIC_CHANNEL and SSL_CTXHugo Landau
2024-02-02QLOG: QUIC CHANNEL: Allow a log title to be specifiedHugo Landau
2024-02-02QLOG: Events: Implement recovery:packet_lostHugo Landau
2024-02-02QLOG: Wiring: QUIC TXPIM: Record the packet typeHugo Landau
2024-02-02QLOG: Wiring: QUIC FIFDHugo Landau
2024-02-02QLOG: Wiring: QUIC QRX: Report the datagram ID from the DEMUXHugo Landau
2024-02-02QLOG: Wiring: QUIC DEMUX: Report a monotonically increasing datagram IDHugo Landau
2024-02-02QLOG: Events: Implement connectivity:connection_closedHugo Landau
2024-02-02QLOG: Events: Implement transport:parameters_setHugo Landau
2024-02-02QLOG: Events: Implement connectivity:connection_state_updatedHugo Landau
2024-02-02QLOG: Events: Implement connectivity:connection_startedHugo Landau