diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-08-31 17:32:36 +0300 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-08-31 17:32:36 +0300 |
commit | ec9c26524059c22ee4eb5f26c1d09e6e7ef005cd (patch) | |
tree | 8b483dc3a8b6718df87bc40e7dbad872b505e558 /doc/cha-shared-key.texi | |
parent | 95722940bbdd20deaab3a46e4b7fa799e125db59 (diff) | |
download | gnutls-ec9c26524059c22ee4eb5f26c1d09e6e7ef005cd.tar.gz |
mention RSA-PSK
Diffstat (limited to 'doc/cha-shared-key.texi')
-rw-r--r-- | doc/cha-shared-key.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/cha-shared-key.texi b/doc/cha-shared-key.texi index bbc83e6f55..caf5bc2175 100644 --- a/doc/cha-shared-key.texi +++ b/doc/cha-shared-key.texi @@ -110,6 +110,10 @@ exchange. This method offers perfect forward secrecy. Authentication using the @acronym{PSK} protocol and Elliptic curve Diffie-Hellman key exchange. This method offers perfect forward secrecy. +@item RSA-PSK: +Authentication using the @acronym{PSK} protocol for the client and an RSA certificate +for the server. + @end table |