diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-13 06:43:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-13 06:43:48 +0800 |
commit | 38c909a06680179e35e4bcbbf3a95e991992996c (patch) | |
tree | 0faa76d38340badbb35cbf1f8c14070f8151ca09 /security/Makefile | |
parent | beb762679d8a10f47c4ede5df45abcb2cad54319 (diff) | |
download | freebsd-ports-gnome-38c909a06680179e35e4bcbbf3a95e991992996c.tar.gz freebsd-ports-gnome-38c909a06680179e35e4bcbbf3a95e991992996c.tar.zst freebsd-ports-gnome-38c909a06680179e35e4bcbbf3a95e991992996c.zip |
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 <ditesh at gathani.org>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |