summaryrefslogtreecommitdiffstats
path: root/lib/priority_options.gperf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 07:33:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 07:33:12 +0000
commit36082a2fe36ecd800d784ae44c14f1f18c66a7e9 (patch)
tree6c68e0c0097987aff85a01dabddd34b862309a7c /lib/priority_options.gperf
parentInitial commit. (diff)
downloadgnutls28-36082a2fe36ecd800d784ae44c14f1f18c66a7e9.tar.xz
gnutls28-36082a2fe36ecd800d784ae44c14f1f18c66a7e9.zip
Adding upstream version 3.7.9.upstream/3.7.9upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lib/priority_options.gperf')
-rw-r--r--lib/priority_options.gperf43
1 files changed, 43 insertions, 0 deletions
diff --git a/lib/priority_options.gperf b/lib/priority_options.gperf
new file mode 100644
index 0000000..5a041b7
--- /dev/null
+++ b/lib/priority_options.gperf
@@ -0,0 +1,43 @@
+%{
+typedef void (*option_set_func)(gnutls_priority_t);
+%}
+%language=ANSI-C
+%readonly-tables
+struct priority_options_st { const char *name; option_set_func func; };
+%%
+COMPAT, enable_compat
+DUMBFW, enable_dumbfw
+NO_EXTENSIONS, enable_no_extensions
+NO_TICKETS, enable_no_tickets
+NO_TICKETS_TLS12, enable_no_tickets_tls12
+NO_ETM, enable_no_etm
+FORCE_ETM, enable_force_etm
+NO_SESSION_HASH, enable_no_ext_master_secret
+STATELESS_COMPRESSION, dummy_func
+VERIFY_ALLOW_BROKEN, enable_verify_allow_broken
+VERIFY_ALLOW_SIGN_RSA_MD5, enable_verify_allow_rsa_md5
+VERIFY_ALLOW_SIGN_WITH_SHA1, enable_verify_allow_sha1
+VERIFY_DISABLE_CRL_CHECKS, disable_crl_checks
+SSL3_RECORD_VERSION, enable_ssl3_record_version
+LATEST_RECORD_VERSION, enable_latest_record_version
+VERIFY_ALLOW_X509_V1_CA_CRT, dummy_func
+UNSAFE_RENEGOTIATION, enable_unsafe_renegotiation
+SAFE_RENEGOTIATION, enable_safe_renegotiation
+PARTIAL_RENEGOTIATION, enable_partial_safe_renegotiation
+DISABLE_SAFE_RENEGOTIATION, disable_safe_renegotiation
+FALLBACK_SCSV, enable_fallback_scsv
+DISABLE_WILDCARDS, disable_wildcards
+SERVER_PRECEDENCE, enable_server_precedence
+PROFILE_VERY_WEAK, enable_profile_very_weak
+PROFILE_LOW, enable_profile_low
+PROFILE_LEGACY, enable_profile_legacy
+PROFILE_MEDIUM, enable_profile_medium
+PROFILE_HIGH, enable_profile_high
+PROFILE_ULTRA, enable_profile_ultra
+PROFILE_FUTURE, enable_profile_future
+PROFILE_SUITEB128, enable_profile_suiteb128
+PROFILE_SUITEB192, enable_profile_suiteb192
+NEW_PADDING, dummy_func
+DEBUG_ALLOW_KEY_USAGE_VIOLATIONS, enable_server_key_usage_violations
+ALLOW_SMALL_RECORDS, enable_allow_small_records
+DISABLE_TLS13_COMPAT_MODE, disable_tls13_compat_mode