Non-copying interface to BIO pairs.

It's still totally untested ...
This commit is contained in:
Bodo Möller
1999-09-07 21:37:09 +00:00
parent b7d7440cf5
commit c1082a90bb
4 changed files with 239 additions and 2 deletions

View File

@@ -4,6 +4,10 @@
Changes between 0.9.4 and 0.9.5 [xx XXX 1999]
*) Non-copying interface to BIO pairs.
(still totally untested)
[Bodo Moeller]
*) New function ANS1_tag2str() to convert an ASN1 tag to a descriptive
ASCII string. This was handled independently in various places before.
[Steve Henson]