Blame lib/priority_options.gperf

Packit Service 4684c1
%{
Packit Service 4684c1
typedef void (*option_set_func)(gnutls_priority_t);
Packit Service 4684c1
%}
Packit Service 4684c1
%language=ANSI-C
Packit Service 4684c1
%readonly-tables
Packit Service 4684c1
struct priority_options_st { const char *name; option_set_func func; };
Packit Service 4684c1
%%
Packit Service 4684c1
COMPAT, enable_compat
Packit Service 4684c1
DUMBFW, enable_dumbfw
Packit Service 4684c1
NO_EXTENSIONS, enable_no_extensions
Packit Service 4684c1
NO_TICKETS, enable_no_tickets
Packit Service 4684c1
NO_ETM, enable_no_etm
Packit Service 4684c1
FORCE_ETM, enable_force_etm
Packit Service 4684c1
NO_SESSION_HASH, enable_no_ext_master_secret
Packit Service 4684c1
STATELESS_COMPRESSION, dummy_func
Packit Service 4684c1
VERIFY_ALLOW_BROKEN, enable_verify_allow_broken
Packit Service 4684c1
VERIFY_ALLOW_SIGN_RSA_MD5, enable_verify_allow_rsa_md5
Packit Service 4684c1
VERIFY_ALLOW_SIGN_WITH_SHA1, enable_verify_allow_sha1
Packit Service 4684c1
VERIFY_DISABLE_CRL_CHECKS, disable_crl_checks
Packit Service 4684c1
SSL3_RECORD_VERSION, enable_ssl3_record_version
Packit Service 4684c1
LATEST_RECORD_VERSION, enable_latest_record_version
Packit Service 4684c1
VERIFY_ALLOW_X509_V1_CA_CRT, dummy_func
Packit Service 4684c1
UNSAFE_RENEGOTIATION, enable_unsafe_renegotiation
Packit Service 4684c1
SAFE_RENEGOTIATION, enable_safe_renegotiation
Packit Service 4684c1
PARTIAL_RENEGOTIATION, enable_partial_safe_renegotiation
Packit Service 4684c1
DISABLE_SAFE_RENEGOTIATION, disable_safe_renegotiation
Packit Service 4684c1
FALLBACK_SCSV, enable_fallback_scsv
Packit Service 4684c1
DISABLE_WILDCARDS, disable_wildcards
Packit Service 4684c1
SERVER_PRECEDENCE, enable_server_precedence
Packit Service 4684c1
PROFILE_VERY_WEAK, enable_profile_very_weak
Packit Service 4684c1
PROFILE_LOW, enable_profile_low
Packit Service 4684c1
PROFILE_LEGACY, enable_profile_legacy
Packit Service 4684c1
PROFILE_MEDIUM, enable_profile_medium
Packit Service 4684c1
PROFILE_HIGH, enable_profile_high
Packit Service 4684c1
PROFILE_ULTRA, enable_profile_ultra
Packit Service 4684c1
PROFILE_FUTURE, enable_profile_future
Packit Service 4684c1
PROFILE_SUITEB128, enable_profile_suiteb128
Packit Service 4684c1
PROFILE_SUITEB192, enable_profile_suiteb192
Packit Service 4684c1
NEW_PADDING, dummy_func
Packit Service 4684c1
DEBUG_ALLOW_KEY_USAGE_VIOLATIONS, enable_server_key_usage_violations
Packit Service 4684c1
ALLOW_SMALL_RECORDS, enable_allow_small_records