| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
| |
This was a leftover from HPKP removal.
Also remove a couple of unused variables from security/manager/ssl/nsSiteSecurityService.cpp.
|
|
|
|
|
|
| |
Host name was purely being used for HPKP and since HPKP is killed,
this can also go. Currently it doesn't do anything other than
generating build warnings.
|
|
|
|
|
| |
This also removes leftover plumbing for storing preload information
in SiteSecurityService since no service still uses it.
|
|
|
|
| |
Rename the build config option accordingly.
|
|
|
|
|
|
|
| |
- Adds buildconfig option --enable-nss-sqlstore
- Prefixes NSS dbinit with either sql: or dbm: depending on config
- Pre-initializes mozStorage when NSS-SQL storage is used to prevent
an sqlite3_config race in NSS Init
|
| |
|
|
|
|
| |
solves #631, solves #664
|
| |
|
|
|
|
|
|
| |
allows end-entities to be their own trust anchors
https://github.com/MoonchildProductions/moebius/pull/119
|
|
|
|
| |
https://github.com/MoonchildProductions/moebius/pull/126
|
|
|