From 389e2371562a6efbf84f0514ebf56eb715b967d4 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Tue, 12 Feb 2008 22:43:48 +0000 Subject: Implementation of the Diffie-Hellman Key Exchange cryptographic protocol in PHP5. Enables two parties without any prior knowledge of each other establish a secure shared secret key across an insecure channel of communication. WWW: http://pear.php.net/package/Crypt_DiffieHellman/ PR: ports/120010 Submitted by: Ditesh Shashikant Gathani --- security/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security/Makefile') diff --git a/security/Makefile b/security/Makefile index 3c57712b035a..547219e1f011 100644 --- a/security/Makefile +++ b/security/Makefile @@ -545,6 +545,7 @@ SUBDIR += pear-Crypt_Blowfish SUBDIR += pear-Crypt_CBC SUBDIR += pear-Crypt_CHAP + SUBDIR += pear-Crypt_DiffieHellman SUBDIR += pear-Crypt_GPG SUBDIR += pear-Crypt_HMAC SUBDIR += pear-Crypt_RC4 -- cgit v1.2.3