Bug #5170 - i2d_RSAPublicKey supports allocating its own output buffer

This commit is contained in:
Marek Majkowski
2013-06-06 11:45:35 +01:00
parent b235c1c194
commit 2132d036e3
2 changed files with 20 additions and 33 deletions
+2
View File
@@ -1,2 +1,4 @@
o Code simplification and refactoring:
- Remove contrib/id_to_fp.c since it wasn't used anywhere.
- Since OpenSSL 0.9.7 i2d_RSAPublicKey supports allocating output buffer.
Use this feature to avoid calling this function twice. Fixes #5170.