Ignore:
Timestamp:
Aug 7, 2014, 8:25:37 PM (11 years ago)
Author:
dmik
Message:

openssl: Merge version 1.0.0n from vendor to trunk.

Location:
openssl/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • openssl/trunk

  • TabularUnified openssl/trunk/doc/apps/s_server.pod

    r150 r808  
    3636[B<-nocert>]
    3737[B<-cipher cipherlist>]
     38[B<-serverpref>]
    3839[B<-quiet>]
    3940[B<-no_tmp_rsa>]
     
    4546[B<-no_tls1>]
    4647[B<-no_dhe>]
     48[B<-no_ecdhe>]
    4749[B<-bugs>]
    4850[B<-hack>]
     
    5557[B<-id_prefix arg>]
    5658[B<-rand file(s)>]
     59[B<-status>]
     60[B<-status_verbose>]
     61[B<-status_timeout nsec>]
     62[B<-status_url url>]
    5763
    5864=head1 DESCRIPTION
     
    112118=item B<-dcertform format>, B<-dkeyform format>, B<-dpass arg>
    113119
    114 addtional certificate and private key format and passphrase respectively.
     120additional certificate and private key format and passphrase respectively.
    115121
    116122=item B<-nocert>
     
    131137if this option is set then no DH parameters will be loaded effectively
    132138disabling the ephemeral DH cipher suites.
     139
     140=item B<-no_ecdhe>
     141
     142if this option is set then no ECDH parameters will be loaded effectively
     143disabling the ephemeral ECDH cipher suites.
    133144
    134145=item B<-no_tmp_rsa>
     
    145156must supply a certificate or an error occurs.
    146157
     158If the ciphersuite cannot request a client certificate (for example an
     159anonymous ciphersuite or PSK) this option has no effect.
     160
    147161=item B<-crl_check>, B<-crl_check_all>
    148162
     
    226240the B<ciphers> command for more information.
    227241
     242=item B<-serverpref>
     243
     244use the server's cipher preferences, rather than the client's preferences.
     245
    228246=item B<-tlsextdebug>
    229247
     
    277295all others.
    278296
     297=item B<-status>
     298
     299enables certificate status request support (aka OCSP stapling).
     300
     301=item B<-status_verbose>
     302
     303enables certificate status request support (aka OCSP stapling) and gives
     304a verbose printout of the OCSP response.
     305
     306=item B<-status_timeout nsec>
     307
     308sets the timeout for OCSP response to B<nsec> seconds.
     309
     310=item B<-status_url url>
     311
     312sets a fallback responder URL to use if no responder URL is present in the
     313server certificate. Without this option an error is returned if the server
     314certificate does not contain a responder address.
     315
    279316=back
    280317
Note: See TracChangeset for help on using the changeset viewer.