diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 07:33:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 07:33:12 +0000 |
commit | 36082a2fe36ecd800d784ae44c14f1f18c66a7e9 (patch) | |
tree | 6c68e0c0097987aff85a01dabddd34b862309a7c /doc/enums/gnutls_sec_param_t | |
parent | Initial commit. (diff) | |
download | gnutls28-upstream.tar.xz gnutls28-upstream.zip |
Adding upstream version 3.7.9.upstream/3.7.9upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/enums/gnutls_sec_param_t')
-rw-r--r-- | doc/enums/gnutls_sec_param_t | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/enums/gnutls_sec_param_t b/doc/enums/gnutls_sec_param_t new file mode 100644 index 0000000..ead2796 --- /dev/null +++ b/doc/enums/gnutls_sec_param_t @@ -0,0 +1,29 @@ + + +@c gnutls_sec_param_t +@table @code +@item GNUTLS_@-SEC_@-PARAM_@-UNKNOWN +Cannot be known +@item GNUTLS_@-SEC_@-PARAM_@-INSECURE +Less than 42 bits of security +@item GNUTLS_@-SEC_@-PARAM_@-EXPORT +42 bits of security +@item GNUTLS_@-SEC_@-PARAM_@-VERY_@-WEAK +64 bits of security +@item GNUTLS_@-SEC_@-PARAM_@-WEAK +72 bits of security +@item GNUTLS_@-SEC_@-PARAM_@-LOW +80 bits of security +@item GNUTLS_@-SEC_@-PARAM_@-LEGACY +96 bits of security +@item GNUTLS_@-SEC_@-PARAM_@-MEDIUM +112 bits of security (used to be @code{GNUTLS_SEC_PARAM_NORMAL} ) +@item GNUTLS_@-SEC_@-PARAM_@-HIGH +128 bits of security +@item GNUTLS_@-SEC_@-PARAM_@-ULTRA +192 bits of security +@item GNUTLS_@-SEC_@-PARAM_@-FUTURE +256 bits of security +@item GNUTLS_@-SEC_@-PARAM_@-MAX +-- undescribed -- +@end table |