summaryrefslogtreecommitdiff
path: root/security/nss/cmd/bltest
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'ANGELON_MOZ12_N8_BRANCH'ANGELON_MOZ12_N8_BASEcvs2hg2003-06-1316-155/+0
* Add test modes for sha256, sha384 and sha512.nelsonb%netscape.com2002-11-211-17/+195
* Add test cases from FIPS 180-2.nelsonb%netscape.com2002-11-2115-0/+17
* Fix several problems related to error messages, including an attempt tonelsonb%netscape.com2002-11-011-4/+6
* Reformat text. Fix syntax error in first examples.nelsonb%netscape.com2002-11-011-15/+38
* Fix 164126: makefile build error.nicolson%netscape.com2002-09-061-1/+1
* additional patch for bug 166768ian.mcgreer%sun.com2002-09-061-0/+2
* bugs 166722 and 166768, compiler warnings in blapitestian.mcgreer%sun.com2002-09-051-23/+37
* Bugzilla bug 130703: fixed several issues in the NSS 3.4 exported headers.wtc%netscape.com2002-03-141-0/+1
* include AES in performance info dumpian.mcgreer%sun.com2001-11-261-0/+2
* fixes for testing word alignmentian.mcgreer%sun.com2001-10-301-3/+4
* fix AES self-testian.mcgreer%sun.com2001-10-101-0/+4
* self-testing for AESian.mcgreer%sun.com2001-10-0810-3/+24
* BlapiTest required headers are no longer public. Get them from therelyea%netscape.com2001-09-201-0/+2
* BLAPI is complete below the PKCS #11 line, so should not call high level init...relyea%netscape.com2001-08-241-1/+2
* temporarily add debug output to bltest to try and track down win32 RSA QA fai...mcgreer%netscape.com2001-06-131-0/+71
* Resolves bug 66244 - Many NSS command do not detect failure of NSS_Init* func...kirke%netscape.com2001-01-311-1/+5
* make blapitest return error codes so QA lights up correctly. Fix bug with DSAmcgreer%netscape.com2001-01-181-13/+16
* add support for AESmcgreer%netscape.com2001-01-054-45/+177
* Reduce warnings by adding missing #includes to eliminate calls tonelsonb%netscape.com2001-01-041-0/+1
* Add dynamic Library support to commands. Mark those that commands that stillrelyea%netscape.com2000-12-221-0/+2
* uninit'ed var causes problem on some platformsmcgreer%netscape.com2000-12-051-1/+1
* table wasn't wide enough for long runsmcgreer%netscape.com2000-12-011-4/+4
* fix broken AIX buildmcgreer%netscape.com2000-12-011-2/+3
* check in b64 encoded seedsmcgreer%netscape.com2000-12-012-1/+1
* massive changes to blapitest to allow for more flexible input types and improvedmcgreer%netscape.com2000-12-011-1629/+1918
* set up RNG for self-test (DSA needs it), and set default RSA public exponentmcgreer%netscape.com2000-11-041-1/+4
* back out last changemcgreer%netscape.com2000-11-021-1/+1
* option for dumping values in RSA keymcgreer%netscape.com2000-11-022-1/+19
* seperate text file reads from binary reads. Change all base64 encoded cipher...mcgreer%netscape.com2000-10-1116-31/+28
* changes to use blapitest on NT.mcgreer%netscape.com2000-09-291-2/+19
* changes for nss script. passed tests produce no output. fix dsa test case.mcgreer%netscape.com2000-09-273-21/+34
* Check in self-test based on FIPS 186-1 appendix 5mcgreer%netscape.com2000-09-196-13/+13
* Effectively remove all the code that uses RC5 from the software tokennelsonb%netscape.com2000-09-071-0/+8
* add a > wordsize test for RC4mcgreer%netscape.com2000-06-294-1/+4
* iterate context creation for all ciphers when doing performance tests.mcgreer%netscape.com2000-06-021-8/+52
* more performance testingmcgreer%netscape.com2000-06-021-12/+57
* fix up file handling.mcgreer%netscape.com2000-05-261-4/+11
* break off mode list when next option is reachedmcgreer%netscape.com2000-05-261-1/+4
* fix dsa self-testmcgreer%netscape.com2000-05-266-9/+13
* * allow a directory for tests to be specifiedmcgreer%netscape.com2000-05-261-112/+224
* self-testmcgreer%netscape.com2000-05-2635-0/+65
* self-testmcgreer%netscape.com2000-05-2627-0/+32
* Fix up the hashes to only use one mode. Add self-test capability to bltest (...mcgreer%netscape.com2000-05-261-55/+244
* Use the -g keysize value, instead of DES_KEY_LENGTH, for all cryptonelsonb%netscape.com2000-05-251-7/+7
* break a long rsa message into key-sized blocks for testing.mcgreer%netscape.com2000-05-231-13/+28
* hash performance functions now look the same as the other ciphers. add a zer...mcgreer%netscape.com2000-05-191-100/+26
* fix up the mode arrays.mcgreer%netscape.com2000-05-191-2/+5
* work on making test program more usable.mcgreer%netscape.com2000-05-191-22/+158
* Add support for sha1. Add repetition count argument to -p.nelsonb%netscape.com2000-05-191-29/+133