summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add a test case for rsaz_512_sqr overflow handlingBernd Edlinger2019-12-061-0/+284
* Deprecate the AES_ige_*() functionsMatt Caswell2019-12-041-0/+3
* add X509_cmp_timeframe() including its documentationDr. David von Oheimb2019-12-041-0/+51
* Fix typos in fipsinstall testDr. Matthias St. Pierre2019-12-013-13/+13
* TEST: add tests of text and PEM printout of a provider made keyRichard Levitte2019-11-294-92/+201
* CORE: ossl_namemap_add_names(): new function to add multiple namesRichard Levitte2019-11-291-8/+8
* Add a test for NULL chunks in encrypt/decryptMatt Caswell2019-11-291-0/+69
* test/cipher_overhead_test.c: build unconditionallyRichard Levitte2019-11-272-9/+6
* Remove RANDFILE settings from configuration filesDr. Matthias St. Pierre2019-11-2416-43/+0
* Allow specifying the tag after AAD in CCM mode (2)Patrick Steuer2019-11-201-0/+11
* Add test for non-default sized keys in variable key size ciphersMatt Caswell2019-11-194-0/+96
* Properties: make query cache reference count aware.Pauli2019-11-181-5/+16
* Fix Use after free when copying cipher ctxShane Lontis2019-11-181-10/+24
* Make sure we free the CONF structure allocated by confdumpMatt Caswell2019-11-151-5/+6
* testutil/init.c rename to testutil/testutil_init.cPatrick Steuer2019-11-142-1/+1
* CORE & PROV: make export of key data leaner through callbackRichard Levitte2019-11-141-20/+82
* Fix no-cmac and no-camelliaMatt Caswell2019-11-141-0/+4
* Add self-test for EC_POINT_hex2pointNicola Tuveri2019-11-131-0/+101
* Add more tests for apps/reqNicola Tuveri2019-11-131-24/+88
* Add a tester of OpenSSL config files and test the current .pragmaRichard Levitte2019-11-127-0/+130
* Fix no-dsaMatt Caswell2019-11-111-1/+9
* RSA generation: Use more bits of 1/sqrt(2)Kurt Roeckx2019-11-091-0/+2
* Add ssl_ctx_test to test suite.Rich Salz2019-11-082-1/+17
* Add AES SIV ciphers to default providerShane Lontis2019-11-081-2/+4
* Add a test for EVP_PKEY_keymake() and EVP_PKEY_make()Richard Levitte2019-11-073-1/+106
* Update source files for deprecation at 3.0Richard Levitte2019-11-073-7/+7
* Test EVP_get_[digest|cipher]byname() use the namemapMatt Caswell2019-11-061-0/+56
* test/recipes/02-test_ordinals.t: Take '?' and '?+' into accountRichard Levitte2019-11-051-2/+5
* Minimal adaptation of tests back to how it was beforeRichard Levitte2019-11-051-5/+2
* Add self-generated test vector for x448 non-canonical valuesPatrick Steuer2019-11-051-0/+7
* Adapt two test programs that were using now deprecated functionsRichard Levitte2019-11-032-7/+10
* Add a basic test of -CAstoreRichard Levitte2019-11-031-0/+118
* test/params_api_test.c: Correct the checks of OSSL_PARAM_set_BN()Richard Levitte2019-11-031-1/+1
* test/build.info: add missing inclusion for ssl_ctx_testRichard Levitte2019-11-031-1/+1
* Add test cases for min/max protocol APIChristian Heimes2019-11-022-1/+81
* chunk 5 of CMP contribution to OpenSSLDr. David von Oheimb2019-10-297-15/+637
* Strip BOM on loading PEM filesDmitry Belyavskiy2019-10-252-0/+29
* 20-test_enc_more.t: Replace deprecated -ciphers option with -listTomas Mraz2019-10-241-2/+2
* Document "get/set-app-data" macros.Rich Salz2019-10-231-1/+1
* Add KRB5KDF from RFC 3961Simo Sorce2019-10-233-0/+167
* Replace BUF_ string function calls with OPENSSL_ onesRich Salz2019-10-172-3/+3
* test/keymgmt_internal_test.c: New test of keymgmt internalsRichard Levitte2019-10-173-1/+222
* Added internal functions for easy getting and setting all RSA parameters.Richard Levitte2019-10-172-114/+178
* Add GCD testing infrastructure.Cesar Pereida Garcia2019-10-173-3/+17235
* Don't abuse the API when that's not what is testedRichard Levitte2019-10-171-6/+11
* EVP: add name traversal functions to all fetchable typesRichard Levitte2019-10-171-2/+5
* [KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood2019-10-171-0/+127
* Add ChaCha related ciphers to default providerShane Lontis2019-10-164-188/+202
* Add BN_check_prime()Kurt Roeckx2019-10-142-9/+9
* Add a test for EVP_Digest[Sign|Verify]* with a BIO MDMatt Caswell2019-10-111-16/+134