|
2802 | 2802 | "cc-eal6+", |
2803 | 2803 | "cc-eal7", |
2804 | 2804 | "cc-eal7+", |
| 2805 | + "cavp", |
2805 | 2806 | "other", |
2806 | 2807 | "unknown" |
2807 | 2808 | ], |
|
2833 | 2834 | "cc-eal6+": "Common Criteria - Evaluation Assurance Level 6 (Augmented)", |
2834 | 2835 | "cc-eal7": "Common Criteria - Evaluation Assurance Level 7", |
2835 | 2836 | "cc-eal7+": "Common Criteria - Evaluation Assurance Level 7 (Augmented)", |
| 2837 | + "cavp": "Cryptographic Algorithm Validation Program", |
2836 | 2838 | "other": "Another certification", |
2837 | 2839 | "unknown": "The certification level is not known" |
2838 | 2840 | } |
|
2858 | 2860 | "kwp", |
2859 | 2861 | "cts", |
2860 | 2862 | "xts", |
| 2863 | + "xpn", |
| 2864 | + "ff1", |
| 2865 | + "ff3-1", |
2861 | 2866 | "other", |
2862 | 2867 | "unknown" |
2863 | 2868 | ], |
|
2877 | 2882 | "kwp": "AES Key Wrap with Padding (RFC 5649).", |
2878 | 2883 | "cts": "Ciphertext Stealing mode.", |
2879 | 2884 | "xts": "XEX Tweaked-codebook with Stealing (disk encryption).", |
| 2885 | + "xpn": "Extended Packet Numbering mode.", |
| 2886 | + "ff1": "Format-preserving encryption mode 1.", |
| 2887 | + "ff3-1": "Format-preserving encryption mode 3, update 1.", |
2880 | 2888 | "other": "Another mode of operation.", |
2881 | 2889 | "unknown": "The mode is not known." |
2882 | 2890 | } |
|
2892 | 2900 | "oaep", |
2893 | 2901 | "raw", |
2894 | 2902 | "pss", |
| 2903 | + "x931", |
2895 | 2904 | "other", |
2896 | 2905 | "unknown" |
2897 | 2906 | ], |
|
2902 | 2911 | "oaep": "Optimal Asymmetric Encryption Padding for RSA.", |
2903 | 2912 | "raw": "No padding applied.", |
2904 | 2913 | "pss": "Probabilistic Signature Scheme for RSA signatures.", |
| 2914 | + "x931": "ANSI X9.31 padding for RSA.", |
2905 | 2915 | "other": "Another padding scheme.", |
2906 | 2916 | "unknown": "The padding scheme is not known." |
2907 | 2917 | } |
|
3636 | 3646 | "description": "A cryptographic function or usage.", |
3637 | 3647 | "enum": [ |
3638 | 3648 | "generate", |
| 3649 | + "paramgen", |
| 3650 | + "paramver", |
3639 | 3651 | "keygen", |
| 3652 | + "keyver", |
3640 | 3653 | "encrypt", |
3641 | 3654 | "decrypt", |
3642 | 3655 | "digest", |
|
3653 | 3666 | ], |
3654 | 3667 | "meta:enum": { |
3655 | 3668 | "generate": "Generates random data, IVs, or nonces.", |
| 3669 | + "paramgen": "Verifies cryptographic domain parameters.", |
3656 | 3670 | "keygen": "Generates cryptographic keys.", |
| 3671 | + "keyver": "Verifies cryptographic keys.", |
3657 | 3672 | "encrypt": "Transforms plaintext into ciphertext.", |
3658 | 3673 | "decrypt": "Transforms ciphertext into plaintext.", |
3659 | 3674 | "digest": "Computes a hash value from input data.", |
|
0 commit comments