Remember one more wish from the users

This commit is contained in:
Ralf S. Engelschall 1999-02-25 14:44:55 +00:00
parent 15d21c2df4
commit 090db4f475

8
STATUS
View file

@ -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."