summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* The Serial number needs to be the DEREncoded serial number, not the decodedrelyea%netscape.com2002-10-301-2/+12
* 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 174143: Removed the obsolete platform.mk file. Do not allow overridingwtc%netscape.com2002-10-303-43/+0
* Bug 177201: declare NSS_CMSEncoder_Cancel.wtc%netscape.com2002-10-301-0/+6
* creating the cmdtests.sh script - bug 144316bishakhabanerjee%netscape.com2002-10-301-0/+132
* 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
* Integrated bundle of changes that we're done on NSS_3_3_2_SUN_PKG_BRANCH.kirk.erickson%sun.com2002-10-269-6/+40
* 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
* Add -v option, which prints email addresses in certs. This excersizesnelsonb%netscape.com2002-10-241-1/+15
* commented out unchecked in testsbishakhabanerjee%netscape.com2002-10-241-2/+1