aboutsummaryrefslogtreecommitdiffstats
path: root/security/Makefile
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-09-11 04:26:14 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-09-11 04:26:14 +0800
commit9f61b34dbf412ab81ac25968fd6b66c09e5e9dde (patch)
tree036a920dcc91f3d0e80d9b5fa9b281db8d82c8aa /security/Makefile
parent1eac5c5bb9c462ad069102b23b29b8476d0deb3c (diff)
downloadfreebsd-ports-gnome-9f61b34dbf412ab81ac25968fd6b66c09e5e9dde.tar.gz
freebsd-ports-gnome-9f61b34dbf412ab81ac25968fd6b66c09e5e9dde.tar.zst
freebsd-ports-gnome-9f61b34dbf412ab81ac25968fd6b66c09e5e9dde.zip
Add p5-Alt-Crypt-RSA-BigInt 0.06
This is a rework of Crypt::RSA to remove Math::Pari and instead base all operations on Math::BigInt. This is intended to be a plug-in replacement for Crypt::RSA, with no user-visible changes to existing features. Math::Pari is completely removed. This includes the two modules: - Crypt::Primes => Math::Prime::Util - Crypt::Random => Math::Prime::Util All operations are now performed using Math::BigInt, and prefer the GMP and Pari backends. WWW: https://metacpan.org/release/Alt-Crypt-RSA-BigInt
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 2cbc6c527534..4fc5a203b11f 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -495,6 +495,7 @@
SUBDIR += outguess
SUBDIR += owasp-dependency-check
SUBDIR += p11-kit
+ SUBDIR += p5-Alt-Crypt-RSA-BigInt
SUBDIR += p5-Apache-Htpasswd
SUBDIR += p5-App-Genpass
SUBDIR += p5-App-TLSMe