diff options
author | cypherpunks <cypherpunks@torproject.org> | 2015-12-10 13:55:21 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-12-10 08:50:40 -0500 |
commit | 7e7188cb00d02a52baee1a26b548cd5eebd85ce7 (patch) | |
tree | a1186fe377c3a4ffc82033eb8deab57941c1efb5 /changes/bug17683 | |
parent | 6102efbee227394ae53727b292a62df5368ab4c6 (diff) | |
download | tor-7e7188cb00d02a52baee1a26b548cd5eebd85ce7.tar.gz tor-7e7188cb00d02a52baee1a26b548cd5eebd85ce7.zip |
Assert when the TLS contexts fail to initialize
Diffstat (limited to 'changes/bug17683')
-rw-r--r-- | changes/bug17683 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug17683 b/changes/bug17683 new file mode 100644 index 0000000000..e9d47513ab --- /dev/null +++ b/changes/bug17683 @@ -0,0 +1,3 @@ + o Minor bugfixes (TLS context): + - Assert when the TLS contexts fail to initialize. Fixes bug 17683; + bugfix on 0.0.6. |