f317aa4c | 25-Jan-1999 |
Dr. Stephen Henson |
More X509 V3 stuff. Add support for extensions in the 'req' application so that: openssl req -x509 -new -out cert.pem will take extensions from openssl.cnf a sample for a CA is included.
More X509 V3 stuff. Add support for extensions in the 'req' application so that: openssl req -x509 -new -out cert.pem will take extensions from openssl.cnf a sample for a CA is included. Also change the directory order so pem is nearer the end. Otherwise 'make links' wont work because pem.h can't be built.
show more ...
|
d0cc3d34 | 24-Jan-1999 |
Dr. Stephen Henson |
Add file x509v3.err. |
9535d202 | 24-Jan-1999 |
Ben Laurie |
Make sure people know when they need to rebuild the Makefile. |
41c62a8e | 24-Jan-1999 |
Ben Laurie |
Minor constification. |
834eeef9 | 24-Jan-1999 |
Dr. Stephen Henson |
Continuing adding X509 V3 support. This starts to integrate the code with the main library, but only with printing at present. To see this try: openssl x509 -in cert.pem -text on a certif
Continuing adding X509 V3 support. This starts to integrate the code with the main library, but only with printing at present. To see this try: openssl x509 -in cert.pem -text on a certificate with some extensions in it.
show more ...
|
9aeaf1b4 | 24-Jan-1999 |
Dr. Stephen Henson |
Initial addition of new X509 V3 files, tidy of old files. |
69d1dfba | 21-Jan-1999 |
Ralf S. Engelschall |
Start keeping track of wishes people make on our mailing lists to make sure we don't forget them and this way we have them bundled together. |
1bbd21ee | 21-Jan-1999 |
Ben Laurie |
Correct bracketing error. |
9b5cc156 | 20-Jan-1999 |
Dr. Stephen Henson |
Continued patches so certificates and CRLs now can support and use GeneralizedTime. |
6f935399 | 19-Jan-1999 |
Ben Laurie |
This time, get it right. |
8039257d | 19-Jan-1999 |
Ben Laurie |
Finally lay dependencies to rest (I hope!). |
b13a1554 | 19-Jan-1999 |
Ben Laurie |
Spelling mistake. |
fdc71ecc | 18-Jan-1999 |
Dr. Stephen Henson |
This is the result of a "make errors" with the new error building functionality in place. |
6c8abdd7 | 18-Jan-1999 |
Dr. Stephen Henson |
New err_code.pl script to retain old error codes. This should allow the use of 'make errors' without causing huge re-organisations of files when a new code is added. |
4a66b7e0 | 17-Jan-1999 |
Ben Laurie |
Ignore auto-generated programs. |
690ad20a | 17-Jan-1999 |
Ben Laurie |
Dispose of generated programs. |
649cdb7b | 17-Jan-1999 |
Ben Laurie |
Fix major cockup with short keys in CAST-128. |
fdd3b642 | 17-Jan-1999 |
Dr. Stephen Henson |
Update CHANGES for GeneralizedTime info. |
dabba110 | 17-Jan-1999 |
Ben Laurie |
Correct Linux 1 recognition. Contributed by: Ulf Möller <ulf@fitug.de> |
f9e6fac3 | 17-Jan-1999 |
Ben Laurie |
Oops. Missing NULL frees. |
512d2228 | 17-Jan-1999 |
Ben Laurie |
Remove pointless MD5 hash. Contributed by: Anonymous <nobody@replay.com> |
2c1ef383 | 17-Jan-1999 |
Ben Laurie |
Generate an error on an invalid directory. |
f6aed2cd | 17-Jan-1999 |
Dr. Stephen Henson |
Time to blow up the source tree :-) This is the beginning of support for GeneralizedTime. At several points PKIX specifies that GeneralizedTime can be used but OpenSSL doesn't currently suppo
Time to blow up the source tree :-) This is the beginning of support for GeneralizedTime. At several points PKIX specifies that GeneralizedTime can be used but OpenSSL doesn't currently support it. This patch adds several files and a bunch of functions. Of interest is the ASN1_TIME structure and its related functions. At several points certificates, CRLs et al specify that a time can be expressed as a choice of UTCTime and GeneralizedTime. Currently OpenSSL interprets this (wrongly) as UTCTime because GeneralizedTime isn't supported. The ASN1_TIME stuff provides this functionality. Still todo is to trace which cert and CRL points need an ASN1_TIME and modify the utilities appropriately and of course fix all the bugs. Note new OpenSSL copyright in the new file a_time.c. I didn't put it in a_gentm.c because it is a minimally modified form a_utctm.c . Since this adds new files and error codes you will need to do a 'make errors' at the top level to add the new codes.
show more ...
|
c3ae9a48 | 16-Jan-1999 |
Ben Laurie |
More prototypes. |
f06b01eb | 16-Jan-1999 |
Ben Laurie |
More prototypes. |