diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-10-27 11:27:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-10-27 11:27:52 -0400 |
commit | 682c154cc49a4219ee9828cb9b0cc4339102cbc5 (patch) | |
tree | d9f43e93cc688ad77f568b671085db7d5b9329fa /changes/bug13477-memwipe-more-keys | |
parent | a477d7c66665284d384091e5faae6a88c15c7fcf (diff) | |
download | tor-682c154cc49a4219ee9828cb9b0cc4339102cbc5.tar.gz tor-682c154cc49a4219ee9828cb9b0cc4339102cbc5.zip |
Start on an 0.2.6.1-alpha changelog
I concatenated the remaining changes/* files, removed them, made the
headings more uniform, then told format_changelog.py to sort,
collate, and wrap them.
Diffstat (limited to 'changes/bug13477-memwipe-more-keys')
-rw-r--r-- | changes/bug13477-memwipe-more-keys | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/changes/bug13477-memwipe-more-keys b/changes/bug13477-memwipe-more-keys deleted file mode 100644 index cf8e0a9eb5..0000000000 --- a/changes/bug13477-memwipe-more-keys +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bugfixes: - - Ensure we securely wipe keys from memory after - crypto_digest_get_digest and init_curve25519_keypair_from_file - have finished using them. - Fixes bug 13477. |