summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* kdfs: implement key length check in X9.42Dimitri John Ledkov2024-09-302-1/+16
* test: fix unit tests for fips CRNG testsPauli2024-09-301-1/+1
* fips: Prohibit SHA1 in DH & ECDH exchangeDimitri John Ledkov2024-09-271-9/+15
* 80-test_cmp_http.t: fix handling of IPv6 server host (localhost '::1')David von Oheimb2024-09-233-12/+18
* Fix smime-type for AuthEnvelopedDataJakub Zelenka2024-09-191-0/+24
* deactivate failing Cloudflare PQ interop testsMichael Baentsch2024-09-192-0/+51
* test: add unit tests for fips CRNG testsPauli2024-09-191-0/+74
* feat: use ossl_serial_number_print in X509_print_exJonathan M. Wilbur2024-09-162-2/+2
* feat: use ossl_serial_number_print in X509_print_exJonathan M. Wilbur2024-09-162-2/+2
* feat: add ossl_serial_number_printJonathan M. Wilbur2024-09-161-1/+1
* test: the roleSpecCertIdentifier X.509v3 extensionJonathan M. Wilbur2024-09-162-1/+31
* EVP_get_default_properties - testsDmitry Belyavskiy2024-09-163-3/+90
* update quic docker container filesNeil Horman2024-09-131-4/+7
* Adding session resume support to hq-interopNeil Horman2024-09-131-15/+18
* Convert retry test to use hq-interop clientNeil Horman2024-09-131-6/+1
* Adding an hq-interop alpn clientNeil Horman2024-09-132-12/+28
* test: authorityAttributeIdentifier X.509v3 extensionJonathan M. Wilbur2024-09-102-1/+24
* Collapse errors down by using || in run_endpoint.shNeil Horman2024-09-101-23/+7
* Need to remove our bash settings as we need to interrogate failuresNeil Horman2024-09-101-2/+0
* Add a test for the nonce-type sigoptMatt Caswell2024-09-091-2/+14
* Refactor Password Variables to Use `const char[]` Arrayserbsland-dev2024-09-091-15/+12
* Refactor Callback Tests for Improved Memory Managementerbsland-dev2024-09-091-65/+51
* Add test for BIO password callback functionalityerbsland-dev2024-09-094-1/+474
* s390x: Fix s390x_shake_squeeze() when MSA 12 is availableIngo Franzki2024-09-061-0/+29
* Drop redundant non-negative checks on unsigned valuesViktor Dukhovni2024-09-051-4/+1
* ssl: rework "e_os.h" inclusionsFdaSilvaYY2024-09-051-0/+1
* Copyright year updatesTomas Mraz2024-09-05120-120/+120
* Avoid type errors in EAI-related name check logic.Viktor Dukhovni2024-09-034-1/+89
* Improve base64 BIO correctness and error reportingViktor Dukhovni2024-08-303-1/+507
* Refactor OpenSSL 'ECDSA' EVP_SIGNATURE to also include ECDSA+hash compositesRichard Levitte2024-08-302-0/+262
* Refactor OpenSSL 'DSA' EVP_SIGNATURE to also include DSA+hash compositesRichard Levitte2024-08-303-2/+427
* endecode_test.c: Fix !fips v3.0.0 checkPauli2024-08-301-3/+1
* endecode_test.c: Avoid running the SM2 tests with 3.0.0 FIPS providerTomas Mraz2024-08-291-1/+4
* Refactor and Enhance Compression Field Testingerbsland-dev2024-08-291-37/+129
* Add ED25519 and ED448 support for EVP_PKEY_{sign,verify}_init_ex2()Richard Levitte2024-08-291-0/+51
* Refactor OpenSSL 'EdDSA' EVP_SIGNATURE to allow use with EVP_PKEY functionsRichard Levitte2024-08-292-0/+675
* Fix decoder error on SM2 private keyJamie Cui2024-08-291-0/+13
* Update code to use EVP_MD_xof()slontis2024-08-291-1/+1
* XOF / EVP_MD_size() changes.slontis2024-08-291-1/+19
* RSA decoder should check also sanity of p, q, e, d ... with respect to nsashan2024-08-281-1/+194
* Cleanups for FIPS options..slontis2024-08-284-4/+5
* test: issuedOnBehalfOf X.509v3 extensionJonathan M. Wilbur2024-08-272-1/+17
* test: auditIdentity X.509v3 extension decoding and displayJonathan M. Wilbur2024-08-262-1/+17
* Add FIPS indicators to X25519 and X448.slontis2024-08-252-2/+50
* Update new FIPS indicator evp_tests to use FIPSversion + Availablein options.slontis2024-08-2317-0/+79
* Revert evp_test change that made "FIPSversion" skip the default provider.slontis2024-08-231-5/+0
* FIPS: Add EDDSA public key validation.slontis2024-08-232-2/+207
* FIPS: Change fips tests to use SHA2 for corruption test.slontis2024-08-231-1/+1
* acvptest: add positive and negative tests for verify message paramPauli2024-08-221-13/+46
* Fix error handling in OBJ_add_objectBernd Edlinger2024-08-211-0/+14