blob: d62954d1dfcdc4b1f4f3595f34039aedb552eab8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
Currently deprecated:
- PRNGs X9.31 (no longer approved) and HMAC_RNG (non-standard)
Use HMAC_DRBG
- ECB mode for block ciphers
- Rabin-Williams signatures
- Nyberg-Rueppel signatures
- MARS, RC2, RC5, RC6, SAFER, TEA
- ECB Cipher_Mode
- MD2, HAS-160, RIPEMD-128
- 3DES and SEED ciphersuites in TLS
- DSA auth in TLS (not ECDSA)
- Old (Google specific) ChaCha20 TLS ciphersuites
- All built in ECC groups < 256 bits
- All built in MODP groups < 2048 bits
- All pre-created DSA groups
- All support for BeOS/Haiku including BeOS entropy source
- EGD entropy source
- Unix process exec entropy source
|