aboutsummaryrefslogtreecommitdiff
path: root/test/ectest.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-07-31Use the new non-curve type specific EC functions internallyMatt Caswell1-72/+59
2018-07-16[test] test some important ladder corner casesBilly Brumley1-1/+12
2018-06-22enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]Nicola Tuveri1-1/+1
2018-05-23Fix explicit EC curve encoding.David Benjamin1-5/+76
2018-04-03Fix a bug in ecp_nistp224.c.David Benjamin1-0/+9
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-05Update tests for TLS Ed448Matt Caswell1-6/+0
2017-12-07Consistent formatting for sizeof(foo)Rich Salz1-6/+6
2017-08-27MSC_VER <= 1200 isn't supported; remove dead codeRich Salz1-5/+0
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-08-10Fix no-ecDr. Stephen Henson1-0/+2
2017-08-03Switch from ossl_rand to DRBG randRich Salz1-5/+0
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-7/+7
2017-07-03BN_pseudo_rand is really BN_randRich Salz1-4/+4
2017-06-27Use randomness not entropyRich Salz1-1/+1
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz1-14/+1
2017-06-16Add output routines to allow consistent formatting of memory, stringsPauli1-125/+74
2017-05-09Add BN support to the test infrastructure.Pauli1-9/+9
2017-05-05Conversion of the EC tests to use the framework.Pauli1-1350/+1102
2017-03-01Remove some obsolete/obscure internal define switches:Emilia Kasper1-5/+2
2016-08-22Fix a memory leak in EC_GROUP_get_ecparameters()Kazuki Yamaguchi1-0/+29
2016-06-09RT 4242: reject invalid EC point coordinatesEmilia Kasper1-6/+90
2016-05-17Copyright consolidation 02/10Rich Salz1-53/+6
2016-02-28skip inappropriate X25519 testsDr. Stephen Henson1-0/+6
2016-02-23test/ectest.c: add regression test for RT#4284.Andy Polyakov1-0/+15
2016-02-09Clean up the tests for auto-init/de-initMatt Caswell1-7/+0
2016-02-05If memory debugging enabled return error on leaks.Dr. Stephen Henson1-1/+2
2016-01-29Add have_precompute_mult testsMatt Caswell1-0/+9
2016-01-27Test all built-in curves and let the library choose the EC_METHODBilly Brumley1-0/+14
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-11Enable/disable crypto-mdebug just like other featuresViktor Dukhovni1-1/+1
2016-01-07mem functions cleanupRich Salz1-9/+6
2015-12-19Fix URLs mangled by reformatMatt Caswell1-1/+1
2015-06-10EC_POINT_is_on_curve does not return a booleanMatt Caswell1-12/+12
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-7/+7
2015-05-04Use safer sizeof variant in mallocRich Salz1-3/+1
2015-05-04more OSSL_NELEM casesDr. Stephen Henson1-3/+1
2015-04-30free NULL cleanup 7Rich Salz1-4/+2
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-0/+1682