Diff for /loncom/lonssl.pm between versions 1.11 and 1.12

version 1.11, 2014/11/06 02:22:11 version 1.12, 2015/10/15 13:40:27
Line 143  sub PromoteClientSocket { Line 143  sub PromoteClientSocket {
   
           
     my $client = IO::Socket::SSL->new_from_fd($dupfno,      my $client = IO::Socket::SSL->new_from_fd($dupfno,
       SSL_user_cert => 1,        SSL_use_cert => 1,
       SSL_key_file  => $KeyFile,        SSL_key_file  => $KeyFile,
       SSL_cert_file => $MyCert,        SSL_cert_file => $MyCert,
       SSL_ca_file   => $CACert);        SSL_ca_file   => $CACert);

Removed from v.1.11  
changed lines
  Added in v.1.12


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>