summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2023-02-07Fix NULL deference when validating FFC public key.slontis
2023-02-07Add test for d2i_PKCS7 NULL dereferenceTomas Mraz
2023-02-07Check CMS failure during BIO setup with -stream is handled correctlyMatt Caswell
2023-02-07Add a test for CVE-2022-4450Matt Caswell
2023-02-07Add testcase for nc_match_single type confusionTomas Mraz
2023-02-02APPS/{storeutl,gendsa}: give error on extra arguments, improve docDr. David von Oheimb
2023-01-31Workaround crash in atexit on NonStop platformsTomas Mraz
2023-01-30ChaCha20-Poly1305 no longer supports truncated IV's.slontis
2023-01-30QUIC Probes Support: Minor tweaksHugo Landau
2023-01-30QUIC TXP: Allow TXP to generate probesHugo Landau
2023-01-30QUIC ACKM: Rework probe reporting to allow use for bookkeepingHugo Landau
2023-01-30QUIC ACKM: Clarify probe typesHugo Landau
2023-01-30coverity 1520506: error handlingPauli
2023-01-30coverity 1520505: error handlingPauli
2023-01-27Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz
2023-01-27QUIC TSERVER: Fix probable nondeterminism in some OS network stacksHugo Landau
2023-01-27QUIC Test Server: Exercise end-of-stream condition on read and writeHugo Landau
2023-01-26rename 90-test_traceapi.t to 90-test_trace_api.t for consistencyDr. David von Oheimb
2023-01-26add OSSL_TRACE_STRING(), OSSL_TRACE_STRING_MAX, and OSSL_trace_string()Dr. David von Oheimb
2023-01-24Add QUIC-TLS server supportMatt Caswell
2023-01-24Extend the new_record_layer functionMatt Caswell
2023-01-24Add support for setting a custom TLS Record LayerMatt Caswell
2023-01-24Move recordmethod.h to be an "internal" headerMatt Caswell
2023-01-24APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is givenDr. David von Oheimb
2023-01-24test: note that a default property query must be included for FIPS validityPauli
2023-01-24Fix windows buildsFdaSilvaYY
2023-01-24Add DTLS support to the large app data testMatt Caswell
2023-01-24Add a test for large app dataMatt Caswell
2023-01-23cmp_client_test.c: add tests for end_time being initialized for RR/GENMDr. David von Oheimb
2023-01-23Allow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrievedIngo Franzki
2023-01-20bn2bin(): Don't accept len < 0Richard Levitte
2023-01-20Add a test for public variants of bn2bin()Richard Levitte
2023-01-20Add negative test for unquoted property stringPauli
2023-01-19QUIC Test Server: Minor fixupsHugo Landau
2023-01-19QUIC Test Server: Basic echo server testHugo Landau
2023-01-16PKCS12 - Add additional libctx and propq support.slontis
2023-01-16CMP app: fix file output of certs and cert lists on non-existing cert(s)Dr. David von Oheimb
2023-01-14Limit size of modulus for bn_mul_mont and BN_mod_exp_mont_consttimeBernd Edlinger
2023-01-14Revert "Limit size of modulus for BN_mod_exp_mont_consttime()"Bernd Edlinger
2023-01-13QUIC TXP: Fix bug in send stream handling, cleanupHugo Landau
2023-01-13QUIC DEMUX: Allow MTU to vary over time and autodetect MTUHugo Landau
2023-01-13QUIC: Enable building with QUIC support disabledHugo Landau
2023-01-13QUIC: Temporarily disable front-end API testsHugo Landau
2023-01-13QUIC: Remove RX depacketiser tests from QRL test suiteHugo Landau
2023-01-13QUIC Stream Mapper: CSM-related changes, stream limits handlingHugo Landau
2023-01-13QUIC RX: Refactor unsafe DCID consistency checkingHugo Landau
2023-01-13QUIC TXP: Don't send STREAM frames until handshake is completeHugo Landau
2023-01-13QUIC Wire Encoding: Support Retry Integrity Tag CalculationHugo Landau
2023-01-13QUIC RX: Do not handle auto-discard of Initial EL inside the QRXHugo Landau
2023-01-13QUIC RX: Support refcounted packets and eliminate wrapperHugo Landau