diff options
author | Ralf S. Engelschall <rse@openssl.org> | 1999-02-25 14:44:55 +0000 |
---|---|---|
committer | Ralf S. Engelschall <rse@openssl.org> | 1999-02-25 14:44:55 +0000 |
commit | 090db4f4750157195c4afb5a9fcb70a4d4eb277e (patch) | |
tree | 9ef194f0621bc130545bb365fe55b23abfeb9c30 | |
parent | 15d21c2df4335f1cea72472b8e71a76d9004d38e (diff) | |
download | openssl-new-090db4f4750157195c4afb5a9fcb70a4d4eb277e.tar.gz |
Remember one more wish from the users
-rw-r--r-- | STATUS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,6 @@ OpenSSL STATUS Last modified at - ______________ $Date: 1999/02/21 12:33:58 $ + ______________ $Date: 1999/02/25 14:44:55 $ DEVELOPMENT STATE @@ -144,3 +144,9 @@ SSLeay-0.9.1b RPM already includes some patches which do some of this. I can forward them if you wish." + o Mats Nilsson <mats.nilsson@xware.se>: + "Add reference counting to all substructures of X509 etc. For instance, + X509_NAME lacks a reference counter, while EVP_PKEY has one. I'm + making COM-wrappers for selected parts of SSLeay for a project of ours, + and has found this inconsistency in copy semantics annoying." + |