summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-11-12[test/recipes] Split test_fuzz into separate recipesNicola Tuveri
2020-11-12Optimize AES-XTS mode in OpenSSL for aarch64XiaokangQian
2020-11-12apps/passwd: remove the -crypt option.Pauli
2020-11-12rsa_test: add return value checkPauli
2020-11-11test/recipes/30-test_evp_libctx.t: use fips-and-base.cnfRichard Levitte
2020-11-11test/evp_libctx_test.c: use OSSL_ENCODER instead of i2d_PublicKey()Richard Levitte
2020-11-11test/endecode_test.c: Update to specify output structuresRichard Levitte
2020-11-11SSL: refactor all SSLfatal() callsRichard Levitte
2020-11-11TEST: Adapt test/endecoder_test.cRichard Levitte
2020-11-1125-test_x509.t: Re-add and improve a test on non-existence of ASN.1 parse errorsDr. David von Oheimb
2020-11-11Add support for making all of KBKDF FixedInput fields optional.Shane Lontis
2020-11-09Remove test that breaks on AIX.Shane Lontis
2020-11-07test/evp_extra_test.c: Modify to reflect provider support in test_EVP_PKEY_checkRichard Levitte
2020-11-07Fix test/recipes/80-test_ca.t to skip_all properly in a subtestRichard Levitte
2020-11-05Update copyright yearMatt Caswell
2020-11-02Add more diagnostics to ossl_shimBenjamin Kaduk
2020-11-02Add AES KW inverse ciphers to the EVP layerShane Lontis
2020-11-01test/recipes/90-test_shlibload.t: Skip when address sanitizer enabledRichard Levitte
2020-10-30test/recipes/15-test_gendh.t: don't try DER paramsRichard Levitte
2020-10-22Constify OSSL_FUNC_keymgmt_has()Nicola Tuveri
2020-10-21Unexport internal MSBLOB and PVK functionsRichard Levitte
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell
2020-10-19TEST: fix the DH tests to reproduce the priv_len settingsRichard Levitte
2020-10-16TEST: modify tconversion.pl for forensicsRichard Levitte
2020-10-15Update copyright yearMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-14[test][tls-provider] Implement KEM algorithmNicola Tuveri
2020-10-14Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri
2020-10-14[test][tls-provider] Add 2nd pluggable tls group for KEMNicola Tuveri
2020-10-14[test][sslapitest] Add test for pluggable KEM groupNicola Tuveri
2020-10-14[test][tls-provider] Group xor_group properties in a structNicola Tuveri
2020-10-12Make TAP::Harness and TAP::Parser optional.Rainer Jung
2020-10-12coverity 1403324 negative array index: check for finding an unknown value and...Pauli
2020-10-12coverity 1414446 out-of-bounds access: allocate \0 terminator byte to be safePauli
2020-10-09Disabled symbol_presence test on NonStop due to different nm format.Randall S. Becker
2020-10-08Set mark and pop error in d2i_PrivateKey_exDaniel Bevenius
2020-10-08Tests for processing zero-length content in SMIME formatDmitry Belyavskiy
2020-10-08Add a test for encoding and decoding of parameters filesMatt Caswell
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli
2020-10-06Move CMP CLI test output files to BLDTOP/test-runs/test_cmp_cli/Dr. David von Oheimb
2020-10-06ffc: add _ossl to exported but internal functionsPauli
2020-10-05Some OIDs used in Russian X.509 certificates.Dmitry Belyavskiy
2020-10-04DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-10-01der: _ossl prefix DER functionsPauli
2020-09-30Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.Dr. David von Oheimb
2020-09-3025-test_x509.t: Add test for suitable error report loading unsupported sm2 certDr. David von Oheimb
2020-09-2830-test_evp.t: On no-dh, no-dsa, no-ec, no-sm2, and no-gost configurations di...Dr. David von Oheimb
2020-09-26Implement treatment of id-pkix-ocsp-no-check extension for OCSP_basic_verify()Dr. David von Oheimb