diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-05-03 21:08:11 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-05-03 21:08:11 +0200 |
commit | 2e68d16e6a4c5e265b31d553ffc1773f0b66e4bc (patch) | |
tree | 8cbd293f65bd451b288ac314768e0d21fd532680 /doc | |
parent | 8049fad0db923309820e502fafb03d2c0885006e (diff) | |
download | gnutls-2e68d16e6a4c5e265b31d553ffc1773f0b66e4bc.tar.gz |
doc update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cha-gtls-app.texi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi index 911d0183ff..d4f7451dca 100644 --- a/doc/cha-gtls-app.texi +++ b/doc/cha-gtls-app.texi @@ -879,11 +879,14 @@ are listed in @ref{The Alert Protocol}. @section Priority strings @cindex Priority strings -The GnuTLS priority string specifies the TLS session's handshake +The GnuTLS priority strings specify the TLS session's handshake algorithms and options in a compact, easy-to-use format. That string may contain a single initial keyword such as in @ref{tab:prio-keywords} and may be followed by additional algorithm or -special keywords. +special keywords. Note that their description is intentionally avoiding +specific algorithm details, as the priority strings are not constant between +gnutls versions (they are periodically updated to account for cryptographic +advances while providing compatibility with old clients and servers). @showfuncB{gnutls_priority_set_direct,gnutls_priority_set} |