summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2023-06-18Fix new typos found by codespellDimitri Papadopoulos
2023-06-15Partially revert #18070 (Add support for Windows CA certificate store)Hugo Landau
2023-06-15OpenSSL::paramnames: Use less magic perlRichard Levitte
2023-06-14Allow man7 pages to not have a DESCRIPTION sectionMatt Caswell
2023-06-09util/find-doc-nits: extend regex to match new OPT_INFORM AMatthias St. Pierre
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: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau
2023-05-24Update the msg_callback documentationMatt Caswell
2023-05-24QUIC: Fix bugs where threading is disabledHugo Landau
2023-05-19Update VMS configurationsRichard Levitte
2023-05-18util/ctags.sh: a script for generating tags file with expanding macrosMasatake YAMATO
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: Add documentation for new APIsHugo 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_typeHugo 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-04-21fips: setup the FIPS provider in pendantic mode for testingPauli
2023-04-21Added a macro OSSL_DISPATCH_END as marker of the end of OSSL_DISPATCH arraysIrak Rigia
2023-04-04Make sure we can query the SSL object for version info when using QUICMatt Caswell
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-08Fix how util/wrap.pl is used in OpenSSL::Util::fixup_cmd()Richard Levitte
2023-03-08Fix util/wrap.pl.in for VMS usageRichard Levitte
2023-03-06Add "make help" optionTodd Short
2023-02-24util/find-doc-nits: improve error diagnostics on missing man section numbers ...Dr. David von Oheimb
2023-02-08New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PA...Oliver Mihatsch
2023-02-08check-format.pl: fix statistics on whitespace and nesting issuesDr. David von Oheimb
2023-02-08check-format.pl: fix detection of '#ifdef __cplusplus'Dr. David von Oheimb
2023-02-08check-format.pl: fix detection of function body startDr. David von Oheimb
2023-02-02Fix typo in Ordinals.pm from PR #14074Viktor Dukhovni
2023-01-27Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz
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-20Adding a separated build settings for BSD flavorsDavid Carlier
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 CSM: Tweak docs for tick functions, add DTLSv1 docsHugo Landau
2023-01-13QUIC: make updateHugo Landau
2023-01-10Documentation for EVP_PKEY_CTX_get0_pkey() and EVP_PKEY_CTX_get0_peerkey().Nikhil Bisht