summaryrefslogtreecommitdiffstats
path: root/net/third_party/mozilla_security_manager/nsPKCS12Blob.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make net::CertDatabase and PKCS12InitSingleton singletons Leaky.mattm@chromium.org2013-12-201-1/+3
* Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-271-1/+1
* Use a direct include of strings headers in net/test/, net/third_party/, net/t...avi@chromium.org2013-06-111-1/+1
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-1/+1
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-291-3/+3
* Initialized variable to fix -Wmaybe-uninitialized warning.asharif@chromium.org2012-01-131-1/+1
* This applies GUIDs to certificate and key nicknames whengspencer@chromium.org2011-12-121-36/+57
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* For PKCS#12 imports, only mark key as unextractable if the PKCS#12 file inclu...gauravsh@chromium.org2011-08-041-11/+28
* Linux Cert manager: improve PKCS #12 import error messages.mattm@chromium.org2011-07-131-7/+24
* For PKCS12 private keys imported into a hardware backed token, mark them as u...gauravsh@chromium.org2011-06-291-35/+71
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-2/+1
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* NSS: PKCS 11 password prompt.mattm@chromium.org2011-01-131-8/+4
* 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
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-2/+2
* NSS cert database cleanupsmattm@chromium.org2010-08-201-6/+5
* Add NSS PKCS12 import/export functions to CertDatabase.mattm@chromium.org2010-08-121-0/+397
* Revert "Add NSS PKCS12 import/export functions to CertDatabase." which failed...mattm@chromium.org2010-08-111-397/+0
* Add NSS PKCS12 import/export functions to CertDatabase.mattm@chromium.org2010-08-111-0/+397