diff options
author | jbj <devnull@localhost> | 2005-03-13 01:56:50 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2005-03-13 01:56:50 +0000 |
commit | 1a42537124a5e6804821ddb17a63a0ee86724b5a (patch) | |
tree | 0b19b735972c95d9fce19d659610bd1c97e9caf1 /CHANGES | |
parent | 42981d3ccd4dba420beead451a658c7487066d18 (diff) | |
download | librpm-tizen-1a42537124a5e6804821ddb17a63a0ee86724b5a.tar.gz librpm-tizen-1a42537124a5e6804821ddb17a63a0ee86724b5a.tar.bz2 librpm-tizen-1a42537124a5e6804821ddb17a63a0ee86724b5a.zip |
- permit RSA/{sha1,sha256,sha384,sha512} signature verification.
CVS patchset: 7805
CVS date: 2005/03/13 01:56:50
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,8 +8,9 @@ - remove remnant -I/opt/local hacks, --prefix=/usr is recommended. - rework configure.ac et al to lose internal library baggage flexibly. - updated sv.po <goeran@uddrborg.se>. - - permit gpg to be used for RSA/MD5 signatures. + - permit gpg to be used for RSA signatures. - permit RSA key sizes larger than 1024 bits. + - permit RSA/{sha1,sha256,sha384,sha512} signature verification. 4.4 -> 4.4.1: - force *.py->*.pyo byte code compilation with brp-python-bytecompile. |