summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup commit for tag 'SVRCORE_4_0_2_RTM'SVRCORE_4_0_2_RTMcvs2hg2006-05-171384-604304/+0
* Bugzilla Bug 337887: use the -mnop-fun-dllimport flag so that we can usewtchang%redhat.com2006-05-171-1/+4
* [Bug 336485] coverity thinks that nssPKIObject_GetInstances could return null...alexei.volkov.bugs%sun.com2006-05-161-0/+3
* Fix for bug 335036. certutil tries to shutdown NSS even if it didn't initiali...julien.pierre.bugs%sun.com2006-05-161-1/+3
* Bugzilla Bug 337025: removed more unused or trivially used variables.wtchang%redhat.com2006-05-161-9/+1
* Bug 305835: Remove NSS_ENABLE_ECC ifdefs in libssl. r=wtc,nelsonbwtchang%redhat.com2006-05-161-2/+0
* Bugzilla Bug 298506: a first cut at Solaris auditing. The patch iswtchang%redhat.com2006-05-163-0/+38
* Fix for bug 335036 . NSS_Shutdown() does not check that NSS is initialized. r...julien.pierre.bugs%sun.com2006-05-161-0/+5
* Fix for bug 337789 . PK11_FindKeyByAnyCert doe snot work if softoken is in FI...julien.pierre.bugs%sun.com2006-05-154-13/+29
* [Bug 336482] crash or hopefully deadcode [@ crmf_copy_poposigningkey]alexei.volkov.bugs%sun.com2006-05-151-7/+4
* Patch contributed by jonsmirl@yahoo.comalexei.volkov.bugs%sun.com2006-05-151-1/+0
* Patch contributed by jonsmirl@yahoo.comalexei.volkov.bugs%sun.com2006-05-151-2/+0
* Patch contributed by jonsmirl@yahoo.comalexei.volkov.bugs%sun.com2006-05-151-2/+2
* Patch contributed by timeless@bemail.orgalexei.volkov.bugs%sun.com2006-05-151-12/+7
* Remove files nsres.h and nsres.c from trunk. Bug 336198. r=wtchangnelson%bolyard.com2006-05-132-346/+0
* Remove files nsres.h and nsres.c from manifest.mn. Bug 336198. r=wtchangnelson%bolyard.com2006-05-132-4/+2
* Patch contributed by timeless@bemail.orgalexei.volkov.bugs%sun.com2006-05-131-1/+4
* Patch contributed by timeless@bemail.orgalexei.volkov.bugs%sun.com2006-05-131-4/+8
* Patch contributed by timeless@bemail.orgalexei.volkov.bugs%sun.com2006-05-131-2/+2
* Patch contributed by jonsmirl@yahoo.comalexei.volkov.bugs%sun.com2006-05-131-5/+0
* Fix for bug 336477. Memory leak in CERT_UncacheCRL . r=nelsonjulien.pierre.bugs%sun.com2006-05-131-0/+2
* Patch contributed by jonsmirl@yahoo.comalexei.volkov.bugs%sun.com2006-05-131-3/+3
* Patch contributed by timeless@bemail.orgalexei.volkov.bugs%sun.com2006-05-131-1/+2
* Bug 337093. Remove dead code at label loser in function dbs_readBlobnelson%bolyard.com2006-05-121-8/+0
* Bugzilla Bug 336521: we should search the build tree (${DIST}/${OBJDIR})wtchang%redhat.com2006-05-121-1/+1
* Bugzilla Bug 336934: removed ununsed variable ck_id. The patch iswtchang%redhat.com2006-05-121-5/+0
* Bugzilla Bug 336937: removed a test that is guaranteed to be true. Thewtchang%redhat.com2006-05-121-2/+1
* Bugzilla bug 336938: removed a test that is guaranteed to be false. Thewtchang%redhat.com2006-05-121-1/+0
* Bugzilla Bug 298506: Do not log the token name (so the declaration ofwtchang%redhat.com2006-05-103-10/+54
* Bugzilla Bug 298522: implemented ECDSA power-up self-test. The patch waswtchang%redhat.com2006-05-081-1/+176
* Bugzilla Bug 333925: added a comment to paraphrase an obscure if statement.SUNBIRD_0_3a2_RELEASEwtchang%redhat.com2006-05-051-0/+1
* Bugzilla Bug 333925: worked around AES test failures of code compiled bywtchang%redhat.com2006-05-051-2/+13
* Bugzilla Bug 334679: removed a duplicate line in ec_GF2m_validate_point.wtchang%redhat.com2006-05-051-1/+0
* Added/removed blank lines to eliminate the diffs between the trunk and thewtchang%redhat.com2006-05-052-4/+2
* Bugzilla Bug 298506: implemented FIPS 140-2 Security Level 2 auditwtchang%redhat.com2006-05-056-29/+213
* Fix for bug 336335 . Plug leak of a temporary bignum in modular exponentiatio...julien.pierre.bugs%sun.com2006-05-051-8/+9
* Fix for bug 336335 - memory leaks in ECC code. r=wtchangjulien.pierre.bugs%sun.com2006-05-043-7/+15
* Fix for bug 219932 . NISCC test script enhancements. Patch submitted by Jason...julien.pierre.bugs%sun.com2006-05-011-226/+390
* Fix for bug 335021. Add SEC_ASN1_CONSTRUCTED to S/MIME EKP template. r=relyeajulien.pierre.bugs%sun.com2006-04-291-3/+6
* Attachment #215739: Use SSE2 multiply instructions on intel processors. for ...rrelyea%redhat.com2006-04-282-31/+297
* [Bug 334843] Add rpath for HP-UX on pa-riscchristophe.ravel.bugs%sun.com2006-04-271-0/+8
* [Bug 334274] double free in CRMF_EncryptedKeyGetEncryptedValue. r=nelsonalexei.volkov.bugs%sun.com2006-04-272-19/+49
* [Bug 334326] DecodeV4DBCertEntry: Variable "(entry)->nickname" tracked as NUL...alexei.volkov.bugs%sun.com2006-04-271-18/+17
* [Bug 334454] Variable "(key)->pkcs11Slot" tracked as NULL was passed to a fun...alexei.volkov.bugs%sun.com2006-04-261-2/+2
* [Bug 333389] sftk_NewAttribute should not crash when so is NULL [@ sftk_NewAt...alexei.volkov.bugs%sun.com2006-04-261-0/+1
* [Bug 334522] pk12util crash in SEC_PKCS12DecoderValidateBags. r=nelsonalexei.volkov.bugs%sun.com2006-04-2641-6/+8147
|\
* | fixup commit for tag 'NSS_TRUNK_20060424'NSS_TRUNK_20060424cvs2hg2006-04-2540-8141/+0
|/
* Disable AMD64 assembly optimizations. Bug 334057. r=nelsonnelson%bolyard.com2006-04-251-1/+1
* Bug 294537: ssltap should display ASCII CA names from cert request messagenelson%bolyard.com2006-04-251-45/+118
* Backout the last change, undoing the fix for bug 320336 and bug 333405.nelson%bolyard.com2006-04-251-11/+7