summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2019-05-08Allow specifying the tag after AAD in CCM modeTobias Nießen
2019-05-07ssl: Add SSL_sendfileBoris Pismenny
2019-05-03Change the digest string from "md" to "digest"Simo Sorce
2019-05-03Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis
2019-05-02Instead of global data store it in an OPENSSL_CTXMatt Caswell
2019-05-02Test: use keywords instead of magic numbers for 'rsa_pss_saltlen'Dr. Matthias St. Pierre
2019-05-01p_get_params() [test/p_test.c]: clear the OSSL_PARAM buffers for every testRichard Levitte
2019-04-30Replumbing: give the possibility for the provider to create a contextRichard Levitte
2019-04-30Squashed commit of the following:Pauli
2019-04-29Collapse ssl3_state_st (s3) into ssl_stTodd Short
2019-04-26Copy RSA-PSS saltlen in EVP_PKEY_CTX_dup.David Benjamin
2019-04-25Statistically test BN_rand_range().Pauli
2019-04-24Added app for EVP_KDFShane Lontis
2019-04-23Fix no-ec2mMatt Caswell
2019-04-19Add some more test vectors for ChaCha20Matt Caswell
2019-04-18Add SSHKDF in evp_kdf_testSimo Sorce
2019-04-16Add test for the BIO_s_mem rdwr->rdonly->rdwr use-caseTomas Mraz
2019-04-16Add testing of RDONLY memory BIOsTomas Mraz
2019-04-16Add test for the BIO_get_mem_ptr() regressionBernd Edlinger
2019-04-12Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt()Matt Caswell
2019-04-12Add prediction resistance capability to the DRBG reseeding process.Pauli
2019-04-11ec key validation checks updatedShane Lontis
2019-04-11doc fixupsShane Lontis
2019-04-11Separate the lookup testNicola Tuveri
2019-04-11EC_GROUP_set_curve() might fail for arbitrary paramsNicola Tuveri
2019-04-11added code to validate EC named curve parametersShane Lontis
2019-04-11Reseeding without derivation function is not supported in FIPS mode.Pauli
2019-04-10Avoid creating invalid rsa pss paramsBernd Edlinger
2019-04-09Make X509_set_sm2_id consistent with other settersPaul Yang
2019-04-09test/params_test.c : Adjust tests to check utf8_ptr sizesRichard Levitte
2019-04-09Params API: {utf8,octet}_ptr need to know the data sizeRichard Levitte
2019-04-09Add a legacy provider and put MD2 in itMatt Caswell
2019-04-09Params: add OSSL_PARAM_construct_end()Richard Levitte
2019-04-08Avoid alignment problems in params API.Pauli
2019-04-06Fix big endian param API tests.Pauli
2019-04-05Move the AES-XTS mode duplicated key check into the init_key function ratherPauli
2019-04-04Test that we can use the FIPS providerMatt Caswell
2019-04-04Skip the correct number of tests if SM2 is disabledMatt Caswell
2019-04-04For provider tests, don't define a OPENSSL_NO_ macroRichard Levitte
2019-04-03Add a test for EVP_MD_block_size()Matt Caswell
2019-04-03Add an EVP_MD_CTX_md() testMatt Caswell
2019-04-03replaced snprintf with BIO version (for windows builds)Richard Levitte
2019-04-03Add test for the provider configuration moduleRichard Levitte
2019-04-02Correct the checks of module availability in provider test programsRichard Levitte
2019-04-02Configuration / build: make it possible to disable building of modulesRichard Levitte
2019-04-01sslapitest: add test ktls RxBoris Pismenny
2019-03-30fixed public range check in ec_GF2m_simple_oct2pointShane Lontis
2019-03-30issue-8493: Fix for filenames with newlines using openssl dgstPauli
2019-03-30Add test cases for SM2 cert verificationPaul Yang
2019-03-29Correctly initialise PACKET to zero in the tests to avoid possible problemsPauli