Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
moduli — Diffie-Hellman moduliDESCRIPTION
The /etc/moduli file contains prime numbers and generators for use by sshd(8) in the Diffie-Hellman Group Exchange key exchange method.- timestamp
- The time that the modulus was last processed as YYYYMMDDHHMMSS.
- type
-
Decimal number specifying the internal structure of the prime modulus. Supported types are:
- 0
- Unknown, not tested.
- 2
- "Safe" prime; (p-1)/2 is also prime.
- 4
- Sophie Germain; 2p+1 is also prime.
- tests
-
Decimal number indicating the type of primality tests that the number has been subjected to represented as a bitmask of the following values:
- 0x00
- Not tested.
- 0x01
- Composite number – not prime.
- 0x02
- Sieve of Eratosthenes.
- 0x04
- Probabilistic Miller-Rabin primality tests.
- trials
- Decimal number indicating the number of primality trials that have been performed on the modulus.
- size
- Decimal number indicating the size of the prime in bits.
- generator
- The recommended generator for use with this modulus (hexadecimal).
- modulus
- The modulus itself in hexadecimal.