index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ectest.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
2021-04-12
1
-3
/
+3
*
Simplify the EVP_PKEY_XXX_fromdata_XX methods.
Shane Lontis
2021-02-08
1
-5
/
+8
*
Disable the test-ec completely when building with no-ec
Tomas Mraz
2021-01-26
1
-58
/
+51
*
Deprecate EC_KEY + Update ec apps to use EVP_PKEY
Shane Lontis
2021-01-26
1
-6
/
+3
*
Add Explicit EC parameter support to providers.
Shane Lontis
2020-08-22
1
-1
/
+223
*
[test][ectest] Minor touches to custom_generator_test
Nicola Tuveri
2020-07-29
1
-4
/
+2
*
[test] Vertically test explicit EC params API patterns
Nicola Tuveri
2020-07-29
1
-1
/
+280
*
[test] ectest: check custom generators
Billy Brumley
2020-07-12
1
-0
/
+84
*
Move EC_METHOD to internal-only
Billy Brumley
2020-06-02
1
-83
/
+31
*
deprecate EC precomputation functionality
Billy Brumley
2020-05-19
1
-9
/
+10
*
deprecate EC_POINTs_mul function
Billy Brumley
2020-05-16
1
-10
/
+26
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
[crypto/ec] deprecate Jprojective_coordinates_GFp functions
Billy Brumley
2020-04-22
1
-79
/
+0
*
Add self-test for EC_POINT_hex2point
Nicola Tuveri
2019-11-13
1
-0
/
+101
*
Add BN_check_prime()
Kurt Roeckx
2019-10-14
1
-7
/
+7
*
[test] ECC: check the bounds for auto computing cofactor
Billy Brumley
2019-09-09
1
-0
/
+91
*
Uniform TEST_*() check usage in test/ectest.c
Nicola Tuveri
2019-09-09
1
-13
/
+13
*
Fix spacing nit in test/ectest.c
Nicola Tuveri
2019-09-09
1
-1
/
+1
*
[ec] Match built-in curves on EC_GROUP_new_from_ecparameters
Nicola Tuveri
2019-09-09
1
-0
/
+267
*
[test] computing ECC cofactors: regression test
Billy Brumley
2019-09-07
1
-5
/
+5
*
[test] computing ECC cofactors: regression test
Billy Brumley
2019-09-05
1
-3
/
+86
*
Make the EC code available from inside the FIPS provider
Matt Caswell
2019-08-06
1
-19
/
+19
*
Temporary workaround for ectest.c for [extended tests]
Nicola Tuveri
2019-07-31
1
-1
/
+1
*
EC only uses approved curves in FIPS mode.
Shane Lontis
2019-06-25
1
-1
/
+1
*
Fix no-ec2m
Matt Caswell
2019-04-23
1
-1
/
+4
*
ec key validation checks updated
Shane Lontis
2019-04-11
1
-2
/
+55
*
doc fixups
Shane Lontis
2019-04-11
1
-3
/
+3
*
Separate the lookup test
Nicola Tuveri
2019-04-11
1
-33
/
+84
*
EC_GROUP_set_curve() might fail for arbitrary params
Nicola Tuveri
2019-04-11
1
-10
/
+40
*
added code to validate EC named curve parameters
Shane Lontis
2019-04-11
1
-0
/
+178
*
Fix memory leak in ectest
Nicola Tuveri
2019-03-13
1
-0
/
+1
*
Add a test for underflow in ecp_nistp521.c
Matt Caswell
2019-03-07
1
-0
/
+69
*
Add EC_GROUP_get0_field
David Asraf
2019-02-15
1
-0
/
+38
*
Following the license change, modify the boilerplates in test/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Use the new non-curve type specific EC functions internally
Matt Caswell
2018-07-31
1
-72
/
+59
*
[test] test some important ladder corner cases
Billy Brumley
2018-07-16
1
-1
/
+12
*
enable-ec_nistp_64_gcc_128: Fix function prototype warning [-Wstrict-prototypes]
Nicola Tuveri
2018-06-22
1
-1
/
+1
*
Fix explicit EC curve encoding.
David Benjamin
2018-05-23
1
-5
/
+76
*
Fix a bug in ecp_nistp224.c.
David Benjamin
2018-04-03
1
-0
/
+9
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Update tests for TLS Ed448
Matt Caswell
2018-03-05
1
-6
/
+0
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
1
-6
/
+6
*
MSC_VER <= 1200 isn't supported; remove dead code
Rich Salz
2017-08-27
1
-5
/
+0
*
Use "" not <> for internal/ includes
Rich Salz
2017-08-22
1
-1
/
+1
*
Remove tests dependence on e_os.h
Pauli
2017-08-18
1
-1
/
+1
*
Fix no-ec
Dr. Stephen Henson
2017-08-10
1
-0
/
+2
*
Switch from ossl_rand to DRBG rand
Rich Salz
2017-08-03
1
-5
/
+0
*
Update the test framework so that the need for test_main is removed. Everything
Pauli
2017-07-26
1
-7
/
+7
*
BN_pseudo_rand is really BN_rand
Rich Salz
2017-07-04
1
-4
/
+4
*
Use randomness not entropy
Rich Salz
2017-06-27
1
-1
/
+1
[next]