diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-01-08 14:54:51 -0800 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-01-08 14:54:51 -0800 |
commit | a1019b82c1e26f0fb925bfc9ae55d213be579a90 (patch) | |
tree | 4a595469fef3f11f37aa733f155d5206e6af7e0d /changes | |
parent | 4c10a9c445e825886c658d67f5e44fdae37ffea3 (diff) | |
parent | 63658598250a906346d260c70678700e22c0fe01 (diff) | |
download | tor-a1019b82c1e26f0fb925bfc9ae55d213be579a90.tar.gz tor-a1019b82c1e26f0fb925bfc9ae55d213be579a90.zip |
Merge remote-tracking branch 'public/feature16794_more'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/17926 | 3 | ||||
-rw-r--r-- | changes/bug16794_ed | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/changes/17926 b/changes/17926 new file mode 100644 index 0000000000..09bdbbeae7 --- /dev/null +++ b/changes/17926 @@ -0,0 +1,3 @@ + o Removed code: + - Remove code for OpenSSL dynamic locks; OpenSSL doesn't use them. + Closes ticket 17926. diff --git a/changes/bug16794_ed b/changes/bug16794_ed new file mode 100644 index 0000000000..a43c401ed4 --- /dev/null +++ b/changes/bug16794_ed @@ -0,0 +1,3 @@ + o Testing: + - Always test both ed25519 backends, so that we can be sure that + our batch-open replacement code works. Part of ticket 16794. |