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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
libsecrecy (0.0.5-1) unstable; urgency=medium
* Update email address of Étienne Mollier in the manual page for secrecy
* Add manual page for secrecy app kindly provided by Étienne Mollier.
-- German Tischler-Höhle <germant@miltenyibiotec.de> Tue, 14 Sep 2021 09:29:12 +0200
libsecrecy (0.0.4-1) unstable; urgency=medium
* Avoid object copying in SecrecyKeyValueStore during map traversal
-- German Tischler-Höhle <germant@miltenyibiotec.de> Mon, 13 Sep 2021 13:01:43 +0200
libsecrecy (0.0.3-1) unstable; urgency=medium
* Remove autogenerated file
* Avoid object copying in GCMStreamHeader
* Check for existence of key directory when listing keys (output empty list instead of failing with an exception)
-- German Tischler-Höhle <germant@miltenyibiotec.de> Mon, 13 Sep 2021 12:34:49 +0200
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
|