summaryrefslogtreecommitdiffstats
path: root/net/third_party/mozilla_security_manager
Commit message (Expand)AuthorAgeFilesLines
* Introduce a typedef for users of the SSL cert trust bits. This allows lots of...pkasting@chromium.org2011-09-202-8/+8
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* For PKCS#12 imports, only mark key as unextractable if the PKCS#12 file inclu...gauravsh@chromium.org2011-08-041-11/+28
* Change a VLOG(1) message to LOG(ERROR) because it is truly an errorwtc@chromium.org2011-07-301-1/+1
* Linux Cert manager: improve PKCS #12 import error messages.mattm@chromium.org2011-07-131-7/+24
* net: expose some more classes as APIevan@chromium.org2011-07-111-1/+3
* For PKCS12 private keys imported into a hardware backed token, mark them as u...gauravsh@chromium.org2011-06-292-37/+75
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-143-11/+10
* This change loads opencryptoki and uses the TPM for keygen tags.gspencer@chromium.org2011-04-071-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-282-2/+2
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* NSS: PKCS 11 password prompt.mattm@chromium.org2011-01-134-35/+12
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-2/+5
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-5/+2
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-2/+5
* Clean-up style issues in net:: related to X.509 data-types, eliminating unnec...rsleevi@chromium.org2010-11-221-0/+1
* DOMUI Cert Manager: merge email certs into other certs tab.mattm@chromium.org2010-11-031-8/+1
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-163-9/+9
* CertDatabase: Add ImportServerCerts method.mattm@chromium.org2010-10-122-0/+39
* CertDatabase cleanups: comments for CertType and trust enums, s/ImportCertRes...mattm@chromium.org2010-09-142-11/+12
* Add NSS cert trust setting, cert deleting, and CA cert import to CertDatabase.mattm@chromium.org2010-08-312-0/+269
* NSS cert database cleanupsmattm@chromium.org2010-08-201-6/+5
* Move nsNSSCertTrust from chrome/third_party to net/third_party.mattm@chromium.org2010-08-202-0/+495
* Give keys friendly names in NSS and OS Xdavidben@chromium.org2010-08-192-1/+20
* Add NSS PKCS12 import/export functions to CertDatabase.mattm@chromium.org2010-08-122-0/+470
* Revert "Add NSS PKCS12 import/export functions to CertDatabase." which failed...mattm@chromium.org2010-08-112-470/+0
* Add NSS PKCS12 import/export functions to CertDatabase.mattm@chromium.org2010-08-112-0/+470
* Add a unit test to check KeygenHandler's thread-safetydavidben@chromium.org2010-06-251-8/+14
* Change Windows' application/x-x509-user-cert handling to allow any certificat...rsleevi@chromium.org2010-06-241-13/+0
* Don't need to copy the challenge data before calling DER_Encode becausewtc@chromium.org2010-06-242-10/+8
* Move the Mozilla-derived code in net/base/keygen_handler_nss.ccwtc@chromium.org2010-06-184-0/+388