summaryrefslogtreecommitdiffstats
path: root/nss_pcache.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup to remove a slew of trailing whitespaceRob Crittenden2015-10-021-7/+7
|
* Fix argument handling in nss_pcacheRob Crittenden2014-02-211-2/+2
|
* Fix usage string in nss_pcache to include semidRob Crittenden2014-02-211-1/+1
|
* Add a semaphore lock around retrieving token PINs from the nss_pcachercritten2011-03-021-3/+22
| | | | | | | pipe. Rarely requests to the pipe were getting overridden causing that child to not enable SSL. Fedora bug 677701
* Ignore SIGHUP in nss_pcache (#591889).rcritten2010-05-141-0/+3
| | | | Contributed by Joshua Roys <roysjosh@gmail.com>
* Fix parsing error where a token with no password would end up with arcritten2008-07-021-2/+5
| | | | | | | trailing tab in its value causing NSS to not find it. If there is no password stored for a token return a 1-byte response so that the read on the other end won't time out.
* 222173rcritten2007-01-101-2/+4
| | | | | | | | Stop processing tokens when a login fails so we can correctly report the failure. Fix an off-by-one error in nss_pcache that prevented 1 character passwords (not a huge problem but a bug none-the-less).
* Fix command-line argument miscounting caused by the addition of thercritten2005-11-181-1/+6
| | | | | | | | FIPS flag. The result was that the database prefix was always missed. Also check the return value of NSS_Initialize() and print and exit if the database is not opened.
* Add a FIPS configuration option. This enables the FIPS internalrcritten2005-08-191-3/+24
| | | | | database module, configures for SSLv3 and TLSv1 and enables the 2 FIPS ciphers (and disables all the others).
* More correct detection of NSS version when determining whether wercritten2005-08-181-3/+1
| | | | | should expect PK11_TokenKeyGenWithFlags(). It hasn't been included as of NSS 3.10.0.
* Add in support for older versions of NSS that don't have the functionrcritten2005-07-201-0/+7
| | | | | | PK11_TokenKeyGenWithFlags(). Older versions of NSS will only work with software certificates when using nss_pcache. The workaround is to store the token passwords in a file instead.
* Fix lunasa problem. The key we generate must work for both encryption andrrelyea2005-07-061-2/+2
| | | | | | decryption. By default generate key only returns encryption keys. bob
* Add NSS database prefix supportrcritten2005-06-291-3/+3
|
* The path to the cert database was hardcoded, use the value passed inrcritten2005-05-201-1/+6
| | | | by Apache.
* Initial import of mod_nssrcritten2005-05-171-0/+459