Rich Salz
|
176db6dc51
Use "" not <> for internal/ includes
|
7 lat temu |
Pauli
|
b99fe5f492
Remove tests dependence on e_os.h
|
7 lat temu |
Dr. Stephen Henson
|
f50b5f37a3
Fix no-ec
|
7 lat temu |
Rich Salz
|
75e2c87765
Switch from ossl_rand to DRBG rand
|
7 lat temu |
Pauli
|
ad887416f1
Update the test framework so that the need for test_main is removed. Everything
|
7 lat temu |
Rich Salz
|
5ecff87d66
BN_pseudo_rand is really BN_rand
|
7 lat temu |
Rich Salz
|
f367ac2b26
Use randomness not entropy
|
7 lat temu |
Rich Salz
|
aa8f3d76fc
Modify Sun copyright to follow OpenSSL style
|
7 lat temu |
Pauli
|
3791646202
Add output routines to allow consistent formatting of memory, strings
|
7 lat temu |
Pauli
|
dc352c1937
Add BN support to the test infrastructure.
|
7 lat temu |
Pauli
|
2db85ac97a
Conversion of the EC tests to use the framework.
|
7 lat temu |
Emilia Kasper
|
2f0ca54c32
Remove some obsolete/obscure internal define switches:
|
7 lat temu |
Kazuki Yamaguchi
|
0110a47036
Fix a memory leak in EC_GROUP_get_ecparameters()
|
8 lat temu |
Emilia Kasper
|
1e2012b7ff
RT 4242: reject invalid EC point coordinates
|
8 lat temu |
Rich Salz
|
440e5d805f
Copyright consolidation 02/10
|
8 lat temu |
Dr. Stephen Henson
|
4a5bbc4ef5
skip inappropriate X25519 tests
|
8 lat temu |
Andy Polyakov
|
50e34aaba3
test/ectest.c: add regression test for RT#4284.
|
8 lat temu |
Matt Caswell
|
8793f012f1
Clean up the tests for auto-init/de-init
|
8 lat temu |
Dr. Stephen Henson
|
541e9565bb
If memory debugging enabled return error on leaks.
|
8 lat temu |
Matt Caswell
|
8ce4e7e605
Add have_precompute_mult tests
|
9 lat temu |
Billy Brumley
|
920ed8c81d
Test all built-in curves and let the library choose the EC_METHOD
|
8 lat temu |
Rich Salz
|
349807608f
Remove /* foo.c */ comments
|
9 lat temu |
Viktor Dukhovni
|
c2e27310c7
Enable/disable crypto-mdebug just like other features
|
8 lat temu |
Rich Salz
|
bbd86bf542
mem functions cleanup
|
8 lat temu |
Matt Caswell
|
79caf5d323
Fix URLs mangled by reformat
|
9 lat temu |
Matt Caswell
|
68886be7e2
EC_POINT_is_on_curve does not return a boolean
|
9 lat temu |
Rich Salz
|
75ebbd9aa4
Use p==NULL not !p (in if statements, mainly)
|
9 lat temu |
Rich Salz
|
b4faea50c3
Use safer sizeof variant in malloc
|
9 lat temu |
Dr. Stephen Henson
|
bdcb1a2cf5
more OSSL_NELEM cases
|
9 lat temu |
Rich Salz
|
23a1d5e97c
free NULL cleanup 7
|
9 lat temu |