diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-11-02 13:04:44 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-11-02 13:04:44 -0500 |
commit | 5bcf9522618307ca4829ee7349a482a869766d6e (patch) | |
tree | 280896ed6f0f3a0c7ee46fe224e649fb37ed1ef7 /changes | |
parent | a142fc29aff4b47640a1a4f59032e25b7360e847 (diff) | |
download | tor-5bcf9522618307ca4829ee7349a482a869766d6e.tar.gz tor-5bcf9522618307ca4829ee7349a482a869766d6e.zip |
Check more thoroughly for unlogged OpenSSL errors
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug13319 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug13319 b/changes/bug13319 new file mode 100644 index 0000000000..eee95c84a5 --- /dev/null +++ b/changes/bug13319 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Check more thoroughly throughout the TLS code for possible unlogged + TLS errors. Possible diagnostic or fix for bug 13319. + |