History log of /openssl/ (Results 35926 – 35950 of 36057)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f317aa4c25-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 ...

d0cc3d3424-Jan-1999 Dr. Stephen Henson

Add file x509v3.err.

9535d20224-Jan-1999 Ben Laurie

Make sure people know when they need to rebuild the Makefile.

41c62a8e24-Jan-1999 Ben Laurie

Minor constification.

834eeef924-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 ...

9aeaf1b424-Jan-1999 Dr. Stephen Henson

Initial addition of new X509 V3 files, tidy of old files.

69d1dfba21-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.

1bbd21ee21-Jan-1999 Ben Laurie

Correct bracketing error.

9b5cc15620-Jan-1999 Dr. Stephen Henson

Continued patches so certificates and CRLs now can support and use
GeneralizedTime.

6f93539919-Jan-1999 Ben Laurie

This time, get it right.

8039257d19-Jan-1999 Ben Laurie

Finally lay dependencies to rest (I hope!).

b13a155419-Jan-1999 Ben Laurie

Spelling mistake.

fdc71ecc18-Jan-1999 Dr. Stephen Henson

This is the result of a "make errors" with the new error building functionality
in place.

6c8abdd718-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.

4a66b7e017-Jan-1999 Ben Laurie

Ignore auto-generated programs.

690ad20a17-Jan-1999 Ben Laurie

Dispose of generated programs.

649cdb7b17-Jan-1999 Ben Laurie

Fix major cockup with short keys in CAST-128.

fdd3b64217-Jan-1999 Dr. Stephen Henson

Update CHANGES for GeneralizedTime info.

dabba11017-Jan-1999 Ben Laurie

Correct Linux 1 recognition.
Contributed by: Ulf Möller <ulf@fitug.de>

f9e6fac317-Jan-1999 Ben Laurie

Oops. Missing NULL frees.

512d222817-Jan-1999 Ben Laurie

Remove pointless MD5 hash.
Contributed by: Anonymous <nobody@replay.com>

2c1ef38317-Jan-1999 Ben Laurie

Generate an error on an invalid directory.

f6aed2cd17-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 ...

c3ae9a4816-Jan-1999 Ben Laurie

More prototypes.

f06b01eb16-Jan-1999 Ben Laurie

More prototypes.

1...<<1431143214331434143514361437143814391440>>...1443