summaryrefslogtreecommitdiffstats
path: root/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdateDr. David von Oheimb2023-07-171-0/+5
* rename OSSL_CMP_get{,1}_caCerts and improve OSSL_CMP_exec_certreq.podDr. David von Oheimb2023-07-171-1/+1
* CMP: support specifying certificate to be revoked via issuer and serial numberRajeev Ranjan2023-07-101-0/+1
* fips: make installations FIPS compliant by defaultPauli2023-07-091-2/+2
* QUIC err handling: Save and restore error stateTomas Mraz2023-07-071-0/+4
* make updateHugo Landau2023-07-051-1/+0
* fips: use correct field names when generating fipsmodule.cnfPauli2023-07-021-2/+2
* 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-051-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-031-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