Files
tb af31309bce p5-Crypt-OpenSSL-DSA: don't set dummy public key to 0
When the Richards added setters for DSA parameters to OpenSSL 1.1, they
added a check that disallows setting a private key without a corresponding
public key. This was incompatible with existing API surface of the Perl
bindings, so they added a hack. This hack no longer works since we added
a check to the DSA signing operation.

Set the public key to 2 instead, which is good enough to pass the new
checks. This workaround will have to be revisited soon, but it is good
enough for now.

Discussed at length with beck, bluhm, jsing
reported by and ok bluhm (maintainer)
2023-03-14 06:56:22 +00:00

13 lines
202 B
Makefile

MODULES= cpan
COMMENT= implements DSA using OpenSSL
DISTNAME = Crypt-OpenSSL-DSA-0.20
CATEGORIES= security
REVISION = 0
# perl
PERMIT_PACKAGE= Yes
WANTLIB += c crypto perl ssl
.include <bsd.port.mk>