wtc%google.com
e78bd31f0d
Bug 402777: moved the contents of pqgutil.{h,c} to lib/freebl and
...
lib/pk11wrap. r=rrelyea.
Modified Files:
cmd/fipstest/fipstest.c lib/freebl/blapi.h
lib/freebl/ldvector.c lib/freebl/loader.c lib/freebl/loader.h
lib/freebl/pqg.c lib/pk11wrap/pk11pqg.c lib/softoken/pkcs11c.c
lib/util/manifest.mn lib/util/nssutil.def
pkg/solaris/SUNWtlsd/prototype
Removed Files:
lib/util/pqgutil.c lib/util/pqgutil.h
2007-11-09 18:49:35 +00:00
nelson%bolyard.com
c2a23523d9
Bug 366390. correct misleading function names in fipstest. r=glen.beasley
2007-01-10 04:14:30 +00:00
wtchang%redhat.com
4ceeae7952
Bugzilla Bug 354565: improved an error message as suggested by Neil
...
Williams.
2006-10-06 23:50:48 +00:00
wtchang%redhat.com
87a523fee1
Bugzilla Bug 354565: detect SHA tests that are incorrectly configured for
...
BIT oriented implementations. r=glen.beasley
2006-09-28 16:37:25 +00:00
wtchang%redhat.com
65bb6570f8
Bugzilla Bug 345941: fixed another bug that we might pass uninitialized
...
'req' to fclose(). Thanks to Wolfgang Rosenauer <mozilla@rosenauer.org> for
reporting the bug and reviewing the patch.
2006-07-28 20:19:02 +00:00
wtchang%redhat.com
c9e31d8b88
Bugzilla Bug 345941: fixed the bug that we might pass uninitialized 'req'
...
to fclose(). r=glen.beasley. Thanks to Wolfgang Rosenauer
<mozilla@rosenauer.org> for the bug report.
2006-07-27 16:56:56 +00:00
glen.beasley%sun.com
8133edd3dc
318970 wtc fix for RSA fipstest using RSA_HashSign r=neilW sr= brelyea
2006-03-25 23:45:23 +00:00
wtchang%redhat.com
b3c171eb42
Renamed DSA_TEST_SEED_BYTES to PQG_TEST_SEED_BYTES.
2006-02-18 02:39:12 +00:00
glen.beasley%sun.com
ea2bb064f4
fix by wan-teh for RSA siggen tests r=glen
2006-02-16 01:50:55 +00:00
wtchang%redhat.com
e49bf918fc
Bugzilla Bug 318967: use 160-bit SEED when generating DSA domain parameters
...
(PQG). Removed unused keySizeIndex variables. Handle the return value and
result output parameter of PQG_VerifyParams separately. Pad H with leading
0's when printing. r=glen.beasley.
2006-02-16 01:28:35 +00:00
wtchang%redhat.com
3bd336da98
Bugzilla Bug 318962: fixed signed/unsigned comparison warnings by MSVC.
...
r=glen.beasley.
2006-02-15 19:14:09 +00:00
wtchang%redhat.com
88f7f20136
Bugzilla Bug 318968: more ECDSA test cleanup. Do not zeroize when freezing
...
ECParams' arenas. Use EC_CopyParams to copy ECParams to an EC public key
and allocate the public key's value from the same arena. r=glen.beasley.
2006-02-15 19:06:51 +00:00
glen.beasley%sun.com
a2642d5f53
318970 RSA sigver test fix r=wan-teh
2006-02-10 23:27:38 +00:00
wtchang%redhat.com
dbb143b269
Bugzilla Bug 318967: fixed compiler warnings, most of which were char *
...
and unsigned char * mismatches. r=glen.beasley.
2006-02-04 06:39:44 +00:00
wtchang%redhat.com
ca31a3a1e8
Bugzilla Bug 318966: implemented the tests for the NIST RNG Validation
...
System. r=glen.beasley.
Modified file: fipstest.c
Added file: rng.sh
2006-02-01 21:28:25 +00:00
glen.beasley%sun.com
e3acf26812
318970 RSA FIPS tests r=wan-teh sr=bobRelyea
2006-01-31 00:49:02 +00:00
nelsonb%netscape.com
e4ed0ba860
Fix broken build, caused by c++ style comment in c code.
2006-01-28 02:38:07 +00:00
glen.beasley%sun.com
decef2ce52
328967 DSA FIPS tests r=Wan-Teh
2006-01-27 18:53:07 +00:00
wtchang%redhat.com
e43ae180d6
Bugzilla Bug 318968: fixed the build error with NSS_ENABLE_ECC unset.
...
Modified files: Makefile fipstest.c
2006-01-05 21:49:05 +00:00
julien.pierre.bugs%sun.com
2b8116135c
Fix the build busted by checkin for bug 318968
2005-12-23 03:14:36 +00:00
wtchang%redhat.com
a9a0f1c1b2
Bugzilla Bug 318968: added FIPS ECDSA algorithm test. r=glen.beasley.
...
Modified file: fipstest.c
Added file: ecdsa.sh
2005-12-22 22:22:17 +00:00
wtchang%redhat.com
4102e295a8
Bugzilla Bug 318962: combined a PORT_Realloc and a memset call into an
...
equivalent PORT_ZAlloc call. r=glen.beasley.
2005-12-22 22:19:03 +00:00
wtchang%redhat.com
7af58c4ead
Bugzilla bug 318962: it is legal for PORT_Realloc(oldptr, 0) to return
...
NULL, so that shouldn't be treated as a memory allocation failure.
2005-12-22 01:39:17 +00:00
glen.beasley%sun.com
6392f0b284
318958 fixing c++/java comment to C
2005-12-21 00:29:44 +00:00
glen.beasley%sun.com
827078f238
318958 fixing Monte Carlo test r=Wan-Teh
2005-12-21 00:13:52 +00:00
glen.beasley%sun.com
0820769573
318962 buffer fix for SHA Monte Carlo tests r=wan-teh
2005-12-20 18:20:50 +00:00
nelsonb%netscape.com
19047568b5
Fix build. Remove c++ style declaration of loop control variables.
2005-12-17 01:03:12 +00:00
glen.beasley%sun.com
4e0681121a
318964 implement HMAC algorithm tests for FIPS 140-2 validation r=Wan-teh
2005-12-16 16:57:49 +00:00
glen.beasley%sun.com
f4a0a3492e
318962 Added FIPS 140-2 SHA tests and removed FIPS 140-1 SHA tests r=wan-teh
2005-12-15 18:47:20 +00:00
glen.beasley%sun.com
2f95017a80
318958 removal of DES and Triple DES 140-1 code r=wan-teh
2005-12-14 01:19:11 +00:00
glen.beasley%sun.com
d15a3a9c9f
318958 TDEA algorithm tests for FIPS 140-2
2005-12-09 16:55:53 +00:00
wtchang%redhat.com
3cc2568dbc
Bugzilla Bug 312395: Added FIPS AES Known Answer Test, Multi-block Message
...
Test, and Monte Carlo Test in ECB and CBC modes. Also changed the types
of some variables from int to unsigned int to fix compiler warnings about
signed/unsigned comparisons.
2005-10-14 20:04:39 +00:00
wtchang%redhat.com
cf9da5e041
Made the test compile and link without errors.
2005-10-04 00:46:50 +00:00
ian.mcgreer%sun.com
416fa5ef5e
program for generating FIPS algorithm test results
2004-05-12 17:30:31 +00:00