diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-10-09 10:57:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-10-09 10:57:19 -0400 |
commit | 90bce702ba61c3339e55cfedb4cc6f355b3049c7 (patch) | |
tree | e77b8995eee6e85dfa8e4cede4e1fc3c7fdd3455 /changes | |
parent | e5f9f287ced36e18241e250d4b63603b9c4f006f (diff) | |
parent | 42350968a9d7afb1259dfdfb4d4ec5f9aa806711 (diff) | |
download | tor-90bce702ba61c3339e55cfedb4cc6f355b3049c7.tar.gz tor-90bce702ba61c3339e55cfedb4cc6f355b3049c7.zip |
Merge remote-tracking branch 'public/bug10816'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug10816 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug10816 b/changes/bug10816 new file mode 100644 index 0000000000..1185f3c2d6 --- /dev/null +++ b/changes/bug10816 @@ -0,0 +1,6 @@ + o Minor bugfixes (windows): + - Remove code to special-case handling of NTE_BAD_KEYSET when + acquiring windows CryptoAPI context. This error can't actually + occur for the parameters we're providing. Fixes bug 10816; + bugfix on 0.0.2pre26. + |