553b429951e137a06736fded56e0108762cb3945
[oweals/openssl.git] / STATUS
1
2   OpenSSL STATUS                           Last modified at
3   ______________                           $Date: 1999/01/01 14:13:59 $
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     o  Ben is folding in his patches
17
18   NEEDS PATCH
19
20   OPEN ISSUES
21
22     o  The installation under "make install" produces a very
23        installation layout: $prefix/certs and $prefix/private dirs.  That's
24        not nice. Ralf suggests to move the two certs and private dirs either
25        to $prefix/etc/, $prefix/lib/ or $prefix/share. Alternatively
26        we could also not install the certs at all.
27
28        Status: Ralf +1 for both not installing the certs at all and
29                        moving it to $prefix/etc/. +0 for $prefix/lib/
30                        and $prefix/share.
31                Paul: why is it not nice?
32
33     o  Support for Shared Libraries has to be added at least
34        for the major Unix platforms. The details we can rip from the stuff
35        Ralf has done for the Apache src/Configure script. Ben wants the
36        solution to be really simple.
37
38        Status: Ralf will look how we can easily incorporate the
39                compiler PIC and linker DSO flags from Apache
40                into the OpenSSL Configure script.
41
42     o  The perl/ stuff needs a major overhaul. Currently it's
43        totally obsolete. Either we clean it up and enhance it to be up-to-date
44        with the C code or we also could replace it with the really nice
45        Net::SSLeay package we can find under
46        http://www.neuronio.pt/SSLeay.pm.html.  Ralf uses this package for a
47        longer time and it works fine and is a nice Perl module. Best would be
48        to convince the author to work for the OpenSSL project and create a
49        Net::OpenSSL or Crypt::OpenSSL package out of it and maintains it for
50        us.
51
52        Status: Ralf thinks we should both contact the author of Net::SSLeay
53                and look how much effort it is to bring Eric's perl/ stuff up
54                to date.
55                Paul +1
56
57     o  Ralf has ported Stephen's pkcs12 program to OpenSSL (the 
58        ASN.1 stuff Eric recently changed :-( ), but needs some help from
59        Stephen at two source locations.  Stephen itself also has ported his
60        internal pkcs12 0.53 version to OpenSSL, but thinks we still shouldn't
61        incorporate it into OpenSSL because it needs more cleanups. Ralf still
62        thinks pkcs12 should be incorporated better now than later because it's
63        nasty to not have it in the core - one always has to install it
64        manually and a lot of people use it. So, should we incorporate it?
65        BTW, we have to be carefully because of the pkcs12 license: There are
66        some things which don't match the OpenSSL license, so Stephen has to
67        change it for us when we want to incorporate the code.
68
69        Status: Ralf +1, Stephen -0