diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-06-10 13:47:57 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-06-10 13:47:57 -0400 |
commit | aaaf082ed69d2fa75c8a2f79f42a67ee18ee3865 (patch) | |
tree | 56fc89c0b67d51a6ce3e33e867f9a45f97b6d4e8 /changes | |
parent | c300720bfa107a54c2ce98a6937c0ce192673732 (diff) | |
parent | d769cd82b5b9517971bdefabfcc1c68b0a901751 (diff) | |
download | tor-aaaf082ed69d2fa75c8a2f79f42a67ee18ee3865.tar.gz tor-aaaf082ed69d2fa75c8a2f79f42a67ee18ee3865.zip |
Merge remote-tracking branch 'majek/bug5170'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5170 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug5170 b/changes/bug5170 new file mode 100644 index 0000000000..4e52c5ea6b --- /dev/null +++ b/changes/bug5170 @@ -0,0 +1,5 @@ + o Code simplification and refactoring: + - Remove contrib/id_to_fp.c since it wasn't used anywhere. + - Since OpenSSL 0.9.7 i2d_* functions support allocating output + buffer. Avoid calling twice: i2d_RSAPublicKey, i2d_DHparams, + i2d_X509, i2d_PublicKey. Fixes #5170. |