diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-06-26 23:30:29 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-06-26 23:30:29 +0200 |
commit | 014a0fe142a4d0def694e9e6184962eda4034a4d (patch) | |
tree | 0b0d88db0c189972916f239e66d8ca3f68595a50 /doc/cha-cert-auth.texi | |
parent | 7e404dc713d6c2afc1038e2ed0263d4479a3e52e (diff) | |
download | gnutls-014a0fe142a4d0def694e9e6184962eda4034a4d.tar.gz |
removed unsupported RSA-EXPORT
Diffstat (limited to 'doc/cha-cert-auth.texi')
-rw-r--r-- | doc/cha-cert-auth.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/cha-cert-auth.texi b/doc/cha-cert-auth.texi index b7a29631d9..4898980a40 100644 --- a/doc/cha-cert-auth.texi +++ b/doc/cha-cert-auth.texi @@ -20,12 +20,6 @@ shown in @ref{tab:key-exchange}. The RSA algorithm is used to encrypt a key and send it to the peer. The certificate must allow the key to be used for encryption. -@item RSA_@-EXPORT @tab -The RSA algorithm is used to encrypt a key and send it to the peer. -In the EXPORT algorithm, the server signs temporary RSA parameters of -512 bits --- which are considered weak --- and sends them to the -client. - @item DHE_@-RSA @tab The RSA algorithm is used to sign ephemeral Diffie-Hellman parameters which are sent to the peer. The key in the certificate must allow the |