summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2023-02-07Do not create DSA keys without parameters by decoderTomas Mraz
2023-02-07Fix NULL deference when validating FFC public key.slontis
2023-02-07Fix Timing Oracle in RSA decryptionDmitry Belyavskiy
2023-02-02SM4 AESE optimization for ARMv8Xu Yizhou
2023-01-30QUIC Probes Support: Minor tweaksHugo Landau
2023-01-30QUIC ACKM: Rework probe reporting to allow use for bookkeepingHugo Landau
2023-01-30QUIC ACKM: Clarify probe typesHugo Landau
2023-01-27Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz
2023-01-27QUIC FIN Support: Various fixesHugo Landau
2023-01-27QUIC Front End I/O API: Add support for signalling and detecting end-of-streamHugo Landau
2023-01-27QUIC: Refine SSL_shutdown and begin to implement SSL_shutdown_exHugo Landau
2023-01-26add OSSL_TRACE_STRING(), OSSL_TRACE_STRING_MAX, and OSSL_trace_string()Dr. David von Oheimb
2023-01-24Add QUIC-TLS server supportMatt Caswell
2023-01-24Remove the old Dummy Handshake codeMatt Caswell
2023-01-24Replace use of the Dummy Handshake Layer with the real oneMatt Caswell
2023-01-24Add an initial QUIC-TLS implementationMatt Caswell
2023-01-24Extend the new_record_layer functionMatt Caswell
2023-01-24Add support for setting a custom TLS Record LayerMatt Caswell
2023-01-24Remove an unneeded OSSL_RECORD_METHOD functionMatt Caswell
2023-01-24Move recordmethod.h to be an "internal" headerMatt Caswell
2023-01-24X509{,_CRL,_REVOKED}_{set,sign}*(): fix 'modified' field and return valuesDr. David von Oheimb
2023-01-19QUIC Test Server: Minor fixupsHugo Landau
2023-01-19QUIC Test Server ImplementationHugo Landau
2023-01-19QUIC CHANNEL: Transport params: Offer reason text and add server supportHugo Landau
2023-01-19QUIC QRX: (Server support) Add support for manual URXE injectionHugo Landau
2023-01-19QUIC DEMUX: (Server support) Add support for default handlerHugo Landau
2023-01-16PKCS12 - Add additional libctx and propq support.slontis
2023-01-13QUIC API: Rename want_net_read and want_net_writeHugo Landau
2023-01-13QUIC QTX: Handle network errors explicitlyHugo Landau
2023-01-13QUIC DEMUX: Handle network errors explicitlyHugo Landau
2023-01-13QUIC BIO Poll Descriptors: simplify custom interfaceHugo Landau
2023-01-13QUIC TXP: Fix bug in send stream handling, cleanupHugo Landau
2023-01-13QUIC: Minor comment and editorial fixesHugo Landau
2023-01-13QUIC Front End I/O API: Wire up SSL_CTX ctrls and remove unneeded functionsHugo Landau
2023-01-13QUIC Front-End I/O API: Ensure BIOs are reffed and freed correctlyHugo Landau
2023-01-13QUIC DEMUX: Allow MTU to vary over time and autodetect MTUHugo Landau
2023-01-13QUIC: Enable building with QUIC support disabledHugo 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 Transport Parameters: Add CID encoder/decoder, make ID optionalHugo 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