History log of /openssl/apps/x509.c (Results 251 – 275 of 275)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# ce1b4fe1 04-Nov-1999 Dr. Stephen Henson

Allow additional information to be attached to a
certificate: currently this includes trust settings
and a "friendly name".

# a31011e8 26-Oct-1999 Bodo Möller

Various randomness handling bugfixes and improvements --
some utilities that should have used RANDFILE did not,
and -rand handling was broken except in genrsa.

# 79875776 25-Oct-1999 Bodo Möller

Improve support for running everything as a monolithic application.

Submitted by: Lennart Bång, Bodo Möller

# 673b102c 13-Oct-1999 Dr. Stephen Henson

Initial support for certificate purpose checking: this will
ultimately lead to certificate chain verification. It is
VERY EXPERIMENTAL at present though.

# 87a25f90 27-Aug-1999 Dr. Stephen Henson

Allow the extension section specified in config files to be overridden
on the command line for various utilities.

Revision tags: OpenSSL_0_9_4
# 74678cc2 21-Jul-1999 Bodo Möller

Additional user data argument to pem_password_cb function type
and to lots of PEM_... functions.
Submitted by: Damien Miller <dmiller@ilogic.com.au>

# f7daafa4 11-Jul-1999 Dr. Stephen Henson

Fix a bug in x509.c that omitted DSA parameters when they didn't match the
signers parameters. Changed it to never omit parameters.

Revision tags: OpenSSL_0_9_3a
# 6720e947 25-May-1999 Bodo Möller

Add closing parenthesis to usage output.

Revision tags: OpenSSL_0_9_3, OpenSSL_0_9_3beta2, OpenSSL_0_9_3beta1
# 3f45ed82 17-May-1999 Bodo Möller

Rename "openssl x509" option "-config" to "-extfile", because it
doesn't have a default value like the "-config" options of other
openssl subprograms.

# 8b1a3a92 28-Apr-1999 Ben Laurie

Don't shadow.

# b64f8256 27-Apr-1999 Dr. Stephen Henson

Add PKCS#12 documentation and new option in x509 to add certificate extensions.

# a9be3af5 26-Apr-1999 Ulf Möller

Remove NOPROTO definitions and error code comments.

# ec577822 23-Apr-1999 Bodo Möller

Change #include filenames from <foo.h> to <openssl.h>.

Submitted by:
Reviewed by:
PR:

# 6b691a5c 19-Apr-1999 Ulf Möller

Change functions to ANSI C.

# e778802f 17-Apr-1999 Ben Laurie

Massive constification.

Revision tags: OpenSSL_0_9_2b
# 7be304ac 24-Feb-1999 Ralf S. Engelschall

Make `openssl x509 -noout -modulus' functional also for DSA certificates (in
addition to RSA certificates) to match the behaviour of `openssl dsa -noout
-modulus' as it's already the case for

Make `openssl x509 -noout -modulus' functional also for DSA certificates (in
addition to RSA certificates) to match the behaviour of `openssl dsa -noout
-modulus' as it's already the case for `openssl rsa -noout -modulus'. For RSA
the -modulus is the real "modulus" while for DSA currently the public key is
printed (a decision which was already done by `openssl dsa -modulus' in the
past) which serves a similar purpose. Additionally the NO_RSA no longer
completely removes the whole -modulus option; it now only avoids using the RSA
stuff. Same applies to NO_DSA now, too.

show more ...

# b2347661 26-Jan-1999 Dr. Stephen Henson

Still more X509 V3 stuff. Modify ca.c to work with the new code and modify
openssl.cnf for the new syntax.

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

# 9b5cc156 20-Jan-1999 Dr. Stephen Henson

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

# 10061c7c 03-Jan-1999 Dr. Stephen Henson

More EVP_PKEY patches for new functionality.

# cfcf6453 03-Jan-1999 Dr. Stephen Henson

Make sure applications free up pkey structures and add netscape extension
handling to x509.c

Revision tags: OpenSSL_0_9_1c
# 13e91dd3 22-Dec-1998 Ralf S. Engelschall

Incorporation of RSEs assembled patches

Revision tags: SSLeay_0_9_1b
# dfeab068 21-Dec-1998 Ralf S. Engelschall

Import of old SSLeay release: SSLeay 0.9.1b (unreleased)

Revision tags: SSLeay_0_9_0b
# 58964a49 21-Dec-1998 Ralf S. Engelschall

Import of old SSLeay release: SSLeay 0.9.0b

Revision tags: SSLeay_0_8_1b
# d02b48c6 21-Dec-1998 Ralf S. Engelschall

Import of old SSLeay release: SSLeay 0.8.1b

1...<<11