Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Crypt-DH: Perl module implementing the Diffie-Hellman key exchange system
- Summary
- Crypt::DH is a Perl implementation of the Diffie-Hellman key exchange system.
Diffie-Hellman is an algorithm by which two parties can agree on a shared
secret key, known only to them. The secret is negotiated over an insecure
network without the two parties ever passing the actual shared secret, or their
private keys, between them.
Changelog
- * Mon Dec 12 16:00:00 2005 Paul Howarth <paul{%}city-fan{*}org> 0.06-3
- Add support for FC-3, which doesn't have %bcond_with{,out} predefined
- * Fri Dec 9 16:00:00 2005 Paul Howarth <paul{%}city-fan{*}org> 0.06-2
- Add facility to skip test suite at build time if desired
- * Tue Nov 29 16:00:00 2005 Paul Howarth <paul{%}city-fan{*}org> 0.06-1
- Initial build