aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Lowercase command line 'N' argument since params have lower case namesPauli2019-09-061-1/+1
* More KDF cleanupRichard Levitte2019-09-061-12/+31
* Update EVP test data for KDFs and PRFs.Pauli2019-09-061-13/+13
* Test updates in light of the KDF switchoverPauli2019-09-062-148/+224
* Teach TLSProxy how to parse CertificateRequest messagesMatt Caswell2019-09-063-19/+131
* [test] computing ECC cofactors: regression testBilly Brumley2019-09-051-3/+86
* Change provider params from int to size_tShane Lontis2019-09-051-3/+4
* Move libapps.a source to apps/libRichard Levitte2019-09-041-7/+8
* OSSL_PARAM_construct_utf8_string computes the string length.Pauli2019-09-041-4/+2
* New function EVP_CIPHER_free()Richard Levitte2019-09-041-5/+5
* New function EVP_MD_free()Richard Levitte2019-09-041-5/+5
* test/errtest.c: more conditions for checking __FILE__ and __LINE__Richard Levitte2019-09-031-5/+9
* Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger2019-09-011-5/+1
* Fix no-ecMatt Caswell2019-08-291-2/+2
* openssl provider: New sub-command, for provider discoveryRichard Levitte2019-08-281-0/+47
* Coverty fixes for MACsRichard Levitte2019-08-271-3/+5
* testing: set OPENSSL_MODULES to the providers directory by defaultRichard Levitte2019-08-275-9/+0
* Cleanup ciphers and Add 3des ciphers.Shane Lontis2019-08-261-0/+10
* Get rid of the diversity of names for MAC parametersRichard Levitte2019-08-242-21/+39
* Add app for fips installationShane Lontis2019-08-241-0/+73
* test/evp_test.c: distinguish parsing errors from processing errorsRichard Levitte2019-08-231-7/+7
* Support parsing of SM2 ID in hexdecimalPaul Yang2019-08-221-2/+13
* Add basic aria and camellia ciphers modes to default providerShane Lontis2019-08-221-0/+108
* Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for itRichard Levitte2019-08-221-5/+8
* Modify ossl_method_store_add() to handle reference countingRichard Levitte2019-08-221-3/+3
* Add aes_ccm to providerShane Lontis2019-08-201-0/+6
* Use macros internally for algorithm namesRichard Levitte2019-08-191-2/+5
* cipher cleanups.Shane Lontis2019-08-191-0/+166
* Fix --strict-warnings buildPatrick Steuer2019-08-181-1/+1
* Test for out-of-bounds write when requesting zero bytes from shakePatrick Steuer2019-08-181-0/+22
* Adapt the MAC tests, and tests for other things that use EVP_MACRichard Levitte2019-08-153-96/+79
* Test SSL_set_ciphersuitesraja-ashok2019-08-152-64/+198
* Rename provider and core get_param_types functionsRichard Levitte2019-08-151-6/+6
* 30-test_evp.t: make the tested configs depend on what's been builtRichard Levitte2019-08-131-2/+9
* Extend tests of SSL_check_chain()Matt Caswell2019-08-095-41/+106
* Fix test_key_exchange with no_tlsv1_2Matt Caswell2019-08-091-4/+8
* Fix test_sslextension if TLSv1.2 has been disabledMatt Caswell2019-08-091-1/+1
* Add TLS tests for RSA-PSS Restricted certificatesMatt Caswell2019-08-092-262/+464
* Add Restricted PSS certificate and keyMatt Caswell2019-08-094-0/+85
* Fix no-filenamesMatt Caswell2019-08-081-3/+8
* Run evp_test in FIPS modeMatt Caswell2019-08-073-8/+117
* GCM cipher in provider now fails if passed bad keylengthShane Lontis2019-08-071-0/+15
* Test SSL_get_negotiated_group() APIraja-ashok2019-08-061-15/+62
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-062-31/+31
* Replace FUNCerr with ERR_raise_dataRich Salz2019-08-021-2/+3
* Fix the krb5 external testMatt Caswell2019-08-011-1/+4
* Load the config file by defaultMatt Caswell2019-08-011-4/+3
* Suppress loading the FIPS module in evp_testMatt Caswell2019-08-011-1/+4
* Properly process the "Availablein" keyword for evp_testMatt Caswell2019-08-011-2/+1
* Temporary workaround for ectest.c for [extended tests]Nicola Tuveri2019-07-311-1/+1