summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix for 249488 - root cert module requires locking functions in CK_C_INITIALI...jpierre%netscape.com2004-07-297-76/+119
* Correct option parsing, and add missing error messages.nelsonb%netscape.com2004-07-281-18/+26
* Support GeneralizeTime in the CRMF library. Bug 219080. r=julien.nelsonb%netscape.com2004-07-274-22/+10
* Bug 250687relyea%netscape.com2004-07-214-63/+88
* Backing out pk11cert.c changes (not ready for checkin yet). (revert to 1.133)relyea%netscape.com2004-07-201-44/+21
* Fix optimized builds (make tinderbox go green).relyea%netscape.com2004-07-202-21/+46
* Missed function definition in previous checkin.relyea%netscape.com2004-07-191-0/+2
* refactor pk11util, splitting large single files down to a managable size.relyea%netscape.com2004-07-1924-8832/+9318
* Use the "c beautifier" (cb) to give this code a common K&R style withnelsonb%netscape.com2004-07-168-4794/+4958
* Apply review feedback to signtool sources. Add test case to QA tests.nelsonb%netscape.com2004-07-155-9/+34
* Add -X option to produce signed XPI files for mozilla. Bug 248751.nelsonb%netscape.com2004-07-155-52/+151
* Allow subtemplates to have the SEC_ASN1_DYNAMIC flag without asserting.nelsonb%netscape.com2004-07-131-51/+33
* Fix some casts. Wrap some long lines. Remove a bogus assert.nelsonb%netscape.com2004-07-131-12/+13
* Function sec_asn1e_write_contents was two functions combined into one,nelsonb%netscape.com2004-07-131-145/+154
* rename "explicit" to "isExplicit" because MSVC6 thinks explicit is a cnelsonb%netscape.com2004-07-131-20/+21
* Greatly improve the output of the PKCS12 encoder. Adds output bufferingnelsonb%netscape.com2004-07-131-123/+200
* Ensure that the CRMF library always uses a non-null pool pointer when itnelsonb%netscape.com2004-07-135-32/+69
* Bugzilla bug 248981: PKCS #11 modules that are based on older lib/ckfw (forwchang0222%aol.com2004-07-081-3/+5
* Bugzilla bug 249284: removed a duplicate declaration ofwchang0222%aol.com2004-07-071-7/+0
* Fix for 248981 - make SECMOD_LoadPKCS11Module thread safe. r=relyeajpierre%netscape.com2004-07-011-5/+6
* Output properly encoded PQGParams. r=wtc. Bug 247738.nelsonb%netscape.com2004-07-011-33/+105
* Fix for 249310 - add option to disable SSL2 in selfserv . r=nelsonjpierre%netscape.com2004-07-011-2/+11
* Treat non-repudiation-only certs as valid signature certs.nelsonb%netscape.com2004-07-011-1/+7
* Correct NSS to use the most specific, not most general CN attribute innelsonb%netscape.com2004-07-011-1/+47
* Follow the SSL2 specification more closely in accepting and rejectingnelsonb%netscape.com2004-06-241-5/+27
* Fix certutil's ability to read PQG files. Make certutil able to readnelsonb%netscape.com2004-06-231-89/+122
* Bug 244914, 244907 r=nelsonbrelyea%netscape.com2004-06-2111-95/+433
* Initialize the "type" member in the SECItems returned bynelsonb%netscape.com2004-06-211-0/+5
* Bug 245518: add RPATH to BUILD_SUN_PKG, add $ORIGIN to rpathsaul.edwards%sun.com2004-06-191-0/+11
* Fix for 237934 - nss_InitLock not atomic. r=nelsonjpierre%netscape.com2004-06-194-11/+28
* Wrap long linesjpierre%netscape.com2004-06-181-2/+4
* Restore comment that got removed accidentally. And fix typo in it.jpierre%netscape.com2004-06-181-0/+2
* Fix for 247406 . r=wchang0222,glen.beasleyjpierre%netscape.com2004-06-181-33/+1
* Fix for 178897 . QuickDER optimizations . r=nelsonbjpierre%netscape.com2004-06-183-4/+4
* Backout part of the QuickDER changes from 178895 . r=relyeajpierre%netscape.com2004-06-172-19/+8
* Destroy cert references held inside the CMMFCertRepContent struct whennelsonb%netscape.com2004-06-171-8/+20
* Bugzilla bug 233320: pk11_OpenKeyDB should not return SECFailure (not awchang0222%aol.com2004-06-111-3/+1
* Don't crash when CERT_DestroyCertificate is called with a cert with anelsonb%netscape.com2004-06-091-1/+1
* Fold function definition so editor can find it.nelsonb%netscape.com2004-06-091-1/+2
* Fix for 178895 - QuickDER optimizations. r=relyeajpierre%netscape.com2004-06-055-115/+172
* Make crmftest compile and run with NSS 3.10 shared libraries.nelsonb%netscape.com2004-06-032-538/+725
* Fix an erroneous assertion. Clean up some other code. Bug 244929.nelsonb%netscape.com2004-06-033-14/+8
* Export symbols needed for crmftest. r=relyea. bug 244329.nelsonb%netscape.com2004-06-021-0/+2
* Fix for 244915 . resolve issues from previous patchjpierre%netscape.com2004-06-021-0/+5
* Fix for 244915 - r=wtc, misterssl . Correctly build freebl on Solaris 10jpierre%netscape.com2004-06-021-16/+7
* chenged log names to better align them in summary, added SMIME test outputbishakhabanerjee%netscape.com2004-05-271-50/+55
* a) adds the missing code to put stdin into binary mode.nelsonb%netscape.com2004-05-253-10/+30
* Fix for 244095 - link NSS libraries with -R $ORIGIN on Solarisjpierre%netscape.com2004-05-256-8/+27
* Fix crash when array member is used as variable. Bug 243655. r=relyea.nelsonb%netscape.com2004-05-221-11/+10
* Use "slop time" in nextUpdate validity check for CRLs. Bug 242146.nelsonb%netscape.com2004-05-221-3/+5