1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
libsecrecy (0.0.2-1) unstable; urgency=medium
* Implement key caching infrastructure
* Allow tellp function in GCMOutputStream to work by adding non functional seek in GCMOutputStreamBuffer
-- German Tischler-Höhle <germant@miltenyibiotec.de> Thu, 12 Nov 2020 09:03:48 +0100
libsecrecy (0.0.1-1) unstable; urgency=medium
* Add default key concept for encryption
* Put libsecrecy scope in all error messages
* Check for empty key string in RawKeyBase and fix error messages
* Do not store cipher in encrypted file as it is specified in the key file
* Add listKeys command in CLI tool
* Add importKey and exportKey command in secrecy
* Adapt DEBUG check in secrecy to new key format
* Introduce key names and refactor
* Store cipher type in key file and thus make it unnecessary to give the cipher type as a parameter when encrypting
* Fix grammar error in error message
* Throw runtime_error instead of string in RawKey
* Removed unneeded operator<< for RawKey and GCMIV
-- German Tischler-Höhle <germant@miltenyibiotec.de> Tue, 10 Nov 2020 13:13:52 +0100
libsecrecy (0.0.0-1) unstable; urgency=low
* initial
-- German Tischler <germant@miltenyi.com> Thu, 6 Nov 2020 16:00:00 +0000
|