aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
...
* OSSL_PROVIDER_load_exDmitry Belyavskiy2023-08-301-0/+2
* man: update missingcrypto.txt fileMatthias St. Pierre2023-08-301-11/+0
* Minor fix during rebaseHugo Landau2023-08-301-3/+0
* QUIC MULTISTREAM TEST: Test WAIT_PEERHugo Landau2023-08-301-0/+3
* Removed unused struct ssl3_comp_stFrederik Wedel-Heinen2023-08-291-1/+0
* QUIC APL: Implement backpressure on stream creationHugo Landau2023-08-251-0/+2
* Update quicserver to be able to handle multiple streamsMatt Caswell2023-08-251-36/+66
* QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau2023-08-241-1/+1
* Add a -trace option to quicserver to enable tracing of the communicationMatt Caswell2023-08-241-2/+7
* Add X509_STORE_CTX_set_get_crl and X509_STORE_CTX_set_current_reasonsvl-loz2023-08-171-0/+2
* quicserver.c: Use BIO_printf to stderr instead of plain printfTomas Mraz2023-08-142-14/+21
* QUIC TLS: Rethink error handlingHugo Landau2023-08-081-0/+2
* Add hurd-x86_64 supportSamuel Thibault2023-08-041-1/+2
* Add the ability for tserver to use a pre-existing SSL_CTXMatt Caswell2023-08-021-0/+1
* Correctly keep track of where we are in the quicserver request bufferMatt Caswell2023-08-021-5/+5
* Add system guessing for linux64-loongarch64 targetXi Ruoyao2023-08-011-0/+12
* 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