summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* close THUNDERBIRD_M4_BRANCHTHUNDERBIRD_M4_BRANCHFranziskus Kiefer2017-09-290-0/+0
* fixup commit for branch 'THUNDERBIRD_M4_BRANCH'cvs2hg2003-11-2414-1047/+13
* Bugzilla bug 222568: fixed a bug introduced in rev. 1.54.wchang0222%aol.com2003-11-191-1/+1
* Turns out that we can use a space to separate directories in a vpathwchang0222%aol.com2003-11-191-15/+10
* Fix bugs in the new implementation of URI name constraints.nelsonb%netscape.com2003-11-191-10/+46
* Removed the declaration and a comment about PK11_FreeSlotCerts, which waswchang0222%aol.com2003-11-192-2/+0
* Fix unnecessary assertion failures occuring in SMIME testing innelsonb%netscape.com2003-11-186-28/+41
* Most platforms use ':' as path separator, but OS/2 uses ';'. So we usewchang0222%aol.com2003-11-181-5/+10
* Set NSS version to 3.9 Beta 3.wchang0222%aol.com2003-11-181-1/+1
* Bugzilla bug 224707: added Linux HPPA support. The patch came from thewchang0222%aol.com2003-11-161-0/+5
* Removed an extraneous character (`) after #endif.wchang0222%aol.com2003-11-151-1/+1
* Removed an extraneous comma (,) at the end of an enum type definition.wchang0222%aol.com2003-11-151-1/+1
* Detect empty emailAddr strings in CERTCertificate. Bugzilla bug 211540.nelsonb%netscape.com2003-11-151-2/+2
* Detect empty emailAddr strings in CERTCertificates. Bugzilla bug 211540.nelsonb%netscape.com2003-11-159-26/+34
* Fix windows breakage.relyea%netscape.com2003-11-141-3/+2
* Add symkeyutil to the manifest filerelyea%netscape.com2003-11-141-0/+1
* New tool to manage fixed keys in the database.relyea%netscape.com2003-11-144-0/+1455
* Changes for symkey support.relyea%netscape.com2003-11-148-29/+164
* Fix bugzilla bug 225301. r=jpierre. This patch does the following:nelsonb%netscape.com2003-11-131-42/+54
* Fixed a comment error. r=relyea.wchang0222%aol.com2003-11-131-1/+1
* Bugzilla bug 225373: the return value of CERT_NameToAscii must be freedwchang0222%aol.com2003-11-136-10/+13
* Workaround race. Reduce leaks. Not a real fix. Bugzilla bug 225525.nelsonb%netscape.com2003-11-132-4/+37
* Bugzilla bug 225259: link NSS dynamic shared libraries with thewchang0222%aol.com2003-11-131-1/+1
* Added a comment to note a question I had while reviewing the code.wchang0222%aol.com2003-11-121-0/+6
* Eliminate some leaks in Stan cert code.nelsonb%netscape.com2003-11-112-34/+53
* Eliminate a cert leak. Patch is Bob Relyea's.nelsonb%netscape.com2003-11-111-1/+1
* Fix crash in certutil if usage is omittedjpierre%netscape.com2003-11-111-0/+5
* Repair error case for DH code in previous patch.relyea%netscape.com2003-11-071-6/+4
* Verify Parameters from the user before passing it on to freebl. r=nelsonrelyea%netscape.com2003-11-075-41/+216
* Add defines for DH and RSA key limitsrelyea%netscape.com2003-11-071-0/+10
* Correct the validity checks on certain ASN.1 objects, allowing some thatnelsonb%netscape.com2003-11-073-25/+109
* Fix some bugs in the code that formats OIDs for printing.nelsonb%netscape.com2003-11-061-2/+11
* Grow handshake message buffer once per message, not once per each messagenelsonb%netscape.com2003-11-0551-12/+9264
|\
* | fixup commit for tag 'NSS_3_9_BETA2'NSS_3_9_BETA2cvs2hg2003-11-0450-9251/+0
|/
* Set NSS version to 3.9 Beta 2.wchang0222%aol.com2003-11-041-1/+1
* Fix numerous errors (mostly off-by-1 errors) in the code that formatsnelsonb%netscape.com2003-11-041-190/+289
* Better cleanup. Plug leaks in pp. bug 222568. r=nicolson (this part).nelsonb%netscape.com2003-11-041-3/+11
* Rename get_oid_string to CERT_GetOidString and export it. Also, exportnelsonb%netscape.com2003-11-043-3/+10
* Bugzilla bug 223624: fixed the compiler warning that case ecKey is notwchang0222%aol.com2003-11-011-2/+2
* Remove one unnecessary transition from the SSL3 state machine.nelsonb%netscape.com2003-10-311-11/+10
* Enable generation of DES2 keys with mechanism CKM_DES2_KEY_GEN. Bug 201521nelsonb%netscape.com2003-10-311-0/+2
* Correct the code that detects DES2 keys based on their lengths. Bug 201521nelsonb%netscape.com2003-10-301-1/+1
* Fix for 223494 - cmsutil signing does not work with hardware tokens. r=wtc, r...jpierre%netscape.com2003-10-281-24/+17
* Bugzilla bug 223624: declare pk11_FindAttrInTemplate before it is used.wchang0222%aol.com2003-10-251-0/+3
* Bugzilla bug 223624: use PR_MAX to avoid redefining MAX, a macro commonlywchang0222%aol.com2003-10-251-2/+1
* Bugzilla bug 223624: removed an extraneous format string for fprintf.wchang0222%aol.com2003-10-251-1/+0
* Bugzilla bug 223624: node->error is a 'long', so it should match a %ldwchang0222%aol.com2003-10-251-1/+1
* Initialize crlHandle . r=wtcjpierre%netscape.com2003-10-251-1/+1
* Require DES, DES2 and DES3 keys to have correct length in all cases.nelsonb%netscape.com2003-10-253-12/+36
* Bugzilla bug 173715: fixed a crash in OCSP. We incorrectly assumed thatwchang0222%aol.com2003-10-241-6/+2
|\