aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-10-20Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell1-4/+5
2020-10-19TEST: fix the DH tests to reproduce the priv_len settingsRichard Levitte1-0/+6
2020-10-16TEST: modify tconversion.pl for forensicsRichard Levitte9-47/+88
2020-10-15Update copyright yearMatt Caswell26-26/+26
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre30-131/+132
2020-10-14[test][tls-provider] Implement KEM algorithmNicola Tuveri1-22/+181
2020-10-14Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri1-2/+7
2020-10-14[test][tls-provider] Add 2nd pluggable tls group for KEMNicola Tuveri1-3/+47
2020-10-14[test][sslapitest] Add test for pluggable KEM groupNicola Tuveri1-6/+7
2020-10-14[test][tls-provider] Group xor_group properties in a structNicola Tuveri1-26/+52
2020-10-12Make TAP::Harness and TAP::Parser optional.Rainer Jung1-2/+4
2020-10-12coverity 1403324 negative array index: check for finding an unknown value and...Pauli1-2/+23
2020-10-12coverity 1414446 out-of-bounds access: allocate \0 terminator byte to be safePauli1-2/+2
2020-10-09Disabled symbol_presence test on NonStop due to different nm format.Randall S. Becker1-0/+1
2020-10-08Set mark and pop error in d2i_PrivateKey_exDaniel Bevenius1-0/+23
2020-10-08Tests for processing zero-length content in SMIME formatDmitry Belyavskiy2-0/+17
2020-10-08Add a test for encoding and decoding of parameters filesMatt Caswell1-32/+167
2020-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli2-67/+66
2020-10-06Move CMP CLI test output files to BLDTOP/test-runs/test_cmp_cli/Dr. David von Oheimb5-129/+140
2020-10-06ffc: add _ossl to exported but internal functionsPauli1-119/+120
2020-10-05Some OIDs used in Russian X.509 certificates.Dmitry Belyavskiy2-4/+4
2020-10-04DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte1-1/+1
2020-10-01Run the withlibctx.pl scriptMatt Caswell14-85/+76
2020-10-01der: _ossl prefix DER functionsPauli1-9/+9
2020-09-30Prune low-level ASN.1 parse errors from error queue in der2key_decode() etc.Dr. David von Oheimb2-1/+57
2020-09-3025-test_x509.t: Add test for suitable error report loading unsupported sm2 certDr. David von Oheimb1-4/+11
2020-09-2830-test_evp.t: On no-dh, no-dsa, no-ec, no-sm2, and no-gost configurations di...Dr. David von Oheimb1-9/+16
2020-09-26Implement treatment of id-pkix-ocsp-no-check extension for OCSP_basic_verify()Dr. David von Oheimb5-2/+77
2020-09-26Generate a certificate with critical id-pkix-ocsp-nocheck extensionTomas Mraz2-1/+38
2020-09-26en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch1-1/+1
2020-09-26Remove openssl provider appShane Lontis1-62/+0
2020-09-26Update openssl list to support new provider objects.Shane Lontis1-4/+17
2020-09-25Extend the SM2 asym cipher testMatt Caswell1-18/+50
2020-09-25Clean up some SM2 related TODOs in the testsMatt Caswell3-28/+7
2020-09-25Build: Make NonStop shared libraries only export selected symbolsRichard Levitte1-2/+0
2020-09-25TEST: Remove use of EVP_PKEY_set_alias_type() in test/evp_extra_test.cRichard Levitte1-14/+1
2020-09-24Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb1-1/+25
2020-09-24ACVP: add test case for DRBGPauli2-0/+135
2020-09-23Fix ecx so that is uses a settable propertyqueryShane Lontis1-11/+11
2020-09-23rand: add a test case for configuration based randomPauli1-0/+103
2020-09-22Add SM2 signature algorithm to default providerPaul Yang1-32/+29
2020-09-22Add SM2 key managementPaul Yang1-0/+14
2020-09-21Correct certificate and key names for explicit ec param testTomas Mraz1-2/+4
2020-09-20TEST: Adapt applicable tests to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2-98/+193
2020-09-19Add a copy of OSSL_SELF_TEST_get_callback() to the fips module.Shane Lontis2-9/+52
2020-09-19Add KEM (Key encapsulation mechanism) support to providersShane Lontis1-0/+181
2020-09-18Make sure we properly test for EdDSA with alg idsMatt Caswell1-6/+6
2020-09-18Add option to fipsinstall to disable fips security checks at run time.Shane Lontis2-5/+37
2020-09-18Add 'fips-securitychecks' option and plumb this into the actual fips checksShane Lontis8-1728/+2156
2020-09-18Add fips checks for ecdh key agreementShane Lontis3-191/+197