aboutsummaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-09-11 12:20:20 +0000
committerBodo Möller <bodo@openssl.org>2001-09-11 12:20:20 +0000
commit2cb924b0529bf496e1e3185fc751b094f91e6a99 (patch)
treedf583c3ecc3a5832de2ad8baa0cbd5529520b649 /STATUS
parent51ac0cfe440353d45fa1baf81f22c0548bb1ca0e (diff)
downloadopenssl-2cb924b0529bf496e1e3185fc751b094f91e6a99.zip
openssl-2cb924b0529bf496e1e3185fc751b094f91e6a99.tar.gz
openssl-2cb924b0529bf496e1e3185fc751b094f91e6a99.tar.bz2
ex_data situation is no longer that bad
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS10
1 files changed, 3 insertions, 7 deletions
diff --git a/STATUS b/STATUS
index a5f2b40..adf1cbb 100644
--- a/STATUS
+++ b/STATUS
@@ -1,6 +1,6 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2001/07/17 14:39:26 $
+ ______________ $Date: 2001/09/11 12:20:20 $
DEVELOPMENT STATE
@@ -57,13 +57,9 @@
o Whenever strncpy is used, make sure the resulting string is NULL-terminated
or an error is reported
- OPEN ISSUES
+ o "OpenSSL STATUS" is never up-to-date.
- o crypto/ex_data.c is not really thread-safe and so must be used
- with care (e.g., extra locking where necessary, or don't call
- CRYPTO_get_ex_new_index once multiple threads exist).
- The current API is not suitable for everything that it pretends
- to offer.
+ OPEN ISSUES
o The Makefile hierarchy and build mechanism is still not a round thing: