aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* Fix docsHugo Landau2024-01-231-0/+1
* QUIC: Add optimised FIN APIHugo Landau2024-01-231-0/+1
* Introduce hash thunking functions to do proper castingNeil Horman2024-01-172-1/+3
* Add X509_STORE_get1_objectsDavid Benjamin2024-01-151-0/+1
* Augment RSA provider to generate CRT coefficients on EVP_PKEY_fromdata()Neil Horman2024-01-091-0/+1
* Add missing documentation for X509_ATTRIBUTE related functions.slontis2024-01-032-58/+1
* Disable building quicserver utility when configured with `no-apps` optionVitalii Koshura2023-12-291-3/+3
* crypto/cmp/,apps/lib/cmp_mock_srv.c: various improvements on delayed deliveryDr. David von Oheimb2023-12-211-1/+1
* crypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delivery for all types of re...Rajeev Ranjan2023-12-212-0/+3
* ERR: Add ERR_pop()Hugo Landau2023-12-211-0/+1
* QUIC CHANNEL: Consolidate forward object declarations in a single headerHugo Landau2023-12-211-0/+1
* CMP lib and app: add optional certProfile request message header and respecti...Dr. David von Oheimb2023-12-191-0/+4
* LHASH: Document down_load functionsHugo Landau2023-12-131-3/+0
* Fix detection on HP-UX (IA64)Michael Osipov2023-12-041-1/+2
* Do not define L_ENDIAN (for now) when we guessed linux64-loongarch64Xi Ruoyao2023-11-281-1/+0
* Adapt C compiler detection for VSI C on x86_64Richard Levitte2023-11-231-2/+9
* Update ci and ABI xml files to validate function parametersNeil Horman2023-11-151-0/+5
* Add exporters for CMakeRichard Levitte2023-11-151-16/+48
* Clean up exporters, specifically those we have for pkg-configRichard Levitte2023-11-151-0/+63
* Fix CI breakage due to ABIDIFF failureTomas Mraz2023-11-102-167/+167
* Add EVP_DigestSqueeze() API.slontis2023-11-101-0/+1
* Fix quicserver binding when duplicate entries existNeil Horman2023-11-021-4/+4
* Create a rudimentary symbol scanning scriptNeil Horman2023-11-013-0/+471
* Stop the quicserver if the handshake or receiving the request failsMatt Caswell2023-11-011-0/+10
* Adjust mdl configurationHugo Landau2023-10-241-2/+4
* All lh_stats functions were deprecated in 3.1Tomas Mraz2023-10-041-6/+6
* fips selftest: avoid relying on a real RNG for self testsPauli2023-09-271-0/+1
* Implement a public BIO_ADDR_copy() functionMatt Caswell2023-09-251-0/+1
* Add documentation for the function SSL_CONF_CTX_finish.Sumitra Sharma2023-09-201-1/+0
* Store: API for deletion - make updateDmitry Belyavskiy2023-09-151-0/+1
* Return NULL if we fail to create a BIO in the demos/quicserverMatt Caswell2023-09-081-2/+4
* Copyright year updatesMatt Caswell2023-09-078-8/+8
* quicserver.c: Fix build with no-ssl-traceTomas Mraz2023-09-051-0/+5
* QUIC API: Revise SSL_get_conn_close_info to use a flags fieldHugo Landau2023-09-011-0/+2
* Document OSSL_get_thread_support_flags()Hugo Landau2023-09-011-0/+2
* QUIC APL: Allow stream origin to be queriedHugo Landau2023-09-011-0/+1
* Minor updatesHugo Landau2023-09-011-1/+1
* Add manpagesHugo Landau2023-09-011-0/+4
* 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