summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-11-22params_api_test.c: Fix mistake in backported test fixTomas Mraz
2022-11-22Add a test case for the engine crash with AES-256-CTRBernd Edlinger
2022-11-22test/recipes/80-test_cms.t: Fix the "CAdES ko" testRichard Levitte
2022-11-21Fix coverity issues in X509v3_addrslontis
2022-11-21Improve FIPS RSA keygen performance.slontis
2022-11-21Fix no-dtls1_2Matt Caswell
2022-11-21dhparam_test: Test that we add private key length on generation and print itTomas Mraz
2022-11-21Add a DTLS next epoch testMatt Caswell
2022-11-21Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
2022-11-21Add test cases for verification of time stamping certificatesLutz Jaenicke
2022-11-21[crypto/bn] BN_consttime_swap: remove superfluous early exitBilly Brumley
2022-11-21Move types.h #undefs for wincrypt.h compatibilitySamuel Lee
2022-11-21Make running individual ssl-test easierTodd Short
2022-11-21add tests for PBKDF2 with SHA-3Hubert Kario
2022-11-21tls: ban SSL3, TLS1, TLS1.1 and DTLS1.0 at security level one and abovePauli
2022-11-21Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2022-11-18evp_extra_test2: Test DH param checks with non-NULL libctxTomas Mraz
2022-11-16Add test to confirm IPAddressFamily_check_len catches invalid lenGraham Woodward
2022-11-16Drop explicit check for engines in opt_legacy_okaySimo Sorce
2022-11-15test: fix typo in test descriptionPauli
2022-11-15test: add two comparision options to fips version test utility codePauli
2022-11-15Add test for EVP_PKEY_eqSimo Sorce
2022-11-12Resign test/certs/rootCA.pem to expire in 100 yearsBernd Edlinger
2022-11-12Update the validity period of ed25519 cerificatesBernd Edlinger
2022-11-11test_CMAC_keygen(): Avoid using ECB cipher with CMACTomas Mraz
2022-11-11cmac_set_ctx_params(): Fail if cipher mode is not CBCTomas Mraz
2022-11-11Add test for generating safeprime DH parametersTomas Mraz
2022-11-11Fix typos in CCM test vector titlesTobias Nießen
2022-11-11update oqsprovider/liboqs to v0.7.2Michael Baentsch
2022-11-11Update the oqs-provider submodule to a more recent commitMatt Caswell
2022-11-11test_external_oqsprovider: Use working checkout of liboqsTomas Mraz
2022-11-11Add external testing with oqsproviderMichael Baentsch
2022-11-11Add testing of OBJ_find_sigid_by_algs()Michael Baentsch
2022-11-11test/helpers/handshake.c: Add check for OPENSSL_strdupJiasheng Jiang
2022-11-11evp_test: Skip testcase if r parameter is unsupportedTomas Mraz
2022-11-11Move e_os.h to include/internalRichard Levitte
2022-11-11test: change pkey kdf dup fail test to a pkey kdf dup success testPauli
2022-11-11evp_test: add a ctx dup operation to the KDF testsPauli
2022-11-11Support different R_BITS lengths for KBKDFPatrick Uiterwijk
2022-11-11Fix endianness problem in params_api_testJuergen Christ
2022-11-11punycode: update to use WPACKET instead of using custom range checkingPauli
2022-11-10pem: avoid segfault if PKEY is NULL in PEM_write_bio_PrivateKeyMilan Broz
2022-11-10Limit size of modulus for BN_mod_exp_mont_consttime()Tomas Mraz
2022-11-10Revert "Skip DES based tests in FIPS mode"Pauli
2022-11-10Revert "Remove conditional FIPS dependence for 3DES"Pauli
2022-11-10Revert "Move DES based test cases out of FIPS territory"Pauli
2022-11-09test: add cipher context dup testPauli
2022-11-09test: add digest context dup testsPauli
2022-11-09providers: Add SM4 GCM implementationTianjia Zhang