summaryrefslogtreecommitdiffstats
path: root/include/openssl
AgeCommit message (Expand)Author
2023-07-17make updateHugo Landau
2023-07-17QUIC APL: Validate send stream stateHugo Landau
2023-07-10CMP: support specifying certificate to be revoked via issuer and serial numberRajeev Ranjan
2023-07-07QUIC err handling: Save and restore error stateTomas Mraz
2023-07-05Remove unused server codeHugo Landau
2023-07-05QUIC SSL Behaviours: Allow detection of an SSL connection used for QUIC hands...Hugo Landau
2023-06-30hpke.h, thread.h: Add extern "C" for C++ inclusionTomas Mraz
2023-06-29feat: add missing pki / pmi object identifiersJonathan M. Wilbur
2023-06-28Add support for SHA256/192Fergus Dall
2023-06-15Partially revert #18070 (Add support for Windows CA certificate store)Hugo Landau
2023-06-15Fix typos found by codespellDimitri Papadopoulos
2023-06-14configure: introduce no-ecx to remove ECX related featureYi Li
2023-06-06Add SSL_get0_group_name() to get name of the group used for KEXAlex Bozarth
2023-06-06allow to disable httpVladimĂ­r Kotal
2023-06-02params: provide a faster TRIE based param lookup.Pauli
2023-06-02[feat] SSL RTT in both client and server statem. SSL_get_handshake_rtt makes ...Jairus Christensen
2023-06-01CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb
2023-05-29QUIC APL: Change SSL_get_event_timeout API designHugo Landau
2023-05-29QUIC: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau
2023-05-25Replace __attribute__((malloc)) with __attribute__((__malloc__)) in macros.hAnis-cpu-13
2023-05-24Support trace for QUIC FramesMatt Caswell
2023-05-24Support trace for QUIC PacketsMatt Caswell
2023-05-24Add initial QUIC support for the msg_callbackMatt Caswell
2023-05-24QUIC: Fix bugs where threading is disabledHugo Landau
2023-05-22Adding some selected MS OIDs for #19630 added ms-corp alias for OID 1.3.6.1.4...Dragan Zuvic
2023-05-12QUIC APL: De-publicise SSL_attach_stream/SSL_detach_streamHugo Landau
2023-05-12QUIC MSST: Rename SSL_set_incoming_stream_reject_policyHugo Landau
2023-05-12QUIC MSST: Revise SSL_get_conn_close_info API (char)Hugo Landau
2023-05-12QUIC MSST: Minor fixes and cleanupsHugo Landau
2023-05-12QUIC MSST: make updateHugo Landau
2023-05-12QUIC DISPATCH/APL: Add SSL_stream_reset and status query APIsHugo Landau
2023-05-12QUIC DISPATCH/APL: SSL_accept_stream, SSL_get_accept_queue_lenHugo Landau
2023-05-12QUIC DISPATCH/APL: Add SSL_set_incoming_stream_reject_policy (unwired)Hugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactorHugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_get_stream_idHugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_get_stream_typeHugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_is_connectionHugo Landau
2023-05-12QUIC DISPATCH/APL: Implement SSL_get0_connectionHugo Landau
2023-05-12QUIC APL: Refactor stream-related code into QUIC_XSO objectHugo Landau
2023-05-12CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb
2023-04-21Added a macro OSSL_DISPATCH_END as marker of the end of OSSL_DISPATCH arraysIrak Rigia
2023-04-18OSSL_CRMF_CERTTEMPLATE_get0_publicKey(): fix return type and docDr. David von Oheimb
2023-04-14Fix a HPKE API to put libctx, propq as last (optional parameters).slontis
2023-04-04Make sure we can query the SSL object for version info when using QUICMatt Caswell
2023-03-29fips: rework the option handling codePauli
2023-03-28RFC7250 (RPK) supportTodd Short
2023-03-25CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb
2023-03-22QUIC: Add support for datagram injectionHugo Landau
2023-03-21cmp: fix --strict-warnings windows buildsFdaSilvaYY
2023-03-21nit: tidy-up code, and fix a typo.FdaSilvaYY