X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=STATUS;h=553232d520ccfce86cb0edc7463e7b211a2ba260;hp=07f48955c28b41af5343f8d3a08f40bf2cd71f79;hb=054810ec0e02d7d15bf96945e2ea46d2e4147aa5;hpb=e6d0b6eca3d630d2ee306a61782fdfebce146478 diff --git a/STATUS b/STATUS index 07f48955c2..553232d520 100644 --- a/STATUS +++ b/STATUS @@ -1,13 +1,16 @@ OpenSSL STATUS Last modified at - ______________ $Date: 1999/05/14 11:50:46 $ + ______________ $Date: 1999/05/18 08:52:01 $ DEVELOPMENT STATE - o OpenSSL 0.9.3: Under development... - Proposed freeze date: Mon May 17th, 1999 + o OpenSSL 0.9.3: Freezed... only bugfixes and cleanups allowed! Proposed release date: Mon May 24th, 1999 - Release manager: Ben + Release manager: Ben Laurie + !! Important: Any non-bugfix, non-cleanup + !! and non-documentation commits should + !! be approved by Ben, first. + o OpenSSL 0.9.2b: Released on March 22th, 1999 o OpenSSL 0.9.1c: Released on December 23th, 1998 @@ -23,7 +26,6 @@ o exptest and rsa_oaep_test fail with irix64-* (Don Badrak : "Re: Problems to compile openssl on IRIX 6.2", openssl-users) - o const des_cblock problem AVAILABLE PATCHES @@ -74,7 +76,9 @@ <29E0A6D39ABED111A36000A0C99609CA2C2BA4@macertco-srv1.ma.certco.com> o [ Compilation warnings: ctype-related int vs. char ] => now casts (unsigned char), maybe those arrays should have - members of that type rather than plain char. + members of that type rather than plain char (i.e. + unsigned char *p; ....; if (isspace(*p)) ...; where it's now + char *p; ....; if (isspace((unsigned char)*p)) ...;) o $(PERL) in */Makefile.ssl o "Sign the certificate?" - "n" creates empty certificate file o dubious declaration of crypt() in des.h