aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* QLOG: JSON Encoder: TestsHugo Landau2024-02-023-0/+698
* RCU lock implementationNeil Horman2024-02-011-0/+376
* Add QUIC stateless reset testNeil Horman2024-01-311-2/+118
* Extend the testing of resetting/clearing an SSL connectionMatt Caswell2024-01-311-10/+81
* fix missing null check in kdf_test_ctrlNeil Horman2024-01-301-8/+9
* Have OSSL_PARAM_allocate_from_text() fail on odd number of hex digitsRichard Levitte2024-01-251-0/+44
* Add some tests for various PKCS12 files with NULL ContentInfoMatt Caswell2024-01-254-2/+23
* Add tests for return codes for EVP_CIPHER_CTX_get[block_size|iv_length]Neil Horman2024-01-251-4/+0
* Add appropriate NULL checks in EVP_CIPHER apiNeil Horman2024-01-254-7/+59
* tlsfuzzer.sh: Use python3Tomas Mraz2024-01-231-1/+1
* tlsfuzzer.sh: Make it more informative on errorsTomas Mraz2024-01-231-2/+5
* tlsfuzzer.sh: Run openssl version on the built app and not system oneTomas Mraz2024-01-231-1/+1
* gost_engine.sh: Set OPENSSL_ENGINES_DIRTomas Mraz2024-01-231-1/+1
* QUIC MULTISTREAM TEST: Test optimised FIN APIHugo Landau2024-01-231-1/+38
* 02-test_errstr.t: make robust on `openssl errstr` crashesDr. David von Oheimb2024-01-221-2/+3
* Uninitialized array variableshashankmca802024-01-191-1/+1
* add test for provoking integer overflow in ossl_asn1_time_from_tmPaul Dreik2024-01-181-0/+26
* Add a KTLS test where we write long app data recordsMatt Caswell2024-01-181-0/+35
* 80-test_cmp_http_data/: add tests for -no_cache_extracerts, fix and extend fu...Dr. David von Oheimb2024-01-179-44/+134
* Check whether the pubkey exists in ossl_ecx_key_duplan11202024-01-161-0/+6
* Add X509_STORE_get1_objectsDavid Benjamin2024-01-151-7/+20
* Limit the execution time of RSA public key checkTomas Mraz2024-01-152-1/+49
* Add apps/x509 -set_issuer & -set_subject option to override issuer & subjectJob Snijders2024-01-151-1/+10
* Add test/recipes/15-test_gensm2.t, to test SM2 key generation resultsRichard Levitte2024-01-121-0/+61
* Fix NULL pointer deref when parsing the stable sectionNeil Horman2024-01-124-1/+126
* Add tests for re-using cipher contextsHolger Dengler2024-01-121-0/+77
* QUIC RCIDM: Minor updatesHugo Landau2024-01-111-0/+5
* QUIC RCIDM: Add testHugo Landau2024-01-113-1/+151
* QUIC RCIDM: Add fuzzerHugo Landau2024-01-111-0/+25
* Fix a similar memory leak in SXNET_add_id_INTEGERBernd Edlinger2024-01-101-1/+2
* Check appropriate OSSL_PARAM_get_* functions for NULLNeil Horman2024-01-091-0/+82
* Augment RSA provider to generate CRT coefficients on EVP_PKEY_fromdata()Neil Horman2024-01-092-2/+463
* Validate config options during x509 extension creationNeil Horman2024-01-052-1/+15
* Correct ssl_old_test stream handlingMatt Caswell2024-01-051-5/+9
* validate requested key length in kdf_pbkdf1_do_deriveNeil Horman2024-01-031-0/+50
* Set max protocol version for dtls renegotiation tests to dtls1.2Frederik Wedel-Heinen2024-01-032-0/+18
* gate calling of evp_method_id on having a non-zero name idNeil Horman2024-01-011-0/+19
* Fix new typos found by codespellDimitri Papadopoulos2023-12-292-3/+3
* crypto/cmp/,apps/lib/cmp_mock_srv.c: various improvements on delayed deliveryDr. David von Oheimb2023-12-212-13/+9
* crypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delivery for all types of re...Rajeev Ranjan2023-12-212-16/+53
* Detect and prevent recursive config parsingNeil Horman2023-12-214-6/+47
* Make the activate setting more intuitiveNeil Horman2023-12-213-2/+28
* Use GH action commands to group/collapse filtered outputNeil Horman2023-12-211-2/+9
* augment test/run_tests.pl to filter indirect leaksNeil Horman2023-12-211-1/+16
* QUIC APL, TSERVER: Start using a QUIC_ENGINE objectHugo Landau2023-12-211-4/+4
* QUIC MULTISTREAM TEST: Make error tests non-mutating and restore error code testHugo Landau2023-12-211-3/+9
* QUIC MULTISTREAM TEST: add OP_POP_ERRHugo Landau2023-12-211-0/+8
* QUIC QRL TEST: Remove dependency on legacy DEMUX-QRX routingHugo Landau2023-12-211-18/+32
* QUIC TXP TEST: Remove dependency on legacy DEMUX-QRX routingHugo Landau2023-12-211-3/+13
* QUIC PORT, CHANNEL: Move ticking code into QUIC_PORTHugo Landau2023-12-211-2/+4