summaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Expand)Author
2023-10-26make updateMatt Caswell
2023-10-24Adjust mdl configurationHugo Landau
2023-10-04All lh_stats functions were deprecated in 3.1Tomas Mraz
2023-09-27fips selftest: avoid relying on a real RNG for self testsPauli
2023-09-25Implement a public BIO_ADDR_copy() functionMatt Caswell
2023-09-20Add documentation for the function SSL_CONF_CTX_finish.Sumitra Sharma
2023-09-15Store: API for deletion - make updateDmitry Belyavskiy
2023-09-08Return NULL if we fail to create a BIO in the demos/quicserverMatt Caswell
2023-09-07Copyright year updatesMatt Caswell
2023-09-05quicserver.c: Fix build with no-ssl-traceTomas Mraz
2023-09-01QUIC API: Revise SSL_get_conn_close_info to use a flags fieldHugo Landau
2023-09-01Document OSSL_get_thread_support_flags()Hugo Landau
2023-09-01QUIC APL: Allow stream origin to be queriedHugo Landau
2023-09-01Minor updatesHugo Landau
2023-09-01Add manpagesHugo Landau
2023-08-30OSSL_PROVIDER_load_exDmitry Belyavskiy
2023-08-30man: update missingcrypto.txt fileMatthias St. Pierre
2023-08-30Minor fix during rebaseHugo Landau
2023-08-30QUIC MULTISTREAM TEST: Test WAIT_PEERHugo Landau
2023-08-29Removed unused struct ssl3_comp_stFrederik Wedel-Heinen
2023-08-25QUIC APL: Implement backpressure on stream creationHugo Landau
2023-08-25Update quicserver to be able to handle multiple streamsMatt Caswell
2023-08-24QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau
2023-08-24Add a -trace option to quicserver to enable tracing of the communicationMatt Caswell
2023-08-17Add X509_STORE_CTX_set_get_crl and X509_STORE_CTX_set_current_reasonsvl-loz
2023-08-14quicserver.c: Use BIO_printf to stderr instead of plain printfTomas Mraz
2023-08-08QUIC TLS: Rethink error handlingHugo Landau
2023-08-04Add hurd-x86_64 supportSamuel Thibault
2023-08-02Add the ability for tserver to use a pre-existing SSL_CTXMatt Caswell
2023-08-02Correctly keep track of where we are in the quicserver request bufferMatt Caswell
2023-08-01Add system guessing for linux64-loongarch64 targetXi Ruoyao
2023-07-17CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdateDr. David von Oheimb
2023-07-17rename OSSL_CMP_get{,1}_caCerts and improve OSSL_CMP_exec_certreq.podDr. David von Oheimb
2023-07-10CMP: support specifying certificate to be revoked via issuer and serial numberRajeev Ranjan
2023-07-09fips: make installations FIPS compliant by defaultPauli
2023-07-07QUIC err handling: Save and restore error stateTomas Mraz
2023-07-05make updateHugo Landau
2023-07-02fips: use correct field names when generating fipsmodule.cnfPauli
2023-06-28Add a test quicserver utilityMatt Caswell
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