1.232011 2023-07-19 19:57:47-06:00 America/Denver * Fix warning about uninitialized values 1.232010 2023-07-19 19:55:09-06:00 America/Denver * Throw a more friendly error if you attempt to encrypt a class object 1.220391 2022-02-08 21:46:49+00:00 UTC * Released as non-trial release 1.220390 2022-02-08 04:12:43+00:00 UTC (TRIAL RELEASE) * Added generte_key() class method to generate an AES256 key securely. * Added Crypt::EAMessage::Keygen module to make generating keys easier from the CLI or one-liners 1.202120 2020-07-30 00:02:13+00:00 UTC * Minor tidying, no functional changes 1.190901 2019-03-31 07:45:41-06:00 America/Denver * Slaven Rezić reported some versions of a dependency can segfault, so incremented the prereq required version 1.190900 2019-03-30 20:43:58-06:00 America/Denver Joelle Maslak * Added tests for unsupported encodings * Added test for tampered-with message * Added portable message format (for future cross-language compatibility) 1.181840 2018-07-02 20:58:55-06:00 America/Denver Joelle Maslak * Added code of conduct 1.007 - Jun 16, 2018 Joelle Maslak * Aded encrypt_auth_urlsafe() method to produce output without line feeds or characters that might need to be escaped in a URL * Included additional documentation about reporting bugs * Add CONTRIBUTING and TODO docs 1.006 - June 15, 2018 * Trial version released to validate 1.007 changes 1.005 - Jun 14, 2018 Joelle Maslak * Improve testing * Make module pass Critic * Enable TravisCI * Fix error message for wrong key length (s/bits/bytes/) * Allow ASCII cypertext line endings to be configurable * Most changes previously released as version 1.004-TRIAL 1.004 - June 14, 2018 * Trial version released to validate 1.005 changes 1.003 - Aug 19, 2017 Joelle Maslak * Update author information only 1.002 - Oct 17, 2016 Joelle Maslak * Don't re-initialize Crypt::Bytes::Random after initial initialization 1.001 - Oct 09, 2016 Joelle Maslak * One test was pulling in JCM::Boilerplate which is EXTREMELY heavy on dependencies. Removed! 1.000 - Oct 03, 2016 Joelle Maslak * Initial Version