a78828f
diff -up openssl-1.0.1i/doc/apps/ec.pod.manfix openssl-1.0.1i/doc/apps/ec.pod
a78828f
--- openssl-1.0.1i/doc/apps/ec.pod.manfix	2014-07-22 21:41:23.000000000 +0200
a78828f
+++ openssl-1.0.1i/doc/apps/ec.pod	2014-08-07 11:21:57.258887741 +0200
360a4bb
@@ -93,10 +93,6 @@ prints out the public, private key compo
360a4bb
 
360a4bb
 this option prevents output of the encoded version of the key.
360a4bb
 
360a4bb
-=item B<-modulus>
360a4bb
-
360a4bb
-this option prints out the value of the public key component of the key.
360a4bb
-
360a4bb
 =item B<-pubin>
360a4bb
 
360a4bb
 by default a private key is read from the input file: with this option a
a78828f
diff -up openssl-1.0.1i/doc/apps/openssl.pod.manfix openssl-1.0.1i/doc/apps/openssl.pod
a78828f
--- openssl-1.0.1i/doc/apps/openssl.pod.manfix	2014-07-22 21:43:11.000000000 +0200
a78828f
+++ openssl-1.0.1i/doc/apps/openssl.pod	2014-08-07 11:21:57.259887746 +0200
360a4bb
@@ -163,7 +163,7 @@ Create or examine a netscape certificate
360a4bb
 
360a4bb
 Online Certificate Status Protocol utility.
360a4bb
 
360a4bb
-=item L<B<passwd>|passwd(1)>
360a4bb
+=item L<B<passwd>|sslpasswd(1)>
360a4bb
 
360a4bb
 Generation of hashed passwords.
360a4bb
 
360a4bb
@@ -187,7 +187,7 @@ Public key algorithm parameter managemen
360a4bb
 
360a4bb
 Public key algorithm cryptographic operation utility.
360a4bb
 
360a4bb
-=item L<B<rand>|rand(1)>
360a4bb
+=item L<B<rand>|sslrand(1)>
360a4bb
 
360a4bb
 Generate pseudo-random bytes.
360a4bb
 
360a4bb
@@ -401,9 +401,9 @@ L<crl(1)|crl(1)>, L
360a4bb
 L<dhparam(1)|dhparam(1)>, L<dsa(1)|dsa(1)>, L<dsaparam(1)|dsaparam(1)>,
360a4bb
 L<enc(1)|enc(1)>, L<gendsa(1)|gendsa(1)>, L<genpkey(1)|genpkey(1)>,
360a4bb
 L<genrsa(1)|genrsa(1)>, L<nseq(1)|nseq(1)>, L<openssl(1)|openssl(1)>,
360a4bb
-L<passwd(1)|passwd(1)>,
360a4bb
+L<sslpasswd(1)|sslpasswd(1)>,
360a4bb
 L<pkcs12(1)|pkcs12(1)>, L<pkcs7(1)|pkcs7(1)>, L<pkcs8(1)|pkcs8(1)>,
360a4bb
-L<rand(1)|rand(1)>, L<req(1)|req(1)>, L<rsa(1)|rsa(1)>,
360a4bb
+L<sslrand(1)|sslrand(1)>, L<req(1)|req(1)>, L<rsa(1)|rsa(1)>,
360a4bb
 L<rsautl(1)|rsautl(1)>, L<s_client(1)|s_client(1)>,
360a4bb
 L<s_server(1)|s_server(1)>, L<s_time(1)|s_time(1)>,
360a4bb
 L<smime(1)|smime(1)>, L<spkac(1)|spkac(1)>,
a78828f
diff -up openssl-1.0.1i/doc/apps/s_client.pod.manfix openssl-1.0.1i/doc/apps/s_client.pod
a78828f
--- openssl-1.0.1i/doc/apps/s_client.pod.manfix	2014-08-06 23:10:56.000000000 +0200
a78828f
+++ openssl-1.0.1i/doc/apps/s_client.pod	2014-08-07 11:24:28.736604443 +0200
a78828f
@@ -34,9 +34,14 @@ B<openssl> B<s_client>
360a4bb
 [B<-ssl2>]
360a4bb
 [B<-ssl3>]
360a4bb
 [B<-tls1>]
360a4bb
+[B<-tls1_1>]
360a4bb
+[B<-tls1_2>]
360a4bb
+[B<-dtls1>]
360a4bb
 [B<-no_ssl2>]
360a4bb
 [B<-no_ssl3>]
360a4bb
 [B<-no_tls1>]
360a4bb
+[B<-no_tls1_1>]
360a4bb
+[B<-no_tls1_2>]
360a4bb
 [B<-bugs>]
360a4bb
 [B<-cipher cipherlist>]
a78828f
 [B<-serverpref>]
a78828f
@@ -196,7 +201,7 @@ Use the PSK key B<key> when using a PSK
360a4bb
 given as a hexadecimal number without leading 0x, for example -psk
360a4bb
 1a2b3c4d.
360a4bb
 
360a4bb
-=item B<-ssl2>, B<-ssl3>, B<-tls1>, B<-no_ssl2>, B<-no_ssl3>, B<-no_tls1>
360a4bb
+=item B<-ssl2>, B<-ssl3>, B<-tls1>, B<-tls1_1>, B<-tls1_2>, B<-dtls1>, B<-no_ssl2>, B<-no_ssl3>, B<-no_tls1>, B<-no_tls1_1>, B<-no_tls1_2>
360a4bb
 
360a4bb
 these options disable the use of certain SSL or TLS protocols. By default
360a4bb
 the initial handshake uses a method which should be compatible with all
a78828f
diff -up openssl-1.0.1i/doc/apps/s_server.pod.manfix openssl-1.0.1i/doc/apps/s_server.pod
a78828f
--- openssl-1.0.1i/doc/apps/s_server.pod.manfix	2014-08-06 23:10:56.000000000 +0200
a78828f
+++ openssl-1.0.1i/doc/apps/s_server.pod	2014-08-07 11:21:57.259887746 +0200
a78828f
@@ -216,7 +216,7 @@ Use the PSK key B<key> when using a PSK
360a4bb
 given as a hexadecimal number without leading 0x, for example -psk
360a4bb
 1a2b3c4d.
360a4bb
 
360a4bb
-=item B<-ssl2>, B<-ssl3>, B<-tls1>, B<-no_ssl2>, B<-no_ssl3>, B<-no_tls1>
360a4bb
+=item B<-ssl2>, B<-ssl3>, B<-tls1>, B<-tls1_1>, B<-tls1_2>, B<-dtls1>, B<-no_ssl2>, B<-no_ssl3>, B<-no_tls1>, B<-no_tls1_1>, B<-no_tls1_2>
360a4bb
 
360a4bb
 these options disable the use of certain SSL or TLS protocols. By default
360a4bb
 the initial handshake uses a method which should be compatible with all