summaryrefslogtreecommitdiff
path: root/security/nss/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix memory leak when using hardware acceleraters.relyea%netscape.com2000-06-291-1/+5
* Added some comments and assertschrisk%netscape.com2000-06-211-7/+14
* Oops - fixed the fix. The prototype now correctly unpacks into achrisk%netscape.com2000-06-211-6/+4
* Fix OID for DC AVAs - the root OID in RFC2247 is not different fromchrisk%netscape.com2000-06-201-2/+2
* Add code for generation of SMIMEProfile and SMIMEKeyEncryptionPreferencechrisk%netscape.com2000-06-208-29/+254
* First feeble attempt at fixing the problem that our definition ofchrisk%netscape.com2000-06-202-3/+8
* Fix problem where DH certs were always rejected when verifying themchrisk%netscape.com2000-06-201-1/+2
* Fix bug in decoder:chrisk%netscape.com2000-06-201-3/+11
* Fix double free of item value that is in an arena.thayes%netscape.com2000-06-161-1/+1
* Add generation of SMIMECapabilitieschrisk%netscape.com2000-06-145-153/+104
* Make example 5.7 of ietf-smime-examples draft decode correctlychrisk%netscape.com2000-06-141-2/+2
* Merge smimetk_branch to tip...chrisk%netscape.com2000-06-1336-31/+11776
* reuse old key structures on a given token rather than building it up andrelyea%netscape.com2000-06-134-11/+106
* Reuse old Object structures rather than build and free them every time.relyea%netscape.com2000-06-132-2/+39
* Fix DSA / BLAPI interface by creating stub functions that have thechrisk%netscape.com2000-06-122-9/+41
* added roots.mcgreer%netscape.com2000-06-121-1/+1
* Fix cleanup code in Decrypt to check for NULL pointersthayes%netscape.com2000-06-121-5/+5
* Add permanent (token) key for supporting Secret Decoder Ring (SDR)thayes%netscape.com2000-06-104-58/+397
* Carry forward fix from NSS 2.8 for servers that don't do ssl2.nelsonb%netscape.com2000-06-061-5/+9
* 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
* 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
* 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
* Initial version of the PK11 wrappers for SDR. This version uses a fixed key ...thayes%netscape.com2000-05-262-0/+294
* Simplify and speed up client cache expiration detection.nelsonb%netscape.com2000-05-241-6/+6
* 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
* Added RFC2630 OID values:chrisk%netscape.com2000-05-222-0/+29
* Added SEC_ASN1DecodeInteger functionchrisk%netscape.com2000-05-22675-0/+303471
|\
* | fixup commit for tag 'EMBEDDING_06192000_BASE'EMBEDDING_06192000_BASEcvs2hg2000-05-21675-303428/+0
|/
* Performance enhancement. Takes only 70% as long as previous version.nelsonb%netscape.com2000-05-191-65/+78
* Fix sha_fast for 64-bit solaris and 64-bit Alpha.nelsonb%netscape.com2000-05-191-3/+3
* Changing MIN's and MAX's to PR_MIN, PR_MAXmcgreer%netscape.com2000-05-181-1/+1
* Changing all MIN's and MAX's to PR_MIN, PR_MAXmcgreer%netscape.com2000-05-181-2/+2
* changing all MIN's and MAX's to PR_MIN, PR_MAX (MIN and MAX were defined in d...mcgreer%netscape.com2000-05-181-1/+1
* Changes to ssl_EmulateSendFile suggested by Wan-Teh.nelsonb%netscape.com2000-05-181-1/+13
* In ssl3_GenerateSessionKeys() ensure params secitem always points to validnelsonb%netscape.com2000-05-181-7/+5
* Detect at runtime when we're running with NSPR 1 and switch the thread-privat...roeber%netscape.com2000-05-174-3/+209
* If a database has not been given a label, return the filename so Communicator...roeber%netscape.com2000-05-172-8/+13
* fix some compiler warningsmcgreer%netscape.com2000-05-172-3/+1
* including md2 and md5 implementations in MOZILLA_SECURITY_BUILDmcgreer%netscape.com2000-05-161-0/+2
* Performance enhancements for md5 implementation.mcgreer%netscape.com2000-05-161-13/+25