aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-11-30cmp_client_test.c: add tests for OSSL_CMP_CTX_get_statusDr. David von Oheimb1-50/+110
2022-11-29Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...Nicola Tuveri1-5/+28
2022-11-29Fix occasional assertion failure when storing propertiesTomas Mraz1-8/+31
2022-11-28Drop incorrect skipping of some evp_test testcases with no-gostTomas Mraz1-2/+1
2022-11-25Add test for EVP_PKEY_Q_keygenTomas Mraz1-0/+16
2022-11-25OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVsDr. David von Oheimb1-2/+14
2022-11-24test/timing_load_creds.c: use OPENSSL_SYS_ macrosRichard Levitte1-8/+8
2022-11-24Disable test/timing_load_creds.c on VMSRichard Levitte1-1/+7
2022-11-23apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY3-6/+6
2022-11-23test/trace_api_test.c: fix gcc error on -Werror=strict-prototypesDr. David von Oheimb1-2/+2
2022-11-23Add tests for trace_api.Daniel Fiala3-0/+152
2022-11-23Add some API tests for TLSv1.3 record paddingMatt Caswell1-0/+122
2022-11-23Add a test for read_ahead data crossing a key changeMatt Caswell1-0/+69
2022-11-23test/timing_load_creds.c: fix coding style and other (mostly minor) issuesDr. David von Oheimb1-47/+82
2022-11-23Rename the "timing" program to "timing_load_creds" and integrate it with test...Dr. David von Oheimb4-5/+9
2022-11-23Add a stand-alone "timing" programRich Salz3-0/+214
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY5-6/+0
2022-11-22params_api_test.c: Fix mistake in backported test fixTomas Mraz1-1/+1
2022-11-22Add a test case for the engine crash with AES-256-CTRBernd Edlinger1-1/+22
2022-11-22test/recipes/80-test_cms.t: Fix the "CAdES ko" testRichard Levitte1-3/+4
2022-11-21Fix coverity issues in X509v3_addrslontis1-0/+44
2022-11-21Improve FIPS RSA keygen performance.slontis1-2/+24
2022-11-21Fix no-dtls1_2Matt Caswell1-0/+6
2022-11-21dhparam_test: Test that we add private key length on generation and print itTomas Mraz1-8/+16
2022-11-21Add a DTLS next epoch testMatt Caswell3-0/+159
2022-11-21Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau1-11/+1
2022-11-21Add test cases for verification of time stamping certificatesLutz Jaenicke11-1/+203
2022-11-21[crypto/bn] BN_consttime_swap: remove superfluous early exitBilly Brumley1-0/+15
2022-11-21Move types.h #undefs for wincrypt.h compatibilitySamuel Lee2-1/+47
2022-11-21Make running individual ssl-test easierTodd Short2-5/+24
2022-11-21add tests for PBKDF2 with SHA-3Hubert Kario2-0/+60
2022-11-21tls: ban SSL3, TLS1, TLS1.1 and DTLS1.0 at security level one and abovePauli4-11/+55
2022-11-21Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau1-87/+5
2022-11-18evp_extra_test2: Test DH param checks with non-NULL libctxTomas Mraz1-0/+7
2022-11-16Add test to confirm IPAddressFamily_check_len catches invalid lenGraham Woodward1-0/+87
2022-11-16Drop explicit check for engines in opt_legacy_okaySimo Sorce1-0/+23
2022-11-15test: fix typo in test descriptionPauli1-1/+1
2022-11-15test: add two comparision options to fips version test utility codePauli2-1/+41
2022-11-15Add test for EVP_PKEY_eqSimo Sorce3-16/+196
2022-11-12Resign test/certs/rootCA.pem to expire in 100 yearsBernd Edlinger1-18/+76
2022-11-12Update the validity period of ed25519 cerificatesBernd Edlinger2-14/+74
2022-11-11test_CMAC_keygen(): Avoid using ECB cipher with CMACTomas Mraz1-2/+2
2022-11-11cmac_set_ctx_params(): Fail if cipher mode is not CBCTomas Mraz1-0/+13
2022-11-11Add test for generating safeprime DH parametersTomas Mraz1-0/+25
2022-11-11Fix typos in CCM test vector titlesTobias Nießen1-3/+3
2022-11-11update oqsprovider/liboqs to v0.7.2Michael Baentsch1-2/+1
2022-11-11Update the oqs-provider submodule to a more recent commitMatt Caswell1-4/+0
2022-11-11test_external_oqsprovider: Use working checkout of liboqsTomas Mraz1-1/+2
2022-11-11Add external testing with oqsproviderMichael Baentsch3-0/+138
2022-11-11Add testing of OBJ_find_sigid_by_algs()Michael Baentsch1-8/+44