summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* close smimetk_branchsmimetk_branchFranziskus Kiefer2017-09-290-0/+0
* Emergency check-in due to impending merge to the tip :-)chrisk%netscape.com2000-06-132-27/+61
* Make it compile on DEC.chrisk%netscape.com2000-06-131-131/+114
* Fix DSA / BLAPI interface by creating stub functions that have thechrisk%netscape.com2000-06-122-9/+41
* Add SEC_OID_ANSIX9_DSA_SIGNATURE_WITH_SHA1_DIGEST to the list of allowedchrisk%netscape.com2000-06-121-0/+1
* Sorted output for certutil -Lchrisk%netscape.com2000-06-122-33/+105
* Got rid of warnings on Linux (-Wall)chrisk%netscape.com2000-06-0618-115/+230
* Add smimetools directorychrisk%netscape.com2000-06-061-0/+1
* Make it build...chrisk%netscape.com2000-06-062-0/+6
* Add PK11_FindCertAndKeyByRecipientListNew and companions to dochrisk%netscape.com2000-06-062-0/+160
* Add libsmime to the list of librarieschrisk%netscape.com2000-06-061-0/+2
* Add CERT_CertListFromCert functionchrisk%netscape.com2000-06-062-0/+35
* Add smime to the list of directories to buildchrisk%netscape.com2000-06-061-1/+2
* Kludgey fix for the problem that optional fields did not get omittedchrisk%netscape.com2000-06-061-28/+33
* Make CHOICE work correctly with non-universal typeschrisk%netscape.com2000-06-061-1/+14
* Add error codes for S/MIME toolkit:chrisk%netscape.com2000-06-061-1/+4
* Initial checkinchrisk%netscape.com2000-06-0633-0/+12710
* fixup commit for branch 'smimetk_branch'cvs2hg2000-06-06109-8281/+0
* Carry forward fix from NSS 2.8 for servers that don't do ssl2.nelsonb%netscape.com2000-06-061-5/+9
* iterate context creation for all ciphers when doing performance tests.mcgreer%netscape.com2000-06-021-8/+52
* fork content version between ns-branded builds and mozilla builds.mcgreer%netscape.com2000-06-022-0/+5
* Allow for building with internal roots.mcgreer%netscape.com2000-06-021-0/+1
* Allow for building with internal root certs.mcgreer%netscape.com2000-06-022-1/+8
* more performance testingmcgreer%netscape.com2000-06-021-12/+57
* Use PK11 fixed key lookup to locate the key value. Fix ENCRYPT/DECRYPT bug inthayes%netscape.com2000-05-311-27/+14
* Return to using the thread safe version. The non-thread safe version can doub...relyea%netscape.com2000-05-311-2/+2
* Fix bug which would have bypassed mac checking in TLSrelyea%netscape.com2000-05-311-1/+1
* Set up code that allows you to run only some of the SSL tests in a single run.relyea%netscape.com2000-05-311-2/+14
* Fix Environment variable overrides.relyea%netscape.com2000-05-311-6/+7
* fix static array (found with solaris 2.7 build)mcgreer%netscape.com2000-05-311-1/+1
* Initial version of header for SDR wrappersthayes%netscape.com2000-05-271-0/+59
* Fix build on NT. Correct link order in PKCS11 directory.nelsonb%netscape.com2000-05-272-17/+22
* Add new implementation of the algorithm from RFC 2268. Fix some comments.nelsonb%netscape.com2000-05-273-8/+500
* 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
* Initial version of the PK11 wrappers for SDR. This version uses a fixed key ...thayes%netscape.com2000-05-262-0/+294
* 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
* Allow any build to use moz_import rule. mozilla dbm uses different lib name,...mcgreer%netscape.com2000-05-251-2/+1
* Use the -g keysize value, instead of DES_KEY_LENGTH, for all cryptonelsonb%netscape.com2000-05-251-7/+7
* Simplify and speed up client cache expiration detection.nelsonb%netscape.com2000-05-241-6/+6
* Correct the implementation of the options for disabling SSL2, SSL3 and TLS.nelsonb%netscape.com2000-05-242-44/+44
* Fix the logic in client and server to detect version roll-back attack,nelsonb%netscape.com2000-05-244-27/+59
* Changes in support of corrected TLS rollback detection.nelsonb%netscape.com2000-05-241-0/+1
* Fix a transcription error that caused a crash.nelsonb%netscape.com2000-05-241-1/+1
* Added calls for BSAFE 5.0mcgreer%netscape.com2000-05-231-4/+22
* break a long rsa message into key-sized blocks for testing.mcgreer%netscape.com2000-05-231-13/+28