aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* APPS and TEST: Make sure prog name is set for usage outputDr. David von Oheimb2021-04-143-8/+6
* Add domain parameter match check for DH and ECDH key exchange.Shane Lontis2021-04-144-5/+186
* Handle set_alpn_protos inputs better.Todd Short2021-04-132-3/+81
* Add FIPS Self test for AES_ECB decryptShane Lontis2021-04-131-1/+15
* Remove the function EVP_PKEY_set_alias_typeMatt Caswell2021-04-121-12/+0
* Only enable KTLS if it is explicitly configuredMatt Caswell2021-04-121-47/+40
* Always reset IV for CBC, OFB, and CFB mode on cipher context reinitTomas Mraz2021-04-121-12/+39
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-128-33/+33
* Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis2021-04-122-31/+251
* kmac: add long customisation string examplePauli2021-04-121-0/+19
* apps: fix warning about size_t / int conversionArmin Fuerst2021-04-091-1/+1
* Inherit hostflags verify params even without hostsChristian Heimes2021-04-091-0/+43
* PEM_X509_INFO_read_bio_ex(): Generalize to allow parsing any type of private keyDr. David von Oheimb2021-04-082-1/+33
* d2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex(): Fix handling of RSA/D...Dr. David von Oheimb2021-04-083-15/+146
* Update copyright yearMatt Caswell2021-04-0837-37/+37
* test: add extra secure memory test case.Pauli2021-04-081-10/+36
* test: fix problem with threads test using default library context.Pauli2021-04-081-1/+35
* test: fix coverity 1473234 & 1473239: argument cannot be negativePauli2021-04-081-2/+2
* test/recipes/02-test_errstr.t: Do not test negative system error codesRichard Levitte2021-04-071-0/+4
* test: fix coverity 1475940: negative returnPauli2021-04-071-2/+2
* test: fix coverity 1475941: resource leakPauli2021-04-071-2/+5
* Fix potential double free in sslapitest.cNan Xiao2021-04-071-1/+3
* Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis2021-04-012-57/+61
* OSSL_parse_url(): Improve handling of IPv6 addressesDr. David von Oheimb2021-03-311-1/+1
* 80-test_cmp_http.t: Add diagnostic info on starting/stopping mock serverDr. David von Oheimb2021-03-311-1/+6
* Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell2021-03-301-1/+1
* Merge OFB encrypt and decrypt test vectors.David Benjamin2021-03-301-102/+3
* test: fix coverity 1474468: resource leakPauli2021-03-301-8/+6
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-285-274/+483
* test: add test case for X508_PUBKEY_dup() functionPauli2021-03-281-18/+58
* Disable cmp_http test on AIXShane Lontis2021-03-281-2/+2
* TEST: Cleanup test recipesRichard Levitte2021-03-2770-15/+19
* Make the SM2 group the default group for the SM2 algorithmTomas Mraz2021-03-261-0/+9
* Remove the external BoringSSL testTomas Mraz2021-03-2614-2855/+59
* test: fix coverity 1473609 & 1473610: unchecked return valuesPauli2021-03-261-4/+4
* test: fix coverity 1451550: unchecked return valuePauli2021-03-261-18/+26
* test: fix coverity 1429210: unchecked return valuePauli2021-03-261-1/+2
* test: fix coverity 1416888: unchecked return valuePauli2021-03-261-21/+12
* test: fix coverity 1414451: unchecked return valuePauli2021-03-261-6/+15
* test: fix coverity 1338157: unchecked return valuePauli2021-03-261-2/+2
* EVP_PKCS82PKEY: Create provided keys if possibleTomas Mraz2021-03-251-0/+2
* Add a test for CVE-2021-3449Matt Caswell2021-03-251-1/+35
* test: fix coverity 1451534: improper use of negative valuePauli2021-03-241-2/+2
* test: fix coverity 1469427: impropery use of negative valuePauli2021-03-241-2/+3
* test: fix coverity 1454812: improper use of negative valuePauli2021-03-241-2/+2
* test: fix coverity 1451574: improper use of negative valuePauli2021-03-241-1/+2
* test: fix coverity 1371689 & 1371690: improper use of negative valuesPauli2021-03-241-1/+5
* endecode_test: Add file and line arguments to test callbacksJon Spillett2021-03-231-104/+133
* Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov2021-03-221-1/+94
* Fix DER reading from stdin for BIO_f_readbufferShane Lontis2021-03-223-1/+166