Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
gnupg: A GNU utility for secure communication and data storage.
- Summary
- GnuPG (GNU Privacy Guard) is a GNU utility for encrypting data and
creating digital signatures. GnuPG has advanced key management
capabilities and is compliant with the proposed OpenPGP Internet
standard described in RFC2440. Since GnuPG doesn't use any patented
algorithm, it is not compatible with any version of PGP2 (PGP2.x uses
only IDEA for symmetric-key encryption, which is patented worldwide).
Changelog
- * Wed Jun 28 19:00:00 2006 Nalin Dahyabhai <nalin{%}redhat{*}com> - 1.2.1-17
- backport fixes for two more malloc overflows from 1.4.5rc1 (#200502)
- * Tue Jun 20 19:00:00 2006 Nalin Dahyabhai <nalin{%}redhat{*}com> - 1.2.1-16
- add patch from upstream to fix CVE-2006-3082 (#195945)
- * Mon Mar 13 18:00:00 2006 Nalin Dahyabhai <nalin{%}redhat{*}com> 1.2.1-15
- build assembly modules using CC instead of AS, so that flags such as -DPIC
will be seen by the preprocessor
- build assembly modules with -Wa,--noexecstack