aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix sm4-xts aarch64 assembly implementation bugLiu-Ermeng2024-02-081-0/+6
* Fix testcases to run on duplicated keysTomas Mraz2024-02-073-22/+60
* QUIC QLOG: Namespace the RUN_CI_TESTS variableHugo Landau2024-02-021-2/+2
* Minor fixesHugo Landau2024-02-021-1/+1
* Minor fixesHugo Landau2024-02-021-1/+1
* QUIC QLOG: Don't build QLOG test if QLOG is disabledHugo Landau2024-02-021-5/+6
* QUIC QLOG: Record implementation versionHugo Landau2024-02-022-2/+13
* QUIC QLOG: Add unit testHugo Landau2024-02-022-0/+233
* QUIC QLOG: Allow PID to be overriddenHugo Landau2024-02-021-0/+5
* QUIC QLOG: CI-only testHugo Landau2024-02-022-2/+242
* QLOG: Editorial fixes (QLOG is spelled 'qlog')Hugo Landau2024-02-021-1/+1
* QLOG: Minor fixes after port refactorHugo Landau2024-02-021-1/+1
* QLOG: JSON Encoder: Rename JSON_ENCHugo Landau2024-02-021-21/+21
* QLOG: QUIC MULTISTREAM TEST: Pass script name to QLOGHugo Landau2024-02-021-2/+10
* QLOG: Wiring: QUIC FIFDHugo Landau2024-02-021-1/+2
* 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