summaryrefslogtreecommitdiffstats
path: root/net/third_party/mozilla_security_manager
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in net/.Avi Drissman2015-12-201-0/+2
* Adding User Certificate (.crt) Import to Certificate Managersvaldez2015-11-232-0/+34
* Make net::CertDatabase and PKCS12InitSingleton singletons Leaky.mattm@chromium.org2013-12-201-1/+3
* Revert 239921 "Revert 239759 "The comment in base64.h implies th..."vadimt@chromium.org2013-12-111-7/+3
* NSS: Make cert import helper functions take the slot as an argument.mattm@chromium.org2013-12-112-24/+15
* Revert 239759 "The comment in base64.h implies that base::Base64..."vadimt@chromium.org2013-12-111-3/+7
* The comment in base64.h implies that base::Base64Encode() can return false, butricea@chromium.org2013-12-101-7/+3
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-1/+1
* 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-112-2/+2
* Generate unique certificate nicknames on Linux/CrOS.rsleevi@chromium.org2013-05-231-3/+13
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-293-3/+3
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-292-5/+5
* Move the NSS functions out of CertDatabase into a new NSSCertDatabase class.joaodasilva@chromium.org2012-09-102-34/+36
* Update license tool to check several additional directoriessteveblock@chromium.org2012-08-091-0/+5
* Reland: Fix imported server certs being distrusted in NSS 3.13.mattm@chromium.org2012-06-014-525/+65
* Revert 139719 - Fix imported server certs being distrusted in NSS 3.13.falken@google.com2012-05-314-65/+525
* Fix imported server certs being distrusted in NSS 3.13.mattm@chromium.org2012-05-314-525/+65
* Change the old type name PRArenaPool to PLArenaPool.wtc@chromium.org2012-03-091-1/+1
* Fix compile error for net/third_party/mozilla_security_manager/nsNSSCertTrust...Guanqun.Lu@gmail.com2012-01-141-6/+15
* 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-123-59/+80
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* 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