Getting rid of ctx_size.c

1999-04-11 Thread Bodo Moeller
Down below, as discussed, a patch for getting rid of ctx_size.c and pem.org follows. The Configure script obviously should be cleaned up if we do this. The new pem.h will differ from the existing pem.org as follows (remember that HEADER_ENVELOPE_H is always defined here because of a previous

EE certificate can be CA certificate!

1999-04-11 Thread gang cao
in openssl.0.9.2b,i make a test like after: 1.CA.sh -newca # make a new CA and ca cerrificate. #now in ../lib/openssl.cnf, # section[v3_ca] ,basicConstraints = CA:true 2.openssl req -new -nodes -out 01.csr -keyout 01.key 3.openssl ca -in 01.csr -out 01.pem #now in