aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Add a test quicserver utilityMatt Caswell2023-06-282-2/+262
* Fix new typos found by codespellDimitri Papadopoulos2023-06-181-4/+4
* Partially revert #18070 (Add support for Windows CA certificate store)Hugo Landau2023-06-151-3/+0
* OpenSSL::paramnames: Use less magic perlRichard Levitte2023-06-151-3/+3
* Allow man7 pages to not have a DESCRIPTION sectionMatt Caswell2023-06-141-4/+4
* util/find-doc-nits: extend regex to match new OPT_INFORM AMatthias St. Pierre2023-06-091-2/+2
* Add SSL_get0_group_name() to get name of the group used for KEXAlex Bozarth2023-06-061-0/+1
* allow to disable httpVladimĂ­r Kotal2023-06-061-27/+27
* params: provide a faster TRIE based param lookup.Pauli2023-06-021-0/+673
* [feat] SSL RTT in both client and server statem. SSL_get_handshake_rtt makes ...Jairus Christensen2023-06-021-0/+1
* CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb2023-06-011-0/+3
* QUIC: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau2023-05-291-2/+2
* Update the msg_callback documentationMatt Caswell2023-05-241-1/+0
* QUIC: Fix bugs where threading is disabledHugo Landau2023-05-241-0/+1
* Update VMS configurationsRichard Levitte2023-05-191-1/+5
* util/ctags.sh: a script for generating tags file with expanding macrosMasatake YAMATO2023-05-181-0/+87
* QUIC APL: De-publicise SSL_attach_stream/SSL_detach_streamHugo Landau2023-05-121-2/+0
* QUIC MSST: Rename SSL_set_incoming_stream_reject_policyHugo Landau2023-05-122-4/+4
* QUIC MSST: Add documentation for new APIsHugo Landau2023-05-121-0/+19
* QUIC DISPATCH/APL: Add SSL_stream_reset and status query APIsHugo Landau2023-05-121-0/+6
* QUIC DISPATCH/APL: SSL_accept_stream, SSL_get_accept_queue_lenHugo Landau2023-05-121-0/+2
* QUIC DISPATCH/APL: Add SSL_set_incoming_stream_reject_policy (unwired)Hugo Landau2023-05-121-0/+1
* QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactorHugo Landau2023-05-121-0/+4
* QUIC DISPATCH/APL: Implement SSL_get_stream_typeHugo Landau2023-05-121-0/+2
* QUIC DISPATCH/APL: Implement SSL_get0_connectionHugo Landau2023-05-121-0/+1
* QUIC APL: Refactor stream-related code into QUIC_XSO objectHugo Landau2023-05-121-0/+1
* fips: setup the FIPS provider in pendantic mode for testingPauli2023-04-211-1/+8
* Added a macro OSSL_DISPATCH_END as marker of the end of OSSL_DISPATCH arraysIrak Rigia2023-04-211-0/+1
* Make sure we can query the SSL object for version info when using QUICMatt Caswell2023-04-041-0/+2
* RFC7250 (RPK) supportTodd Short2023-03-283-0/+19
* CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb2023-03-251-0/+1
* QUIC: Add support for datagram injectionHugo Landau2023-03-221-0/+1
* Fix how util/wrap.pl is used in OpenSSL::Util::fixup_cmd()Richard Levitte2023-03-081-19/+38
* Fix util/wrap.pl.in for VMS usageRichard Levitte2023-03-084-71/+27
* Add "make help" optionTodd Short2023-03-061-0/+25
* util/find-doc-nits: improve error diagnostics on missing man section numbers ...Dr. David von Oheimb2023-02-241-6/+10
* New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PA...Oliver Mihatsch2023-02-081-0/+1
* check-format.pl: fix statistics on whitespace and nesting issuesDr. David von Oheimb2023-02-081-3/+3
* check-format.pl: fix detection of '#ifdef __cplusplus'Dr. David von Oheimb2023-02-081-1/+1
* check-format.pl: fix detection of function body startDr. David von Oheimb2023-02-081-3/+3
* Fix typo in Ordinals.pm from PR #14074Viktor Dukhovni2023-02-021-1/+1
* Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz2023-01-271-1/+1
* QUIC Front End I/O API: Add support for signalling and detecting end-of-streamHugo Landau2023-01-271-0/+1
* QUIC: Refine SSL_shutdown and begin to implement SSL_shutdown_exHugo Landau2023-01-271-0/+1
* add OSSL_TRACE_STRING(), OSSL_TRACE_STRING_MAX, and OSSL_trace_string()Dr. David von Oheimb2023-01-261-0/+1
* Adding a separated build settings for BSD flavorsDavid Carlier2023-01-201-0/+3
* PKCS12 - Add additional libctx and propq support.slontis2023-01-162-2/+3
* QUIC API: Rename want_net_read and want_net_writeHugo Landau2023-01-131-2/+2
* QUIC CSM: Tweak docs for tick functions, add DTLSv1 docsHugo Landau2023-01-131-0/+2
* QUIC: make updateHugo Landau2023-01-132-0/+11