#acl PaulHowarth:read,write,admin,revert,delete All:read === Tuesday 22nd October 2024 === ==== Fedora Project ==== * Updated `perl-Convert-PEM` to 0.12 in Rawhide and EPEL-10: * Add extra cipher support ([[https://github.com/perl-Crypt-OpenPGP/Convert-PEM/pull/1|GH#1]]) * Add DES support * Add AES 128/192/256 support * Add IDEA support * Add SEED Support * Add Camellia 128/192/256 support * Add tests and test files for additional ciphers and alternate cipher modules (if available) * Add supporting function(s)/method(s) for additional ciphers * Add tests to verify OpenSSL can read files encrypted by `Convert::PEM` (if available) * Change key `bytes_to_key` in `Convert::PEM::CBC` to match openssl algorithm * Make some modifications to accommodate `SEED` and `IDEA` (really old) cipher modules * Make `ASN` optional * Add `DER` support and documentation * Add other access methods to documentation * Additional encode/decode testing with DER ----