summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* sslapitest: fix problem in cleanup on failure pathPauli2021-03-201-4/+8
* test: coverity 1469426 - dereference after null checkPauli2021-03-201-1/+1
* test: coverity 1455749 - dereference after null checkPauli2021-03-201-3/+4
* test: coverity 1455747 - dereference after null checkPauli2021-03-201-3/+4
* test: fix coverity 1470559: resource leakPauli2021-03-201-4/+8
* test: fix coverity 1455330, 1455332, 1455334, 1455342, 1455344 : resource leakPauli2021-03-201-19/+40
* test: fix coverity 1414449 & 1414471: resource leakPauli2021-03-201-0/+6
* test: fix coverity 1414445: resource leakPauli2021-03-201-29/+37
* test: fix coverity 1454040: resource leakPauli2021-03-201-3/+6
* test: fix coverity 1451562: resource leakPauli2021-03-201-4/+4
* test: fix coverity 1451553: resource leakPauli2021-03-201-1/+3
* TEST: Clarify and adjust test/recipes/30-test_evp.tRichard Levitte2021-03-191-19/+33
* TEST: Modify test/endecode_test.c to give the decoder callback the structureRichard Levitte2021-03-191-6/+9
* test: fix Coverity 1454818: use after freePauli2021-03-191-1/+3
* Fixing stack buffer overflow error caused by incorrectly sized array.Kevin Cadieux2021-03-181-2/+2