aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2019-09-09Check the DH modulus bit lengthBernd Edlinger1-3/+13
2019-09-09Uniform TEST_*() check usage in test/ectest.cNicola Tuveri1-13/+13
2019-09-09Fix spacing nit in test/ectest.cNicola Tuveri1-1/+1
2019-09-09[ec] Match built-in curves on EC_GROUP_new_from_ecparametersNicola Tuveri1-0/+267
2019-09-07[test] computing ECC cofactors: regression testBilly Brumley1-5/+5
2019-09-06Lowercase command line 'N' argument since params have lower case namesPauli1-1/+1
2019-09-06More KDF cleanupRichard Levitte1-12/+31
2019-09-06Update EVP test data for KDFs and PRFs.Pauli1-13/+13
2019-09-06Test updates in light of the KDF switchoverPauli2-148/+224
2019-09-06Teach TLSProxy how to parse CertificateRequest messagesMatt Caswell3-19/+131
2019-09-05[test] computing ECC cofactors: regression testBilly Brumley1-3/+86
2019-09-05Change provider params from int to size_tShane Lontis1-3/+4
2019-09-04Move libapps.a source to apps/libRichard Levitte1-7/+8
2019-09-04OSSL_PARAM_construct_utf8_string computes the string length.Pauli1-4/+2
2019-09-04New function EVP_CIPHER_free()Richard Levitte1-5/+5
2019-09-04New function EVP_MD_free()Richard Levitte1-5/+5
2019-09-03test/errtest.c: more conditions for checking __FILE__ and __LINE__Richard Levitte1-5/+9
2019-09-01Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger1-5/+1
2019-08-29Fix no-ecMatt Caswell1-2/+2
2019-08-28openssl provider: New sub-command, for provider discoveryRichard Levitte1-0/+47
2019-08-27Coverty fixes for MACsRichard Levitte1-3/+5
2019-08-27testing: set OPENSSL_MODULES to the providers directory by defaultRichard Levitte5-9/+0
2019-08-26Cleanup ciphers and Add 3des ciphers.Shane Lontis1-0/+10
2019-08-24Get rid of the diversity of names for MAC parametersRichard Levitte2-21/+39
2019-08-24Add app for fips installationShane Lontis1-0/+73
2019-08-23test/evp_test.c: distinguish parsing errors from processing errorsRichard Levitte1-7/+7
2019-08-22Support parsing of SM2 ID in hexdecimalPaul Yang1-2/+13
2019-08-22Add basic aria and camellia ciphers modes to default providerShane Lontis1-0/+108
2019-08-22Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for itRichard Levitte1-5/+8
2019-08-22Modify ossl_method_store_add() to handle reference countingRichard Levitte1-3/+3
2019-08-20Add aes_ccm to providerShane Lontis1-0/+6
2019-08-19Use macros internally for algorithm namesRichard Levitte1-2/+5
2019-08-19cipher cleanups.Shane Lontis1-0/+166
2019-08-18Fix --strict-warnings buildPatrick Steuer1-1/+1
2019-08-18Test for out-of-bounds write when requesting zero bytes from shakePatrick Steuer1-0/+22
2019-08-15Adapt the MAC tests, and tests for other things that use EVP_MACRichard Levitte3-96/+79
2019-08-15Test SSL_set_ciphersuitesraja-ashok2-64/+198
2019-08-15Rename provider and core get_param_types functionsRichard Levitte1-6/+6
2019-08-1330-test_evp.t: make the tested configs depend on what's been builtRichard Levitte1-2/+9
2019-08-09Extend tests of SSL_check_chain()Matt Caswell5-41/+106
2019-08-09Fix test_key_exchange with no_tlsv1_2Matt Caswell1-4/+8
2019-08-09Fix test_sslextension if TLSv1.2 has been disabledMatt Caswell1-1/+1
2019-08-09Add TLS tests for RSA-PSS Restricted certificatesMatt Caswell2-262/+464
2019-08-09Add Restricted PSS certificate and keyMatt Caswell4-0/+85
2019-08-08Fix no-filenamesMatt Caswell1-3/+8
2019-08-07Run evp_test in FIPS modeMatt Caswell3-8/+117
2019-08-07GCM cipher in provider now fails if passed bad keylengthShane Lontis1-0/+15
2019-08-06Test SSL_get_negotiated_group() APIraja-ashok1-15/+62
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell2-31/+31
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz1-2/+3