summaryrefslogtreecommitdiff
path: root/security/nss/cmd/bltest/blapitest.c
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for tag 'JSS_4_2_BETA1'JSS_4_2_BETA1cvs2hg2005-11-151-3570/+0
* Bugzilla bug 303986: do not assume the line ending is '\n'; it may be thewtchang%redhat.com2005-08-091-2/+5
* fix for bug: 297015 - bltest should run multithreaded. r=julienalexei.volkov.bugs%sun.com2005-06-161-393/+884
* Back out last checkin, which broke the build on some platforms.nelsonb%netscape.com2005-06-141-855/+394
* RFE fix 297015: bltest should run multithreaded. julien r+alexei.volkov.bugs%sun.com2005-06-141-394/+855
* decouple block size from buffer size for AES/rijndael in bltest.nelsonb%netscape.com2005-04-061-4/+4
* Rename all internal private softoken functions types and symbols fromnelsonb%netscape.com2005-03-291-1/+1
* Bug 236613: change to MPL/LGPL/GPL tri-license.gerv%gerv.net2004-04-251-26/+29
* ECC code landing.ian.mcgreer%sun.com2003-10-171-24/+525
* Add test modes for sha256, sha384 and sha512.nelsonb%netscape.com2002-11-211-17/+195
* Fix several problems related to error messages, including an attempt tonelsonb%netscape.com2002-11-011-4/+6
* 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-081-1/+15
* 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-051-44/+174
* Reduce warnings by adding missing #includes to eliminate calls tonelsonb%netscape.com2001-01-041-0/+1
* 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
* 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
* option for dumping values in RSA keymcgreer%netscape.com2000-11-021-0/+18
* seperate text file reads from binary reads. Change all base64 encoded cipher...mcgreer%netscape.com2000-10-111-16/+13
* 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-271-19/+32
* Effectively remove all the code that uses RC5 from the software tokennelsonb%netscape.com2000-09-071-0/+8
* 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
* * allow a directory for tests to be specifiedmcgreer%netscape.com2000-05-261-112/+224
* 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
* very rudimentary test code for regression tests of BLAPI.mcgreer%netscape.com2000-05-181-0/+1214