/*++ /* NAME /* tls_level 3 /* SUMMARY /* TLS security level conversion /* SYNOPSIS /* #include <tls.h> /* /* int tls_level_lookup(name) /* const char *name; /* /* const char *str_tls_level(level) /* int level; /* DESCRIPTION /* The functions in this module convert TLS levels from symbolic /* name to internal form and vice versa. /* /* tls_level_lookup() converts a TLS level from symbolic name /* to internal form. When an unknown level is specified, /* tls_level_lookup() logs no warning, and returns TLS_LEV_INVALID. /* /* str_tls_level() converts a TLS level from internal form to /* symbolic name. The result is a null pointer for an unknown /* level. The "halfdane" level is not a valid user-selected TLS level, /* it is generated internally and is only valid output for the /* str_tls_level() function. /* SEE ALSO /* name_code(3) name to number mapping /* LICENSE /* .ad /* .fi /* The Secure Mailer license must be distributed with this software. /* AUTHOR(S) /* Wietse Venema /* IBM T.J. Watson Research /* P.O. Box 704 /* Yorktown Heights, NY 10598, USA /* /* Victor Duchovni /* Morgan Stanley
/*--*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.