aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* 30-test_evp.t: On no-dh, no-dsa, no-ec, no-sm2, and no-gost configurations di...Dr. David von Oheimb2020-09-281-9/+16
* Implement treatment of id-pkix-ocsp-no-check extension for OCSP_basic_verify()Dr. David von Oheimb2020-09-265-2/+77
* Generate a certificate with critical id-pkix-ocsp-nocheck extensionTomas Mraz2020-09-262-1/+38
* en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM managementjwalch2020-09-261-1/+1
* Remove openssl provider appShane Lontis2020-09-261-62/+0
* Update openssl list to support new provider objects.Shane Lontis2020-09-261-4/+17
* Extend the SM2 asym cipher testMatt Caswell2020-09-251-18/+50
* Clean up some SM2 related TODOs in the testsMatt Caswell2020-09-253-28/+7
* Build: Make NonStop shared libraries only export selected symbolsRichard Levitte2020-09-251-2/+0
* TEST: Remove use of EVP_PKEY_set_alias_type() in test/evp_extra_test.cRichard Levitte2020-09-251-14/+1
* Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb2020-09-241-1/+25
* ACVP: add test case for DRBGPauli2020-09-242-0/+135
* Fix ecx so that is uses a settable propertyqueryShane Lontis2020-09-231-11/+11
* rand: add a test case for configuration based randomPauli2020-09-231-0/+103
* Add SM2 signature algorithm to default providerPaul Yang2020-09-221-32/+29
* Add SM2 key managementPaul Yang2020-09-221-0/+14
* Correct certificate and key names for explicit ec param testTomas Mraz2020-09-211-2/+4
* TEST: Adapt applicable tests to the changed OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-09-202-98/+193
* Add a copy of OSSL_SELF_TEST_get_callback() to the fips module.Shane Lontis2020-09-192-9/+52
* Add KEM (Key encapsulation mechanism) support to providersShane Lontis2020-09-191-0/+181
* Make sure we properly test for EdDSA with alg idsMatt Caswell2020-09-181-6/+6
* Add option to fipsinstall to disable fips security checks at run time.Shane Lontis2020-09-182-5/+37
* Add 'fips-securitychecks' option and plumb this into the actual fips checksShane Lontis2020-09-188-1728/+2156
* Add fips checks for ecdh key agreementShane Lontis2020-09-183-191/+197
* Add fips checks for rsa encryptionShane Lontis2020-09-182-2/+44
* Add fips checks for ecdsa signaturesShane Lontis2020-09-184-124/+208
* Add fips checks for dsa signaturesShane Lontis2020-09-181-0/+190
* Add fips checks for rsa signatures.Shane Lontis2020-09-184-1087/+1336