aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
3 days80-test_cmp_http.t: fix handling of IPv6 server host (localhost '::1')David von Oheimb3-12/+18
7 daysFix smime-type for AuthEnvelopedDataJakub Zelenka1-0/+24
8 daysdeactivate failing Cloudflare PQ interop testsMichael Baentsch2-0/+51
8 daystest: add unit tests for fips CRNG testsPauli1-0/+74
10 daysfeat: use ossl_serial_number_print in X509_print_exJonathan M. Wilbur2-2/+2
10 daysfeat: use ossl_serial_number_print in X509_print_exJonathan M. Wilbur2-2/+2
10 daysfeat: add ossl_serial_number_printJonathan M. Wilbur1-1/+1
10 daystest: the roleSpecCertIdentifier X.509v3 extensionJonathan M. Wilbur2-1/+31
11 daysEVP_get_default_properties - testsDmitry Belyavskiy3-3/+90
13 daysupdate quic docker container filesNeil Horman1-4/+7
13 daysAdding session resume support to hq-interopNeil Horman1-15/+18
13 daysConvert retry test to use hq-interop clientNeil Horman1-6/+1
13 daysAdding an hq-interop alpn clientNeil Horman2-12/+28
2024-09-10test: authorityAttributeIdentifier X.509v3 extensionJonathan M. Wilbur2-1/+24
2024-09-10Collapse errors down by using || in run_endpoint.shNeil Horman1-23/+7
2024-09-10Need to remove our bash settings as we need to interrogate failuresNeil Horman1-2/+0
2024-09-09Add a test for the nonce-type sigoptMatt Caswell1-2/+14
2024-09-09Refactor Password Variables to Use `const char[]` Arrayserbsland-dev1-15/+12
2024-09-09Refactor Callback Tests for Improved Memory Managementerbsland-dev1-65/+51
2024-09-09Add test for BIO password callback functionalityerbsland-dev4-1/+474
2024-09-06s390x: Fix s390x_shake_squeeze() when MSA 12 is availableIngo Franzki1-0/+29
2024-09-05Drop redundant non-negative checks on unsigned valuesViktor Dukhovni1-4/+1
2024-09-05ssl: rework "e_os.h" inclusionsFdaSilvaYY1-0/+1
2024-09-05Copyright year updatesTomas Mraz120-120/+120
2024-09-03Avoid type errors in EAI-related name check logic.Viktor Dukhovni4-1/+89
2024-08-30Improve base64 BIO correctness and error reportingViktor Dukhovni3-1/+507
2024-08-30Refactor OpenSSL 'ECDSA' EVP_SIGNATURE to also include ECDSA+hash compositesRichard Levitte2-0/+262
2024-08-30Refactor OpenSSL 'DSA' EVP_SIGNATURE to also include DSA+hash compositesRichard Levitte3-2/+427
2024-08-30endecode_test.c: Fix !fips v3.0.0 checkPauli1-3/+1
2024-08-29endecode_test.c: Avoid running the SM2 tests with 3.0.0 FIPS providerTomas Mraz1-1/+4
2024-08-29Refactor and Enhance Compression Field Testingerbsland-dev1-37/+129
2024-08-29Add ED25519 and ED448 support for EVP_PKEY_{sign,verify}_init_ex2()Richard Levitte1-0/+51
2024-08-29Refactor OpenSSL 'EdDSA' EVP_SIGNATURE to allow use with EVP_PKEY functionsRichard Levitte2-0/+675
2024-08-29Fix decoder error on SM2 private keyJamie Cui1-0/+13
2024-08-29Update code to use EVP_MD_xof()slontis1-1/+1
2024-08-29XOF / EVP_MD_size() changes.slontis1-1/+19
2024-08-28RSA decoder should check also sanity of p, q, e, d ... with respect to nsashan1-1/+194
2024-08-28Cleanups for FIPS options..slontis4-4/+5
2024-08-27test: issuedOnBehalfOf X.509v3 extensionJonathan M. Wilbur2-1/+17
2024-08-26test: auditIdentity X.509v3 extension decoding and displayJonathan M. Wilbur2-1/+17
2024-08-25Add FIPS indicators to X25519 and X448.slontis2-2/+50
2024-08-23Update new FIPS indicator evp_tests to use FIPSversion + Availablein options.slontis17-0/+79
2024-08-23Revert evp_test change that made "FIPSversion" skip the default provider.slontis1-5/+0
2024-08-23FIPS: Add EDDSA public key validation.slontis2-2/+207
2024-08-23FIPS: Change fips tests to use SHA2 for corruption test.slontis1-1/+1
2024-08-23acvptest: add positive and negative tests for verify message paramPauli1-13/+46
2024-08-21Fix error handling in OBJ_add_objectBernd Edlinger1-0/+14
2024-08-21test/provider_test.c: Add OSSL_PROVIDER_unload() to avoid memory leakJiasheng Jiang1-0/+1
2024-08-21test/provider_fallback_test.c: Add OSSL_PROVIDER_unload() to avoid memory leakJiasheng Jiang1-3/+9
2024-08-21Add additional test cases for Single Step KDF.slontis1-0/+87