summaryrefslogtreecommitdiff
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Bug 340183, Add the Netlock Class QA root certificateNSS_3_11_20060609_TAGDOM_AGNOSTIC3_PRE_MERGEDOM_AGNOSTIC3_BASE3kaie%kuix.de2006-06-092-17/+399
* Fix broken build.nelson%bolyard.com2006-06-091-2/+2
* Fix leak and OOM crash. Bug 338352. Coverity. r=rrelyeanelson%bolyard.com2006-06-091-82/+97
* Fix for bug 340909 . Add certutil command to usage. r=nelsonjulien.pierre.bugs%sun.com2006-06-091-9/+20
* Fix leaks in CERT_DistNamesFromNicknames (bug 339916) and innelson%bolyard.com2006-06-091-5/+6
* Fix leak in NSS_CMSEncoder_Start error path. Bug 339914. r=alexei.volkovnelson%bolyard.com2006-06-081-1/+3
* Fix leak in sec_asn1d_add_to_subitems. Bug 339913. r=alexei.volkovnelson%bolyard.com2006-06-081-0/+2
* 340734 update ref to 140-1 to 140 r=neilWilliamsglen.beasley%sun.com2006-06-084-10/+10
* Bugzilla bug 338599: added new function SECKEY_SignatureLen and use itwtchang%redhat.com2006-06-085-7/+58
* Remove dead code. Coverity 506. r=nelson,wtchang. Bug 337027.nelson%bolyard.com2006-06-071-11/+0
* Fix bug 337104 and bug 337105. Don't crash if we run out of memorynelson%bolyard.com2006-06-071-7/+16
* Fix for bug 326637 . Unnecessary request of PKCS11 device password accessing ...julien.pierre.bugs%sun.com2006-06-075-11/+13
* Fix for bug 340040 - add certutil option to verify an OCSP responder cert. r=...julien.pierre.bugs%sun.com2006-06-061-0/+4
* [Bug 339908] 3 NULL ptr crashes when PK11_GetBestSlot returns NULL. r=nelsonalexei.volkov.bugs%sun.com2006-06-021-1/+10
* Import NSPR 4.6.2.wtchang%redhat.com2006-06-021-1/+1
* Bugzilla Bug 338552: added StartCom CA certificate to NSS. The patch iswtchang%redhat.com2006-05-313-5/+325
* Fix for bug 335021 . Back out temporary hot fix.julien.pierre.bugs%sun.com2006-05-311-1/+1
* Fix for bug 336477 . Fix for CERT_UncacheCRL error checking. r=nelsonjulien.pierre.bugs%sun.com2006-05-311-11/+13
* Fix for bug 335021 . Incorrect smime_encryptionkeypref_template leads to Quic...julien.pierre.bugs%sun.com2006-05-252-572/+67
|\
* | fixup commit for tag 'NSS_FIPS_20060524'NSS_FIPS_20060524cvs2hg2006-05-221-61/+569
|/
* [Bug 337014] OOM crash [@ PORT_ArenaAlloc - PK11_PQG_ParamGenSeedLen][@ PORT_...alexei.volkov.bugs%sun.com2006-05-221-0/+8
* [Bug 337495] Double free in CRMF_CertReqMsgSetSignaturePOP (security/nss/lib/...alexei.volkov.bugs%sun.com2006-05-221-19/+19
* [Bug 337495] Double free in CRMF_CertReqMsgSetSignaturePOP (security/nss/lib/...alexei.volkov.bugs%sun.com2006-05-221-1/+1
* Bug 236613: change to MPL/LGPL/GPL tri-license.wtchang%redhat.com2006-05-211-30/+33
* Promote the use of curve secp192r1 for client auth, since it is fasterNSS_3_11_20060520_TAGDOM_AGNOSTIC3_BASE2nelson%bolyard.com2006-05-191-1/+1
* Eliminate a crash and plug a leak in the error path for functionnelson%bolyard.com2006-05-181-1/+2
* Avoid crash if "item" pointer is NULL. Coverity bug 333555.nelson%bolyard.com2006-05-181-0/+6
* [Bug 337008] OOM crash [@ nssList_Add - STAN_InitTokenForSlotInfo - STAN_Load...alexei.volkov.bugs%sun.com2006-05-181-0/+6
* [Bug 337010] OOM crash [@ NSC_DigestKey] Dereferencing possibly NULL "att". r=nealexei.volkov.bugs%sun.com2006-05-181-1/+3
* Plug leak. Free cache. Coverity bug 338201. r=alexei.volkovnelson%bolyard.com2006-05-181-1/+1
* Fix several Coverity bugs. Bug 336982. NULL ptr check after ptr deref'ed.nelson%bolyard.com2006-05-181-7/+10
* Remove dead old FORTEZZA KEA code. Coverity bug 337098. r=rrelyea,wtchangnelson%bolyard.com2006-05-181-76/+0
* [Bug 337154] Coverity 321, dead code in mozilla/security/nss/lib/pk11wrap/pk1...alexei.volkov.bugs%sun.com2006-05-181-2/+0
* Don't dereference a NULL secmodprefix argument. Coverity Bug 336981.nelson%bolyard.com2006-05-181-3/+4
* In SEC_PKCS12DecoderGetCerts, don't dereference p12dcx until AFTER it hasnelson%bolyard.com2006-05-181-1/+1
* Add 3 assertions to satisfy coverity that tmpt is never NULL in thesenelson%bolyard.com2006-05-181-14/+9
* Plug leak. Free "info" in error path. Coverity bug 336475.nelson%bolyard.com2006-05-181-0/+1
* Correct the amount returned by ssl_Writev for short writes on non-blockingnelson%bolyard.com2006-05-171-1/+1
* Fix for bug 338214 . Plug reference leak in PK11_CreateContextByRawKey . r=ne...julien.pierre.bugs%sun.com2006-05-171-6/+11
* [Bug 337011] OOM crash [@ sftk_handleKeyObject][@ sftk_handleKeyParameterObje...alexei.volkov.bugs%sun.com2006-05-171-0/+6
* [Bug 337326] Leak in nsslowcert_UpdateSubjectEmailAddr (security/nss/lib/soft...alexei.volkov.bugs%sun.com2006-05-171-16/+13
* [Bug 337009] OOM crash [@ nssList_Count - nssTrustDomain_GetCertsFromCache] D...alexei.volkov.bugs%sun.com2006-05-171-0/+3
* [Bug 337332] Leak in OpenNewDB (security/nss/lib/softoken/keydb.c). r=nelsonalexei.volkov.bugs%sun.com2006-05-171-1/+1
|\
| * fixup commit for tag 'JSS_4_2_4_RTM'JSS_4_2_4_RTMcvs2hg2006-05-171324-585477/+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
* 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