File: fips.txt

package info (click to toggle)
certmonger 0.79.21-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,428 kB
  • sloc: ansic: 59,314; sh: 6,767; xml: 2,486; makefile: 919; python: 564
file content (13 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
Notes on running in FIPS mode:

* All NSS databases need PINs, typically UTF-8 values of 7-255 characters
  in length, composed of at members of least three of these classes:
  * Upper-case ASCII character (unless it's the first character)
  * Lower-case ASCII character
  * Digit (unless it's the last character)
  * Other ASCII character
  * Other character

* Attempts to generate keys of certain sizes less than allowed by the
  underlying crypto libraries will fail.  The daemon will attempt to retry
  using its compile-time default key size.