Re: [webmin-devel] Changes to miniserv.pl to force SSLv3/TLSv1
Jonathan Glass <[email protected]>
| Newsgroups | gmane.comp.web.webmin.devel |
|---|---|
| Message-ID | <[email protected]> |
Jamie Cameron wrote: >Hi Jonathan, > >Was the change you made just adding the line : > >eval "Net::SSLeay::CTX_set_options( $ctx,&Net::SSLeay::OP_NO_SSLv2 )"; > >Probably the best way to submit changes like this is via a diff betweem >the old and new versions .. that way I (and the patch program) can see >exactly what has changed. > > - Jamie > That's all I did, working on version 1.260. Diff report attached. Thanks Jonathan
miniserv.pl.diff
(text/plain, 81 B)
29a30 > eval "Net::SSLeay::CTX_set_options( $ctx,&Net::SSLeay::OP_NO_SSLv2 )";