Clarifications.
authorBodo Möller <bodo@openssl.org>
Thu, 6 Apr 2000 22:30:57 +0000 (22:30 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 6 Apr 2000 22:30:57 +0000 (22:30 +0000)
doc/apps/ciphers.pod
doc/crypto/BN_mod_mul_montgomery.pod

index 2301e28251c9abf7e73bada4a0c44abb87e69398..21077614a72761c8357012b0089fa50a45377a60 100644 (file)
@@ -25,9 +25,13 @@ the appropriate cipherlist.
 
 =item B<-v>
 
 
 =item B<-v>
 
-verbose option. List ciphers with a complete description of the authentication,
-key exchange, encryption and mac algorithms used along with any key size
+verbose option. List ciphers with a complete description of
+protocol version (SSLv2 or SSLv3; the latter includes TLS), key exchange,
+authentication, encryption and mac algorithms used along with any key size
 restrictions and whether the algorithm is classed as an "export" cipher.
 restrictions and whether the algorithm is classed as an "export" cipher.
+Note that without the B<-v> option, ciphers may seem to appear twice
+in a cipher list; this is when similar ciphers are available for
+SSL v2 and for SSL v3/TLS v1.
 
 =item B<-ssl3>
 
 
 =item B<-ssl3>
 
index 0f0c1375af2327dba6fa144fe3ad485b0d7d3f90..b190b4013db1da6918540227912ec1d87b91ee15 100644 (file)
@@ -49,7 +49,7 @@ the result in B<r>.
 
 BN_from_montgomery() performs the Montgomery reduction B<r> = B<a>*R^-1.
 
 
 BN_from_montgomery() performs the Montgomery reduction B<r> = B<a>*R^-1.
 
-BN_to_montgomery() computes Mont(B<a>,R^2).
+BN_to_montgomery() computes Mont(B<a>,R^2), i.e. B<a>*R.
 
 For all functions, B<ctx> is a previously allocated B<BN_CTX> used for
 temporary variables.
 
 For all functions, B<ctx> is a previously allocated B<BN_CTX> used for
 temporary variables.