summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-01-13QUIC Front-End I/O API: Wire up the SSL API functionsHugo Landau
2023-01-13QUIC Front-End I/O APIHugo Landau
2023-01-13internal/sockets.h: Add support for testing EINTR portablyHugo Landau
2023-01-13QUIC: Add miscellaneous QUIC constantsHugo Landau
2023-01-13QUIC Stream Mapper: CSM-related changes, stream limits handlingHugo Landau
2023-01-13QUIC: Complete the implementation of the RX depacketiser in terms of QUIC_CHA...Hugo Landau
2023-01-13QUIC_CHANNEL: ImplementationHugo Landau
2023-01-13QUIC: Add QUIC reactorHugo Landau
2023-01-13Add BIO poll descriptorsHugo Landau
2023-01-13QUIC ACKM: Add function to get PTOHugo Landau
2023-01-13QUIC RXDP: Remove non-actionable TODOsHugo Landau
2023-01-13QUIC CSM: Documentation for new APIsHugo Landau
2023-01-13QUIC Transport Parameters: Add CID encoder/decoder, make ID optionalHugo Landau
2023-01-13QUIC RX: Refactor unsafe DCID consistency checkingHugo Landau
2023-01-13Remove duplicate declarationHugo Landau
2023-01-13internal/sockets.h: Ensure errno.h included when necessaryHugo Landau
2023-01-13QUIC Dummy Handshake Layer: Allow transport parameters to be set laterHugo Landau
2023-01-13QUIC TXP: Don't send STREAM frames until handshake is completeHugo Landau
2023-01-13QUIC TXP: Make discard_enc_level match documentationHugo Landau
2023-01-13QUIC TXP: Add a function to query if the TXP wants to generate a packetHugo Landau
2023-01-13QUIC Record Layer: Allow INITIAL EL to be rekeyedHugo Landau
2023-01-13QUIC: Add transport parameter and other constantsHugo Landau
2023-01-13QUIC Wire Format Encoding: Fix handling of zero-length parametersHugo Landau
2023-01-13QUIC RSTREAM: Allow pointer to be NULL when calling freeHugo Landau
2023-01-13QUIC TX: Do not have QTX handle refcount of BIOsHugo Landau
2023-01-13QUIC RXFC: Don't emit a MAX_STREAM_DATA frame if we have a final sizeHugo Landau
2023-01-13QUIC Wire Encoding: Support Retry Integrity Tag CalculationHugo Landau
2023-01-13QUIC RX: Do not handle auto-discard of Initial EL inside the QRXHugo Landau
2023-01-13QUIC RX: Fix QRX packet handling refactor w.r.t. list refactorHugo Landau
2023-01-13QUIC RX: Support refcounted packets and eliminate wrapperHugo Landau
2023-01-13QUIC: Dummy Handshake Layer for PrototypingHugo Landau
2023-01-13QUIC DEMUX: Allow BIO to be changedHugo Landau
2023-01-13QUIC Congestion Control: API to determine deadline at which more credit will ...Hugo Landau
2023-01-13QUIC ACKM: Add support for psuedo-lossHugo Landau
2023-01-13Support all five EdDSA instances from RFC 8032James Muir
2023-01-13fips: make EdDSA unapproved for FIPSPauli
2023-01-12Make RSA_generate_multi_prime_key() not segfault if e is NULL.slontis
2023-01-12remove unused macro in rc2_local.h and rc5_local.hzhangzhilei
2023-01-12SSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX_get_kdf_size()slontis
2023-01-12fix manpage of `d2i_X509(3)`Nobuhiro IMAI
2023-01-12Do not check definition of a macro and use it in a single conditionTomas Mraz
2023-01-11OSSL_PARAM_BLD and BIGNUM; ensure at least one byte is allocatedRichard Levitte
2023-01-11In OSSL_PARAM_set_BN(), make sure that the data_size field is at least 1Richard Levitte
2023-01-11test/param_build_test.c: test zero BIGNUMRichard Levitte
2023-01-11Add empty migration guide for 3.1H. Vetinari
2023-01-10Doc: Update history section of EC_GROUP API's.slontis
2023-01-10Documentation for EVP_PKEY_CTX_get0_pkey() and EVP_PKEY_CTX_get0_peerkey().Nikhil Bisht
2023-01-10info.c: Fix typos in seed macro name and description stringGreg McLearn
2023-01-09rsaz_exp_x2.c: Remove unused ALIGN64 macroTomas Mraz
2023-01-09rsaz_exp_x2.c: Avoid potential undefined behavior with strict aliasingTomas Mraz