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
- * Tue Aug 29 17:00:00 2006 Paul Howarth <paul{%}city-fan{*}org> 0.06-5
- FE6 mass rebuild
- * Thu Feb 16 16:00:00 2006 Paul Howarth <paul{%}city-fan{*}org> 0.06-4
- Simplify conditional build by not using %bcond_* macros
- * 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