Changelog for
opmsg-1.78s-bp154.1.21.x86_64.rpm :
* Sun Dec 20 2020 Dirk Müller
- update to to 1.78s: - opmsg: allow to pass --confdir and --burn via opmux to opmsg - opmsg: add RAND_load_file() return check also in main().
* Mon Nov 13 2017 astiegerAATTsuse.com- opmsg 1.77s:
* opmsg: correct error msg handling for libcrypto error queue
* opmsg: speeding up keystore load by introducing load flags
* opmsg: dont generate Kex keys in null crypto/signing case
* opmsg: allow to selfsign generated personas, so peer can also - -decrypt it and check sig
* Thu Mar 02 2017 jengelhAATTinai.de- Update description
* Thu Feb 23 2017 meissnerAATTsuse.com- updated to 1.75s:- updated to 1.74s: - opmsg: only one DH session key
* Tue May 24 2016 astiegerAATTsuse.com- update to 1.70s:
* adding opmux wrapper
* KDF version 2 is default for peers with opmsg >= 1.60
* Wed Dec 09 2015 astiegerAATTsuse.com- update to 1.65s:
* opmsg: implementing deniable personas
* opmsg: allow multiple recipients for encryption/decryption (Cc)
* opmsg: handle mutt calling with multiple recipients (Cc)
* opmsg: more verbose output for Cc messages
* Mon Nov 09 2015 astiegerAATTsuse.com- update to 1.61s:
* opmsg: re-adding RAND_load_file() to gen_dh_key(). Only for safety (already called inside main) but in case keystore is used externally.
* Mon Sep 14 2015 astiegerAATTsuse.com- update to 1.60s:
* added native encryption for EC personas, similar to --rsa override
* dont need to construct EC_GROUP if using EC_KEY_new_by_curve_name() which obtains all necessary parameters
* adjusting I/O handling for opmsg-stick/ropmsg
* oflush vs. eflush
* some code cleanup and additional error checks
* implementing deniable messages
* generalizing kex key generation (ECDH, DH), adding possibility to track peer-key usage
* Adding version 2 KDF and making peer-isolation configurable
* Tue Sep 08 2015 astiegerAATTsuse.com- initial package