summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for tag 'NSS_3_7_BASE'NSS_3_7_BASEcvs2hg2002-11-2681-14399/+18
* 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-217-2/+60
* Add tests for sha256, sha384, and sha512.nelsonb%netscape.com2002-11-211-1/+3
* Add test modes for sha256, sha384 and sha512.nelsonb%netscape.com2002-11-211-17/+195
* Use the 32-bit code on Solaris x86 platforms, too.nelsonb%netscape.com2002-11-211-0/+1
* Add test cases from FIPS 180-2.nelsonb%netscape.com2002-11-2115-0/+17
* Use calloc() instead of malloc() followed by memset to 0. Bug 124302, patch bybzbarsky%mit.edu2002-11-201-4/+2
* 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
* Made 'solarispkg' copy pkg/solars to pkg/$(OBJDIR), and go there tokirk.erickson%sun.com2002-11-174-9/+11
* 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
* Fix crash when formatting a cert with optional version not given.nelsonb%netscape.com2002-11-151-1/+1
* Patch for 180228 - export CRL cache flush API . r=wtcjpierre%netscape.com2002-11-153-4/+15
* Make selfserv build for Darwin.nelsonb%netscape.com2002-11-141-1/+13
* 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
* Made awk_pkginfo-$(MACH) machine dependent for Sonja's release build.kirk.erickson%sun.com2002-11-112-6/+6
* Remove long dead code from util. triggered by bug 179038relyea%netscape.com2002-11-118-2044/+0
* 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
* !@#!$@! signtool thinks it knows how to verify if the certdb's are there andrelyea%netscape.com2002-11-041-1/+4
* 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
* Fix several problems related to error messages, including an attempt tonelsonb%netscape.com2002-11-011-4/+6
* Reformat text. Fix syntax error in first examples.nelsonb%netscape.com2002-11-011-15/+38
* Remove call to PL_ArenaFinish . This effectively shut down NSPR arenas and cr...jpierre%netscape.com2002-10-311-3/+0