Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
LICENSE | D | 03-May-2024 | 1.7 KiB | 36 | 35 | |
README.chromium | D | 03-May-2024 | 642 | 18 | 14 | |
nsKeygenHandler.cpp | D | 03-May-2024 | 8.4 KiB | 258 | 168 | |
nsKeygenHandler.h | D | 03-May-2024 | 2.8 KiB | 70 | 15 | |
nsNSSCertificateDB.cpp | D | 03-May-2024 | 11 KiB | 276 | 166 | |
nsNSSCertificateDB.h | D | 03-May-2024 | 3 KiB | 75 | 27 | |
nsPKCS12Blob.cpp | D | 03-May-2024 | 16.4 KiB | 489 | 318 | |
nsPKCS12Blob.h | D | 03-May-2024 | 3.2 KiB | 80 | 25 |
README.chromium
1Name: Mozilla Personal Security Manager 2URL: http://mxr.mozilla.org/mozilla1.9.2/source/security/manager/ 3InfoURL: http://www.mozilla.org/ 4Version: Mozilla 1.9.2 5License: MPL 1.1 / GPL 2.0 / LGPL 2.1 6License File: NOT_SHIPPED 7 8Description: 9This is selected code bits from Mozilla's Personal Security Manager. 10 11The same module appears in chrome/third_party/mozilla_security_manager, so we 12don't repeat the license file here. 13 14Local Modifications: 15Files are forked from Mozilla's because of the heavy adaptations necessary. 16Differences are using Chromium localization and other libraries instead of 17Mozilla's, matching the Chromium style, etc. 18