summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* des: prevent error when using two key triple DES with a random keyPauli2023-02-081-0/+24
* Additional testcase for missing return check of BIO_set_md() callsTomas Mraz2023-02-072-2/+49
* Add testcase for missing return check of BIO_set_md() callsTomas Mraz2023-02-072-2/+45
* Fix GENERAL_NAME_cmp for x400Address (master)Hugo Landau2023-02-071-0/+8
* Add test for DSA pubkey without param import and checkTomas Mraz2023-02-073-11/+49
* Fix NULL deference when validating FFC public key.slontis2023-02-071-0/+31
* Add test for d2i_PKCS7 NULL dereferenceTomas Mraz2023-02-072-4/+10
* Check CMS failure during BIO setup with -stream is handled correctlyMatt Caswell2023-02-072-2/+31
* Add a test for CVE-2022-4450Matt Caswell2023-02-071-0/+30
* Add testcase for nc_match_single type confusionTomas Mraz2023-02-075-1/+83
* APPS/{storeutl,gendsa}: give error on extra arguments, improve docDr. David von Oheimb2023-02-022-2/+18
* Workaround crash in atexit on NonStop platformsTomas Mraz2023-01-311-0/+4
* ChaCha20-Poly1305 no longer supports truncated IV's.slontis2023-01-301-0/+10
* QUIC Probes Support: Minor tweaksHugo Landau2023-01-302-6/+6
* QUIC TXP: Allow TXP to generate probesHugo Landau2023-01-301-1/+91
* QUIC ACKM: Rework probe reporting to allow use for bookkeepingHugo Landau2023-01-301-6/+5
* QUIC ACKM: Clarify probe typesHugo Landau2023-01-301-4/+4
* coverity 1520506: error handlingPauli2023-01-301-1/+4
* coverity 1520505: error handlingPauli2023-01-301-2/+2
* Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz2023-01-272-10/+23
* QUIC TSERVER: Fix probable nondeterminism in some OS network stacksHugo Landau2023-01-271-4/+11
* QUIC Test Server: Exercise end-of-stream condition on read and writeHugo Landau2023-01-271-13/+34
* rename 90-test_traceapi.t to 90-test_trace_api.t for consistencyDr. David von Oheimb2023-01-261-1/+1
* add OSSL_TRACE_STRING(), OSSL_TRACE_STRING_MAX, and OSSL_trace_string()Dr. David von Oheimb2023-01-261-15/+43
* Add QUIC-TLS server supportMatt Caswell2023-01-242-4/+25
* Extend the new_record_layer functionMatt Caswell2023-01-242-8/+11
* Add support for setting a custom TLS Record LayerMatt Caswell2023-01-241-2/+2
* Move recordmethod.h to be an "internal" headerMatt Caswell2023-01-242-2/+2
* APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is givenDr. David von Oheimb2023-01-246-21/+66
* test: note that a default property query must be included for FIPS validityPauli2023-01-241-0/+6
* Fix windows buildsFdaSilvaYY2023-01-241-2/+2
* Add DTLS support to the large app data testMatt Caswell2023-01-241-5/+26
* Add a test for large app dataMatt Caswell2023-01-241-0/+141
* cmp_client_test.c: add tests for end_time being initialized for RR/GENMDr. David von Oheimb2023-01-231-7/+17
* Allow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrievedIngo Franzki2023-01-231-0/+6
* bn2bin(): Don't accept len < 0Richard Levitte2023-01-201-0/+39
* Add a test for public variants of bn2bin()Richard Levitte2023-01-201-0/+31
* Add negative test for unquoted property stringPauli2023-01-201-0/+1
* QUIC Test Server: Minor fixupsHugo Landau2023-01-192-1/+4
* QUIC Test Server: Basic echo server testHugo Landau2023-01-193-1/+245
* PKCS12 - Add additional libctx and propq support.slontis2023-01-161-10/+10
* CMP app: fix file output of certs and cert lists on non-existing cert(s)Dr. David von Oheimb2023-01-161-0/+1
* Limit size of modulus for bn_mul_mont and BN_mod_exp_mont_consttimeBernd Edlinger2023-01-141-0/+29
* Revert "Limit size of modulus for BN_mod_exp_mont_consttime()"Bernd Edlinger2023-01-141-20/+0
* QUIC TXP: Fix bug in send stream handling, cleanupHugo Landau2023-01-131-1/+1
* QUIC DEMUX: Allow MTU to vary over time and autodetect MTUHugo Landau2023-01-132-2/+1
* QUIC: Enable building with QUIC support disabledHugo Landau2023-01-132-0/+16
* QUIC: Temporarily disable front-end API testsHugo Landau2023-01-132-1/+9
* QUIC: Remove RX depacketiser tests from QRL test suiteHugo Landau2023-01-131-142/+45
* QUIC Stream Mapper: CSM-related changes, stream limits handlingHugo Landau2023-01-131-1/+1