48636fadc0d90782d0a8dab5cf477e05a9e3d10d
[openssl.git] / STATUS
1
2   OpenSSL STATUS                           Last modified at
3   ______________                           $Date: 1999/01/30 12:06:16 $
4
5   DEVELOPMENT STATE
6
7     o  OpenSSL 0.9.2:  Under development.
8     o  OpenSSL 0.9.1c: Released on December 23th, 1998
9
10   RELEASE SHOWSTOPPERS
11
12   AVAILABLE PATCHES
13
14   IN PROGRESS
15
16   NEEDS PATCH
17
18   OPEN ISSUES
19
20     o  The Makefile hierarchy and build mechanism is still not a round thing:
21
22        1. The config vs. Configure scripts
23           It's the same nasty situation as for Apache with APACI vs.
24           src/Configure. It confuses.
25           Suggestion: Merge Configure and config into a single configure
26                       script with a Autoconf style interface ;-) and remove
27                       Configure and config. Or even let us use GNU Autoconf
28                       itself. Then we can avoid a lot of those platform checks
29                       which are currently in Configure.
30
31        2. The xxx.org -> xxx.h generation:
32           It's not obvious for which file xxx.org is the source.
33           Suggestion: Rename xxx.org to xxx.h.in (Autoconf style), this way
34                       one sees that xxx.h.in is the input for xxx.h
35
36     o  The installation under "make install" produces a very
37        installation layout: $prefix/certs and $prefix/private dirs.  That's
38        not nice. Ralf suggests to move the two certs and private dirs either
39        to $prefix/etc/, $prefix/lib/ or $prefix/share. Alternatively
40        we could also not install the certs at all.
41
42        Status: Ralf +1 for both not installing the certs at all and
43                        moving it to $prefix/etc/. +0 for $prefix/lib/
44                        and $prefix/share.
45                Paul: why is it not nice?
46                Ralf: because it messes up the install dir when
47                      $prefix is not a dedicated area like /usr/local/ssl.
48                      When we move them to a standard subdir like
49                      etc/ lib/ or share/ we don't mess up things
50                      when $prefix is /usr or /usr/local, etc.
51                      Additionally it makes package vendors life
52                      easier....
53
54     o  Support for Shared Libraries has to be added at least
55        for the major Unix platforms. The details we can rip from the stuff
56        Ralf has done for the Apache src/Configure script. Ben wants the
57        solution to be really simple.
58
59        Status: Ralf will look how we can easily incorporate the
60                compiler PIC and linker DSO flags from Apache
61                into the OpenSSL Configure script.
62
63     o  The perl/ stuff needs a major overhaul. Currently it's
64        totally obsolete. Either we clean it up and enhance it to be up-to-date
65        with the C code or we also could replace it with the really nice
66        Net::SSLeay package we can find under
67        http://www.neuronio.pt/SSLeay.pm.html.  Ralf uses this package for a
68        longer time and it works fine and is a nice Perl module. Best would be
69        to convince the author to work for the OpenSSL project and create a
70        Net::OpenSSL or Crypt::OpenSSL package out of it and maintains it for
71        us.
72
73        Status: Ralf thinks we should both contact the author of Net::SSLeay
74                and look how much effort it is to bring Eric's perl/ stuff up
75                to date.
76                Paul +1
77
78     o  Ralf has ported Stephen's pkcs12 program to OpenSSL (the 
79        ASN.1 stuff Eric recently changed :-( ), but needs some help from
80        Stephen at two source locations.  Stephen itself also has ported his
81        internal pkcs12 0.53 version to OpenSSL, but thinks we still shouldn't
82        incorporate it into OpenSSL because it needs more cleanups. Ralf still
83        thinks pkcs12 should be incorporated better now than later because it's
84        nasty to not have it in the core - one always has to install it
85        manually and a lot of people use it. So, should we incorporate it?
86        BTW, we have to be carefully because of the pkcs12 license: There are
87        some things which don't match the OpenSSL license, so Stephen has to
88        change it for us when we want to incorporate the code.
89
90        Status: Ralf +1, Stephen -0
91
92   WISHES
93
94     o  Damien Miller:
95        "How about making the each of the locations compile-time defined. I
96        would like to (for example) put binaries in /usr/bin, configuration
97        data, certs and keys in /etc/openssl/certs and /etc/openssl/keys, etc.
98        This would also be a great boon to binary package makers.  The
99        SSLeay-0.9.1b RPM already includes some patches which do some of this.
100        I can forward them if you wish."
101