blob: e04c545aa058b2c1a886720ca32389bfd0e8a830 [file] [log] [blame]
Ralf S. Engelschall75b8dfc1998-12-30 09:08:05 +00001
2 OpenSSL STATUS Last modified at
Richard Levittef60e6602002-12-12 19:40:55 +00003 ______________ $Date: 2002/12/12 19:40:55 $
Ralf S. Engelschall75b8dfc1998-12-30 09:08:05 +00004
5 DEVELOPMENT STATE
6
Lutz Jänicke010da5c2002-06-01 15:33:36 +00007 o OpenSSL 0.9.8: Under development...
Richard Levitte90543bd2002-12-05 23:01:17 +00008 o OpenSSL 0.9.7-beta5: Released on December 5th, 2002
Richard Levitte25ff76d2002-11-19 09:34:34 +00009 o OpenSSL 0.9.7-beta4: Released on November 19th, 2002
Richard Levitte229dc0e2002-11-19 11:52:24 +000010 Debian GNU/Linux (kernel version 2.4.19, gcc 2.95.4) - PASSED
Richard Levitte90543bd2002-12-05 23:01:17 +000011 o OpenSSL 0.9.7-beta3: Released on July 30th, 2002
12 o OpenSSL 0.9.7-beta2: Released on June 16th, 2002
13 o OpenSSL 0.9.7-beta1: Released on June 1st, 2002
Richard Levitte43ecece2002-12-05 21:50:13 +000014 o OpenSSL 0.9.6h: Released on December 5th, 2002
Richard Levitte36969082002-08-12 06:54:54 +000015 o OpenSSL 0.9.6g: Released on August 9th, 2002
Richard Levittefbe792f2002-08-08 22:55:28 +000016 o OpenSSL 0.9.6f: Released on August 8th, 2002
Lutz Jänickeb218af22002-07-30 11:32:47 +000017 o OpenSSL 0.9.6e: Released on July 30th, 2002
Richard Levitte336c35d2002-05-09 23:54:02 +000018 o OpenSSL 0.9.6d: Released on May 9th, 2002
Richard Levitte84fcd6f2001-12-21 03:23:15 +000019 o OpenSSL 0.9.6c: Released on December 21st, 2001
Andy Polyakov6b46ca12001-07-17 14:39:26 +000020 o OpenSSL 0.9.6b: Released on July 9th, 2001
Bodo Möller4d231b42001-04-09 07:15:16 +000021 o OpenSSL 0.9.6a: Released on April 5th, 2001
Richard Levitte16221172000-09-24 15:42:34 +000022 o OpenSSL 0.9.6: Released on September 24th, 2000
23 o OpenSSL 0.9.5a: Released on April 1st, 2000
24 o OpenSSL 0.9.5: Released on February 28th, 2000
25 o OpenSSL 0.9.4: Released on August 09th, 1999
26 o OpenSSL 0.9.3a: Released on May 29th, 1999
27 o OpenSSL 0.9.3: Released on May 25th, 1999
28 o OpenSSL 0.9.2b: Released on March 22th, 1999
29 o OpenSSL 0.9.1c: Released on December 23th, 1998
Ralf S. Engelschall75b8dfc1998-12-30 09:08:05 +000030
Lutz Jänickec0a95362002-05-16 10:01:53 +000031 [See also http://www.openssl.org/support/rt2.html]
Bodo Möller0424fe12002-05-16 09:28:09 +000032
Ralf S. Engelschall75b8dfc1998-12-30 09:08:05 +000033 RELEASE SHOWSTOPPERS
34
Bodo Möller0424fe12002-05-16 09:28:09 +000035 o BN_mod_mul verification fails for mips3-sgi-irix
36 unless configured with no-asm
Bodo Möllerb9b43192002-03-11 09:36:04 +000037
Richard Levitte364ff362002-11-21 22:39:08 +000038 o [2002-11-21]
39 PR 343 mentions that scrubbing memory with 'memset(ptr, 0, n)' may
40 be optimized away in modern compilers. This is definitely not good
41 and needs to be fixed immediately. The formula to use is presented
42 in:
43
44 http://online.securityfocus.com/archive/82/297918/2002-10-27/2002-11-02/0
45
46 The problem report that mentions this is:
47
48 https://www.aet.TU-Cottbus.DE/rt2/Ticket/Display.html?id=343
49
Ralf S. Engelschall75b8dfc1998-12-30 09:08:05 +000050 AVAILABLE PATCHES
51
Bodo Möller0b0b2a82001-11-14 21:21:47 +000052 o
Andy Polyakov6b46ca12001-07-17 14:39:26 +000053
Ralf S. Engelschall75b8dfc1998-12-30 09:08:05 +000054 IN PROGRESS
55
Dr. Stephen Henson67d5ac01999-03-29 00:19:55 +000056 o Steve is currently working on (in no particular order):
Dr. Stephen Henson75c4f7e2000-07-02 21:11:11 +000057 ASN1 code redesign, butchery, replacement.
Dr. Stephen Henson36f554d2000-12-13 18:21:51 +000058 OCSP
Dr. Stephen Henson7f060602000-05-26 23:51:35 +000059 EVP cipher enhancement.
Dr. Stephen Henson36f554d2000-12-13 18:21:51 +000060 Enhanced certificate chain verification.
Dr. Stephen Henson1d48dd01999-04-16 23:57:04 +000061 Private key, certificate and CRL API and implementation.
Dr. Stephen Henson5a9a4b21999-12-05 00:40:59 +000062 Developing and bugfixing PKCS#7 (S/MIME code).
Dr. Stephen Henson87c49f61999-08-09 22:38:05 +000063 Various X509 issues: character sets, certificate request extensions.
Richard Levitte1e552862000-06-14 17:27:02 +000064 o Geoff and Richard are currently working on:
65 ENGINE (the new code that gives hardware support among others).
66 o Richard is currently working on:
Richard Levitteb8ffcf42001-06-20 15:11:15 +000067 UI (User Interface)
Richard Levitte1e552862000-06-14 17:27:02 +000068 UTIL (a new set of library functions to support some higher level
69 functionality that is currently missing).
Richard Levitte79d2eb62000-09-07 08:14:46 +000070 Shared library support for VMS.
Richard Levitte4c3a2b42002-12-07 20:02:20 +000071 Kerberos 5 authentication (Heimdal)
Richard Levitte257341b2000-11-19 14:11:03 +000072 Constification
Richard Levitteb1140572002-12-07 20:03:42 +000073 Compression
Richard Levitte4c3a2b42002-12-07 20:02:20 +000074 Attribute Certificate support
75 Certificate Pair support
76 Storage Engines (primarly an LDAP storage engine)
Richard Levittef60e6602002-12-12 19:40:55 +000077 Certificate chain validation with full RFC 3280 compatibility
Dr. Stephen Henson679ab7c1999-01-30 17:35:01 +000078
Ralf S. Engelschall75b8dfc1998-12-30 09:08:05 +000079 NEEDS PATCH
80
Bodo Möller749d0552002-08-14 11:07:29 +000081 o 0.9.8-dev: COMPLEMENTOFALL and COMPLEMENTOFDEFAULT do not
82 handle ECCdraft cipher suites correctly.
83
Bodo Möller91b842c2001-01-10 16:25:12 +000084 o apps/ca.c: "Sign the certificate?" - "n" creates empty certificate file
Ulf Mölleracafc0b1999-04-08 20:45:53 +000085
Bodo Möller2cb924b2001-09-11 12:20:20 +000086 o "OpenSSL STATUS" is never up-to-date.
Bodo Möller40753f72001-01-11 13:33:10 +000087
Bodo Möller2cb924b2001-09-11 12:20:20 +000088 OPEN ISSUES
Bodo Möllera14280d2001-01-10 16:37:35 +000089
Ralf S. Engelschall2ec077d1999-01-02 16:28:51 +000090 o The Makefile hierarchy and build mechanism is still not a round thing:
91
92 1. The config vs. Configure scripts
93 It's the same nasty situation as for Apache with APACI vs.
94 src/Configure. It confuses.
95 Suggestion: Merge Configure and config into a single configure
96 script with a Autoconf style interface ;-) and remove
97 Configure and config. Or even let us use GNU Autoconf
98 itself. Then we can avoid a lot of those platform checks
99 which are currently in Configure.
100
Ralf S. Engelschalla6f20a11998-12-31 12:14:27 +0000101 o Support for Shared Libraries has to be added at least
102 for the major Unix platforms. The details we can rip from the stuff
103 Ralf has done for the Apache src/Configure script. Ben wants the
104 solution to be really simple.
105
106 Status: Ralf will look how we can easily incorporate the
107 compiler PIC and linker DSO flags from Apache
108 into the OpenSSL Configure script.
109
Ulf Möllereb025991999-09-21 17:19:05 +0000110 Ulf: +1 for using GNU autoconf and libtool (but not automake,
111 which apparently is not flexible enough to generate
112 libcrypto)
113
Ralf S. Engelschall69d1dfb1999-01-21 13:01:20 +0000114 WISHES
115
Bodo Möller182d8432002-02-09 01:49:53 +0000116 o Add variants of DH_generate_parameters() and BN_generate_prime() [etc?]
117 where the callback function can request that the function be aborted.
118 [Gregory Stark <ghstark@pobox.com>, <rayyang2000@yahoo.com>]
119
Richard Levitte27bfba22001-06-04 06:51:43 +0000120 o SRP in TLS.
Richard Levitte528f6b82001-06-04 16:23:15 +0000121 [wished by:
122 Dj <derek@yo.net>, Tom Wu <tom@arcot.com>,
123 Tom Holroyd <tomh@po.crl.go.jp>]
124
Richard Levitte27bfba22001-06-04 06:51:43 +0000125 See http://search.ietf.org/internet-drafts/draft-ietf-tls-srp-00.txt
126 as well as http://www-cs-students.stanford.edu/~tjw/srp/.
Richard Levitte528f6b82001-06-04 16:23:15 +0000127
128 Tom Holroyd tells us there is a SRP patch for OpenSSH at
129 http://members.tripod.com/professor_tom/archives/, that could
130 be useful.