summaryrefslogtreecommitdiff
path: root/security/nss/lib
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for branch 'MOZILLA_0_6_SECURITY_MAC_BRANCH'cvs2hg2000-11-0443-3010/+794
* 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
* Change the attribute allocation scheme to a fixed array in the object.relyea%netscape.com2000-05-163-29/+189
* Add SSL and TLS to the slotlist search functionsrelyea%netscape.com2000-05-164-12/+58
* 1) performance changes.relyea%netscape.com2000-05-161-64/+136
* Only output caching if we turn tracing on.relyea%netscape.com2000-05-161-6/+12
* sync the database after writesroeber%netscape.com2000-05-161-0/+21
* Properly deregister shadow objects of session objectsroeber%netscape.com2000-05-163-1/+166
* Store object contents in network byte order, for database portabilityroeber%netscape.com2000-05-151-4/+122
* Use the public (cap-NSS) mutex calls, not the private onesroeber%netscape.com2000-05-151-3/+3
* Changed DestroyContext functions so that freeit means free everything or free...mcgreer%netscape.com2000-05-151-36/+36
* First checkin of database moduleroeber%netscape.com2000-05-1512-0/+2774
* Add condition for BSAFE build.mcgreer%netscape.com2000-05-121-2/+16
* Initial checkin of implementations of MD2 and MD5. An empty definition of Di...mcgreer%netscape.com2000-05-125-0/+911
* Minor changes to fix mac build bustages.dougt%netscape.com2000-05-125-3/+9