NNS / PK11_ListCerts ...

TwitterFacebook
Get flash to fully experience Pearltrees
http://code.google.com/chrome/extensions/npapi.html

NPAPI Plugins - Google Chrome Extensions - Google Code

Code running in an NPAPI plugin has the full permissions of the current user and is not sandboxed or shielded from malicious input by Google Chrome in any way.
About Mac Os X

https://developer.mozilla.org/en/Gecko_Plugin_API_Reference This chapter describes methods in the plug-in API that are available from the plug-in object. The names of all of these methods begin with NPP_ to indicate that they are implemented by the plug-in and called by the browser. For an overview of how these two sides of the plug-in API interact, see the How Plug-ins Work and Overview of Plug-in Structure sections in the introduction.

Gecko Plugin API Reference - MDC Docs

This article is adapted from Josh Aas's blog post Writing an NPAPI plugin for Mac OS X. https://developer.mozilla.org/En/Writing_a_plugin_for_Mac_OS_X

Writing a plugin for Mac OS X - MDC Docs

http://kb.mozillazine.org/Profile_folder_-_Firefox

Profile folder - Firefox - MozillaZine Knowledge Base

Firefox stores a user's personal information such as bookmarks, extensions, and user preferences in a unique profile . The first time you start Firefox, it will automatically create a default profile; additional profiles can be created using the Profile Manager . The settings which form a profile are stored in files within a special folder on your computer — this is the profile folder .

Mac
Profile folders are in one of these locations:
~/Library/Mozilla/Firefox/Profiles/<profile folder>
~/Library/Application Support/Firefox/Profiles/<profile folder>
The tilde character (~) refers to the current user's Home folder, so ~/Library is the /Macintosh HD/Users/<username>/Library folder. by drone Jun 2

Firefox stores a user's personal information such as bookmarks, extensions, and user preferences in a unique profile . http://kb.mozillazine.org/Profile_folder_-_Firefox#Mac

Profile folder - Firefox - MozillaZine Knowledge Base

http://kb.mozillazine.org/Profile_folder From MozillaZine Knowledge Base

Profile folder - MozillaZine Knowledge Base

If you suspect that a problem with your Mozilla browser issue is related to a plugin, you should perform the standard diagnostic steps first, to rule out problems caused by other issues such as problematic extensions or profile issues. http://kb.mozillazine.org/Issues_related_to_plugins

Issues related to plugins - MozillaZine Knowledge Base

NPAPI - Wikipedia, the free encyclopedia

http://en.wikipedia.org/wiki/NPAPI Netscape Plugin Application Programming Interface ( NPAPI ) is a cross-platform plugin architecture used by many web browsers . It was first developed for the Netscape family of browsers starting with Netscape Navigator 2.0 but was subsequently implemented by many other browsers, including all of the browsers most commonly used today (although Internet Explorer only supported it until version 5.5SP2 [ 1 ] [ 2 ] [ 3 ] ).
npruntime

http://yansanmo.progysm.com/doc/npapi Loading the browser: 1.

Netscape Plugin API NPAPI

The Java Embedding Plugin is a utility that allows other web browsers than Apple's Safari to use the most recent versions of Java on Mac OS X. http://javaplugin.sourceforge.net/

Java Embedding Plugin

Oops : NNS / PK11_ListCerts ...

secutil.c

See also ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_2_1_RTM/src/nss-3.2.1/mozilla/security/nss/cmd/lib/secutil.c by drone May 25

Module Dependencies in PKCS#11 Wrapper: pk11cert.c

STAN_GetDefaultTrustDomain , NSSTrustDomain_FindTokenByName , nssCertificateCollection_Create , nssPKIObjectCollection_Destroy , nssTrustDomain_GetCertsForNicknameFromCache , nssPKIObjectCollection_AddInstances , nssPKIObjectCollection_Count , nssTrustDomain_GetCertsForEmailAddressFromCache , nssPKIObjectCollection_GetCertificates , nssCertificateArray_FindBestCertificate , STAN_GetCERTCertificateOrRelease , nssCertificateArray_Destroy

NSS 3.3 Public Functions

The public functions listed here are used to configure sockets for communication via the SSL and TLS protocols.
The features are classified in three categories: In , Highly Desirable , and Out . By the time the PRD is approved, the items on the Highly Desirable list should all be marked either In or Out. PK11_FindCertFromNickname returns certificate with unexpected slot if identical keys/certs exist within the key DB and a PKCS11 token ( bug 74822 ).

NSS 3.9 Plan

LinuxCertManagement - chromium - Configuring SSL certificates on Linux. - An open-source browser project to help move the web forward. - Google Project Hosting

NOTE: SSL client authentication with personal certificates does not work completely in Linux, see issue 16830 and issue 25241 .
XPCOM

setenv / C / c++