summaryrefslogtreecommitdiff
path: root/security/nss/lib
Commit message (Expand)AuthorAgeFilesLines
* Incorporate Terry's and Nelson's reviews.relyea%netscape.com2002-11-262-80/+86
* Back out my last change.nelsonb%netscape.com2002-11-261-51/+53
* Eliminate bug due to uninitialized variable index. Eliminate leak.nelsonb%netscape.com2002-11-261-53/+51
* Bug 181878 allow multiple email addresses to point to a single subject record.relyea%netscape.com2002-11-263-78/+171
* Put the nss 3.7 section after the nss 3.6.1 section.nelsonb%netscape.com2002-11-211-6/+6
* bug 172247, don't allow import of duplicate issuer/serial certsian.mcgreer%sun.com2002-11-216-2/+55
* Use the 32-bit code on Solaris x86 platforms, too.nelsonb%netscape.com2002-11-211-0/+1
* Back out revision 1.2, which was a workaround for a c preprocessor bugnelsonb%netscape.com2002-11-201-57/+0
* Optimization: change macros to do only 32-bit arithmetic on platformsnelsonb%netscape.com2002-11-202-175/+360
* Fix for bug 180894 - don't assert in ShutdownCRLCache()jpierre%netscape.com2002-11-191-2/+0
* Change all functions that create contexts for encryption to treat theirnelsonb%netscape.com2002-11-1611-40/+48
* Fix again?jpierre%netscape.com2002-11-161-1/+0
* Fix build again !jpierre%netscape.com2002-11-161-1/+2
* Recognize new SHAxxx OIDs.nelsonb%netscape.com2002-11-162-1/+33
* Fix buildjpierre%netscape.com2002-11-161-2/+1
* Correct softoken routines to work with new larger SHAxxx hashes.nelsonb%netscape.com2002-11-162-3/+3
* Correct HMAC code to work with new larger SHAxxx hashes.nelsonb%netscape.com2002-11-162-3/+2
* Add new SHAxxx hash algorithms to tables of SECHashObjects.nelsonb%netscape.com2002-11-163-4/+77
* Declare new vendor-defined mechanisms for SHA256, SHA384 and SHA512.nelsonb%netscape.com2002-11-161-0/+10
* Now that we have hashes larger than SHA1,nelsonb%netscape.com2002-11-161-0/+1
* Don't reject a cert request with an empty list of CA cert names.nelsonb%netscape.com2002-11-162-2/+5
* Add "const" modifier to all fixed arrays used for keys or known text.nelsonb%netscape.com2002-11-161-50/+50
* Patch for 180228 - export CRL cache flush API . r=wtcjpierre%netscape.com2002-11-153-4/+15
* bug 39494, handle non-standard AVAs properlyian.mcgreer%sun.com2002-11-141-8/+124
* Adjust the time values so we have correct and consistant displays.relyea%netscape.com2002-11-111-549/+514
* Multi-access database race condition patches. These changes are already checkedrelyea%netscape.com2002-11-115-33/+116
* Assert if the QuickDER decoder does not consume all the inputjpierre%netscape.com2002-11-091-0/+1
* Bug 176667: kaie authored the patch, ian/relyea reviewed it.relyea%netscape.com2002-11-081-0/+3
* Fix for 177798 . Improve handling of initialization / shutdown of the CRL cac...jpierre%netscape.com2002-11-071-4/+22
* bug 177366, clean up refcountingian.mcgreer%sun.com2002-11-067-118/+113
* Workaround a c preprocessor bug on a certain 64-bit platform. Bug 178314.nelsonb%netscape.com2002-11-051-0/+57
* Fix missing strings that cause crash in SSL_SecurityStatus(). Bug 178342.nelsonb%netscape.com2002-11-052-0/+3
* db8 code part 1:relyea%netscape.com2002-11-048-75/+289
* Add some processor and compiler dependent optimizations to SHA1.nelsonb%netscape.com2002-11-021-1/+28
* Add SHA256 SHA512 and SHA384 hashes to freebl.nelsonb%netscape.com2002-11-027-1/+1575
* Fix for bug 177798 - NULL pointers in ShutdownCRLCache to allow shutdown/restartjpierre%netscape.com2002-11-021-0/+2
* Remove call to PL_ArenaFinish . This effectively shut down NSPR arenas and cr...jpierre%netscape.com2002-10-311-3/+0
* Fix for 177208 - unmark arena when DER decoding is successfuljpierre%netscape.com2002-10-311-0/+4
* Fix for bug 175115 . Remove incorrect check for CA cert expiration. Also fix ...jpierre%netscape.com2002-10-301-43/+36
* Fix build breakage. Some platforms do not like to assign unsigned char * torelyea%netscape.com2002-10-301-1/+1
* Check in new certdata file generated from certdata.txtrelyea%netscape.com2002-10-301-284/+316
* Allow the builtin's to accept old style serial numbers as well the the correctrelyea%netscape.com2002-10-301-0/+38
* Make the Serial Numbers DER Wrapped rather than raw serial numbers.relyea%netscape.com2002-10-301-151/+183
* Bug 177201: declare NSS_CMSEncoder_Cancel.wtc%netscape.com2002-10-301-0/+6
* Fix for bug 95311 - copy the DER input key to the arena, and free the arena u...jpierre%netscape.com2002-10-291-3/+16
* Use QuickDER to decode DER public key. Bug #95311jpierre%netscape.com2002-10-291-4/+7
* Plug cert leak in NSS_SMIMESignerInfo_SaveSMIMEProfile. Bug 176799.nelsonb%netscape.com2002-10-251-0/+6
* Add new function CERT_VerifySignedDataWithPublicKey containing common codenelsonb%netscape.com2002-10-253-31/+40
* Fix for 169038 - bump builtins library version to 1.20 on the tipjpierre%netscape.com2002-10-251-1/+1
* Fix comment formatting stylejpierre%netscape.com2002-10-231-4/+5