HomeFreeBSD

security/openssl: Fix No-SSLv3 option

Description

security/openssl: Fix No-SSLv3 option

  • This change adds no-ssl3-method to config args
  • Bump portrevision

Testing with security/openssl buillt with SSL3 option disabled [1]
revealed that the openssl binary and the libraries still support SSLv3
connections and methods. With the added no-ssl3-method argument passed
to the config script, the binary no longer supports the -ssl3 option
and ports requiring SSLv3 methods fail on undefined references to
methods.

PR: 203693 [1]
Reviewed by: koobs (mentor), feld (mentor, ports-secteam), dinoex (maintainer)
Approved by: koobs (mentor), feld (mentor, ports-secteam
MFH: 2016Q1
Differential Revision: D4924

Details

Provenance
brnrdAuthored on
Reviewer
koobs
Differential Revision
D4924: security/openssl: Fix No-SSLv3 option
Parents
rP406059: Update to 2.0.0.1
Branches
Unknown
Tags
Unknown