summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix dsa securitycheck for fips.Shane Lontis2020-11-162-9/+7
* test/endecoder_legacy_test.c: new test for legacy comparisonRichard Levitte2020-11-153-0/+724
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-133-7/+7
* [test/recipes] Split test_fuzz into separate recipesNicola Tuveri2020-11-1215-54/+284
* Optimize AES-XTS mode in OpenSSL for aarch64XiaokangQian2020-11-121-0/+38
* apps/passwd: remove the -crypt option.Pauli2020-11-111-7/+1
* rsa_test: add return value checkPauli2020-11-111-11/+13
* test/recipes/30-test_evp_libctx.t: use fips-and-base.cnfRichard Levitte2020-11-111-1/+1
* test/evp_libctx_test.c: use OSSL_ENCODER instead of i2d_PublicKey()Richard Levitte2020-11-111-2/+11
* test/endecode_test.c: Update to specify output structuresRichard Levitte2020-11-112-85/+75
* SSL: refactor all SSLfatal() callsRichard Levitte2020-11-111-2/+1
* TEST: Adapt test/endecoder_test.cRichard Levitte2020-11-111-0/+2
* 25-test_x509.t: Re-add and improve a test on non-existence of ASN.1 parse errorsDr. David von Oheimb2020-11-111-2/+6
* Add support for making all of KBKDF FixedInput fields optional.Shane Lontis2020-11-111-1/+66
* Remove test that breaks on AIX.Shane Lontis2020-11-081-3/+1
* test/evp_extra_test.c: Modify to reflect provider support in test_EVP_PKEY_checkRichard Levitte2020-11-071-2/+2
* Fix test/recipes/80-test_ca.t to skip_all properly in a subtestRichard Levitte2020-11-071-9/+11
* Update copyright yearMatt Caswell2020-11-052-2/+2
* Add more diagnostics to ossl_shimBenjamin Kaduk2020-11-021-0/+5
* Add AES KW inverse ciphers to the EVP layerShane Lontis2020-11-023-52/+166
* test/recipes/90-test_shlibload.t: Skip when address sanitizer enabledRichard Levitte2020-11-011-0/+1
* test/recipes/15-test_gendh.t: don't try DER paramsRichard Levitte2020-10-301-15/+5
* Constify OSSL_FUNC_keymgmt_has()Nicola Tuveri2020-10-221-2/+2
* Unexport internal MSBLOB and PVK functionsRichard Levitte2020-10-211-1/+1
* Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell2020-10-201-4/+5
* TEST: fix the DH tests to reproduce the priv_len settingsRichard Levitte2020-10-191-0/+6
* TEST: modify tconversion.pl for forensicsRichard Levitte2020-10-169-47/+88
* Update copyright yearMatt Caswell2020-10-1526-26/+26
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-1530-131/+132
* [test][tls-provider] Implement KEM algorithmNicola Tuveri2020-10-141-22/+181
* Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri2020-10-141-2/+7
* [test][tls-provider] Add 2nd pluggable tls group for KEMNicola Tuveri2020-10-141-3/+47
* [test][sslapitest] Add test for pluggable KEM groupNicola Tuveri2020-10-141-6/+7
* [test][tls-provider] Group xor_group properties in a structNicola Tuveri2020-10-141-26/+52
* Make TAP::Harness and TAP::Parser optional.Rainer Jung2020-10-121-2/+4
* coverity 1403324 negative array index: check for finding an unknown value and...Pauli2020-10-121-2/+23
* coverity 1414446 out-of-bounds access: allocate \0 terminator byte to be safePauli2020-10-121-2/+2
* Disabled symbol_presence test on NonStop due to different nm format.Randall S. Becker2020-10-091-0/+1
* Set mark and pop error in d2i_PrivateKey_exDaniel Bevenius2020-10-081-0/+23
* Tests for processing zero-length content in SMIME formatDmitry Belyavskiy2020-10-082-0/+17
* Add a test for encoding and decoding of parameters filesMatt Caswell2020-10-081-32/+167
* rsa: add ossl_ prefix to internal rsa_ calls.Pauli2020-10-072-67/+66
* Move CMP CLI test output files to BLDTOP/test-runs/test_cmp_cli/Dr. David von Oheimb2020-10-065-129/+140
* ffc: add _ossl to exported but internal functionsPauli2020-10-061-119/+120
* Some OIDs used in Russian X.509 certificates.Dmitry Belyavskiy2020-10-052-4/+4
* DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-10-041-1/+1
* Run the withlibctx.pl scriptMatt Caswell2020-10-0114-85/+76
* der: _ossl prefix DER functionsPauli2020-10-011-9/+9
* Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.Dr. David von Oheimb2020-09-302-1/+57
* 25-test_x509.t: Add test for suitable error report loading unsupported sm2 certDr. David von Oheimb2020-09-301-4/+11