| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch to standard integer types in net/. | Avi Drissman | 2015-12-20 | 1 | -0/+2 |
* | Adding User Certificate (.crt) Import to Certificate Manager | svaldez | 2015-11-23 | 2 | -0/+34 |
* | Make net::CertDatabase and PKCS12InitSingleton singletons Leaky. | mattm@chromium.org | 2013-12-20 | 1 | -1/+3 |
* | Revert 239921 "Revert 239759 "The comment in base64.h implies th..." | vadimt@chromium.org | 2013-12-11 | 1 | -7/+3 |
* | NSS: Make cert import helper functions take the slot as an argument. | mattm@chromium.org | 2013-12-11 | 2 | -24/+15 |
* | Revert 239759 "The comment in base64.h implies that base::Base64..." | vadimt@chromium.org | 2013-12-11 | 1 | -3/+7 |
* | The comment in base64.h implies that base::Base64Encode() can return false, but | ricea@chromium.org | 2013-12-10 | 1 | -7/+3 |
* | net: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-27 | 1 | -1/+1 |
* | Use a direct include of strings headers in net/test/, net/third_party/, net/t... | avi@chromium.org | 2013-06-11 | 2 | -2/+2 |
* | Generate unique certificate nicknames on Linux/CrOS. | rsleevi@chromium.org | 2013-05-23 | 1 | -3/+13 |
* | net: extract net/cert out of net/base | phajdan.jr@chromium.org | 2013-03-29 | 3 | -3/+3 |
* | Convert net to use base::string16 instead of string16. | brettw@chromium.org | 2013-03-29 | 2 | -5/+5 |
* | Move the NSS functions out of CertDatabase into a new NSSCertDatabase class. | joaodasilva@chromium.org | 2012-09-10 | 2 | -34/+36 |
* | Update license tool to check several additional directories | steveblock@chromium.org | 2012-08-09 | 1 | -0/+5 |
* | Reland: Fix imported server certs being distrusted in NSS 3.13. | mattm@chromium.org | 2012-06-01 | 4 | -525/+65 |
* | Revert 139719 - Fix imported server certs being distrusted in NSS 3.13. | falken@google.com | 2012-05-31 | 4 | -65/+525 |
* | Fix imported server certs being distrusted in NSS 3.13. | mattm@chromium.org | 2012-05-31 | 4 | -525/+65 |
* | Change the old type name PRArenaPool to PLArenaPool. | wtc@chromium.org | 2012-03-09 | 1 | -1/+1 |
* | Fix compile error for net/third_party/mozilla_security_manager/nsNSSCertTrust... | Guanqun.Lu@gmail.com | 2012-01-14 | 1 | -6/+15 |
* | Initialized variable to fix -Wmaybe-uninitialized warning. | asharif@chromium.org | 2012-01-13 | 1 | -1/+1 |
* | This applies GUIDs to certificate and key nicknames when | gspencer@chromium.org | 2011-12-12 | 3 | -59/+80 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -2/+2 |
* | Introduce a typedef for users of the SSL cert trust bits. This allows lots of... | pkasting@chromium.org | 2011-09-20 | 2 | -8/+8 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -2/+2 |
* | For PKCS#12 imports, only mark key as unextractable if the PKCS#12 file inclu... | gauravsh@chromium.org | 2011-08-04 | 1 | -11/+28 |
* | Change a VLOG(1) message to LOG(ERROR) because it is truly an error | wtc@chromium.org | 2011-07-30 | 1 | -1/+1 |
* | Linux Cert manager: improve PKCS #12 import error messages. | mattm@chromium.org | 2011-07-13 | 1 | -7/+24 |
* | net: expose some more classes as API | evan@chromium.org | 2011-07-11 | 1 | -1/+3 |
* | For PKCS12 private keys imported into a hardware backed token, mark them as u... | gauravsh@chromium.org | 2011-06-29 | 2 | -37/+75 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 3 | -11/+10 |
* | This change loads opencryptoki and uses the TPM for keygen tags. | gspencer@chromium.org | 2011-04-07 | 1 | -2/+2 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 2 | -2/+2 |
* | Pure pedantry: Replace all ".size() == 0" with ".empty()". | erg@google.com | 2011-03-02 | 1 | -1/+1 |
* | NSS: PKCS 11 password prompt. | mattm@chromium.org | 2011-01-13 | 4 | -35/+12 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-14 | 1 | -2/+5 |
* | Revert 68932 - Make members of Singleton<T> private and only visible to the s... | satish@chromium.org | 2010-12-11 | 1 | -5/+2 |
* | Make members of Singleton<T> private and only visible to the singleton type. ... | satish@chromium.org | 2010-12-11 | 1 | -2/+5 |
* | Clean-up style issues in net:: related to X.509 data-types, eliminating unnec... | rsleevi@chromium.org | 2010-11-22 | 1 | -0/+1 |
* | DOMUI Cert Manager: merge email certs into other certs tab. | mattm@chromium.org | 2010-11-03 | 1 | -8/+1 |
* | Convert LOG(INFO) to VLOG(1) - net/. | pkasting@chromium.org | 2010-10-16 | 3 | -9/+9 |
* | CertDatabase: Add ImportServerCerts method. | mattm@chromium.org | 2010-10-12 | 2 | -0/+39 |
* | CertDatabase cleanups: comments for CertType and trust enums, s/ImportCertRes... | mattm@chromium.org | 2010-09-14 | 2 | -11/+12 |
* | Add NSS cert trust setting, cert deleting, and CA cert import to CertDatabase. | mattm@chromium.org | 2010-08-31 | 2 | -0/+269 |
* | NSS cert database cleanups | mattm@chromium.org | 2010-08-20 | 1 | -6/+5 |
* | Move nsNSSCertTrust from chrome/third_party to net/third_party. | mattm@chromium.org | 2010-08-20 | 2 | -0/+495 |
* | Give keys friendly names in NSS and OS X | davidben@chromium.org | 2010-08-19 | 2 | -1/+20 |
* | Add NSS PKCS12 import/export functions to CertDatabase. | mattm@chromium.org | 2010-08-12 | 2 | -0/+470 |
* | Revert "Add NSS PKCS12 import/export functions to CertDatabase." which failed... | mattm@chromium.org | 2010-08-11 | 2 | -470/+0 |
* | Add NSS PKCS12 import/export functions to CertDatabase. | mattm@chromium.org | 2010-08-11 | 2 | -0/+470 |