aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-04-08d2i_PrivateKey{,_ex}() and PEM_X509_INFO_read_bio_ex(): Fix handling of RSA/D...Dr. David von Oheimb3-15/+146
2021-04-08Update copyright yearMatt Caswell37-37/+37
2021-04-08test: add extra secure memory test case.Pauli1-10/+36
2021-04-08test: fix problem with threads test using default library context.Pauli1-1/+35
2021-04-08test: fix coverity 1473234 & 1473239: argument cannot be negativePauli1-2/+2
2021-04-07test/recipes/02-test_errstr.t: Do not test negative system error codesRichard Levitte1-0/+4
2021-04-07test: fix coverity 1475940: negative returnPauli1-2/+2
2021-04-07test: fix coverity 1475941: resource leakPauli1-2/+5
2021-04-07Fix potential double free in sslapitest.cNan Xiao1-1/+3
2021-04-01Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis2-57/+61
2021-03-31OSSL_parse_url(): Improve handling of IPv6 addressesDr. David von Oheimb1-1/+1
2021-03-3180-test_cmp_http.t: Add diagnostic info on starting/stopping mock serverDr. David von Oheimb1-1/+6
2021-03-30Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITSMatt Caswell1-1/+1
2021-03-30Merge OFB encrypt and decrypt test vectors.David Benjamin1-102/+3
2021-03-30test: fix coverity 1474468: resource leakPauli1-8/+6
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz5-274/+483
2021-03-28test: add test case for X508_PUBKEY_dup() functionPauli1-18/+58
2021-03-28Disable cmp_http test on AIXShane Lontis1-2/+2
2021-03-27TEST: Cleanup test recipesRichard Levitte70-15/+19
2021-03-26Make the SM2 group the default group for the SM2 algorithmTomas Mraz1-0/+9
2021-03-26Remove the external BoringSSL testTomas Mraz14-2855/+59
2021-03-26test: fix coverity 1473609 & 1473610: unchecked return valuesPauli1-4/+4
2021-03-26test: fix coverity 1451550: unchecked return valuePauli1-18/+26
2021-03-26test: fix coverity 1429210: unchecked return valuePauli1-1/+2
2021-03-26test: fix coverity 1416888: unchecked return valuePauli1-21/+12
2021-03-26test: fix coverity 1414451: unchecked return valuePauli1-6/+15
2021-03-26test: fix coverity 1338157: unchecked return valuePauli1-2/+2
2021-03-25EVP_PKCS82PKEY: Create provided keys if possibleTomas Mraz1-0/+2
2021-03-25Add a test for CVE-2021-3449Matt Caswell1-1/+35
2021-03-24test: fix coverity 1451534: improper use of negative valuePauli1-2/+2
2021-03-24test: fix coverity 1469427: impropery use of negative valuePauli1-2/+3
2021-03-24test: fix coverity 1454812: improper use of negative valuePauli1-2/+2
2021-03-24test: fix coverity 1451574: improper use of negative valuePauli1-1/+2
2021-03-24test: fix coverity 1371689 & 1371690: improper use of negative valuesPauli1-1/+5
2021-03-23endecode_test: Add file and line arguments to test callbacksJon Spillett1-104/+133
2021-03-22Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov1-1/+94
2021-03-22Fix DER reading from stdin for BIO_f_readbufferShane Lontis3-1/+166
2021-03-20sslapitest: fix problem in cleanup on failure pathPauli1-4/+8
2021-03-20test: coverity 1469426 - dereference after null checkPauli1-1/+1
2021-03-20test: coverity 1455749 - dereference after null checkPauli1-3/+4
2021-03-20test: coverity 1455747 - dereference after null checkPauli1-3/+4
2021-03-20test: fix coverity 1470559: resource leakPauli1-4/+8
2021-03-20test: fix coverity 1455330, 1455332, 1455334, 1455342, 1455344 : resource leakPauli1-19/+40
2021-03-20test: fix coverity 1414449 & 1414471: resource leakPauli1-0/+6
2021-03-20test: fix coverity 1414445: resource leakPauli1-29/+37
2021-03-20test: fix coverity 1454040: resource leakPauli1-3/+6
2021-03-20test: fix coverity 1451562: resource leakPauli1-4/+4
2021-03-20test: fix coverity 1451553: resource leakPauli1-1/+3
2021-03-19TEST: Clarify and adjust test/recipes/30-test_evp.tRichard Levitte1-19/+33
2021-03-19TEST: Modify test/endecode_test.c to give the decoder callback the structureRichard Levitte1-6/+9