Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Crypt-DH - Perl module implementing the Diffie-Hellman key exchange system
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.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
perl-Crypt-DH |
0.06 |
5.fc6 |
src |
20 KiB |
Tue Aug 29 13:05:41 2006 |
Changelog
- * Tue Aug 29 18:00:00 2006 Paul Howarth <paul{%}city-fan{*}org> 0.06-5
- FE6 mass rebuild
- * Thu Feb 16 17:00:00 2006 Paul Howarth <paul{%}city-fan{*}org> 0.06-4
- Simplify conditional build by not using %bcond_* macros
- * Mon Dec 12 17: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