CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2015/02/11 21:35:17

Modified files:
        lib/libtls     : tls.h tls_config.c 

Log message:
Add a tls_config_parse_protocols() function that allows a protocols string
to be converted into a libtls protocols value. This allows for things like:

"tlsv1.0,tlsv1.1" (TLSv1.0 and TLSv1.1)
"all,!tlsv1.0" (all protocols except TLSv1.0)

Discussed with tedu@ and reyk@

Reply via email to