History log of /openssl/apps/x509.c (Results 176 – 200 of 275)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: FIPS_098_TEST_7, FIPS_098_TEST_6, FIPS_098_TEST_5, FIPS_098_TEST_4, FIPS_098_TEST_3, FIPS_098_TEST_2, FIPS_098_TEST_1, OpenSSL_0_9_7m, OpenSSL_0_9_8e, OpenSSL_0_9_7l, OpenSSL_0_9_8d, OpenSSL_0_9_8c, OpenSSL_0_9_7k
# 03919683 07-May-2006 Dr. Stephen Henson

Add support for default public key digest type ctrl.

Revision tags: OpenSSL_0_9_7j, OpenSSL_0_9_8b
# ee1d9ec0 19-Apr-2006 Dr. Stephen Henson

Remove link between digests and signature algorithms.

Use cross reference table in ASN1_item_sign(), ASN1_item_verify() to eliminate
the need for algorithm specific code.

Revision tags: OpenSSL_FIPS_1_0, OpenSSL_0_9_7i, OpenSSL_0_9_8a, OpenSSL_0_9_7h
# 45e27385 20-Aug-2005 Dr. Stephen Henson

Remove ASN1_METHOD code replace with new ASN1 alternative.

# 3eeaab4b 16-Jul-2005 Nils Larsch

make
./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
make depend all test
work again

PR: 1159

Revision tags: OpenSSL_0_9_8, FIPS_TEST_10, OpenSSL_0_9_8-beta6, OpenSSL_0_9_8-beta5, FIPS_TEST_9, OpenSSL_0_9_8-beta4, OpenSSL_0_9_8-beta3, BEN_FIPS_TEST_8, OpenSSL_0_9_8-beta2, OpenSSL_0_9_8-beta1, OpenSSL_0_9_7g
# 7d727231 05-Apr-2005 Nils Larsch

some const fixes

# 12bdb643 02-Apr-2005 Nils Larsch

use SHA-1 as the default digest for the apps/openssl commands

# 41a15c4f 31-Mar-2005 Ben Laurie

Give everything prototypes (well, everything that's actually used).

Revision tags: OpenSSL_0_9_7f, BEN_FIPS_TEST_7, BEN_FIPS_TEST_6
# a37e22d8 05-Dec-2004 Dr. Stephen Henson

Use X509_cmp_time() in -checkend option, to support GeneralizedTime.

# 78df5a2f 13-Nov-2004 Dr. Stephen Henson

Fix x509.c so it creates serial number file again if no
serial number is supplied on command line.

Revision tags: OpenSSL_0_9_7e
# df368ecc 12-May-2004 Dr. Stephen Henson

Make self signing option of 'x509' use random serial numbers too.

# 77475142 21-Apr-2004 Dr. Stephen Henson

New option to 'x509' -next_serial. This outputs the certificate
serial number plus 1 to the output file. Its purpose is to allow
serial number files to be initialized when random serial numbe

New option to 'x509' -next_serial. This outputs the certificate
serial number plus 1 to the output file. Its purpose is to allow
serial number files to be initialized when random serial numbers
are used.

show more ...

# 90fac840 21-Apr-2004 Dr. Stephen Henson

Use X509_get_serialNumber() instead of accessing internals in x509.c

# 823a67b0 19-Apr-2004 Geoff Thorpe

header cleanup in apps/

Revision tags: OpenSSL_0_9_7d, OpenSSL-engine-0_9_6m, OpenSSL_0_9_6m, LEVITTE_after_const, LEVITTE_before_const, BEN_FIPS_TEST_5, BEN_FIPS_TEST_4
# d420ac2c 27-Dec-2003 Richard Levitte

Use BUF_strlcpy() instead of strcpy().
Use BUF_strlcat() instead of strcat().
Use BIO_snprintf() instead of sprintf().
In some cases, keep better track of buffer lengths.
This is part

Use BUF_strlcpy() instead of strcpy().
Use BUF_strlcat() instead of strcat().
Use BIO_snprintf() instead of sprintf().
In some cases, keep better track of buffer lengths.
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>

show more ...

Revision tags: OpenSSL-engine-0_9_6l, OpenSSL_0_9_6l, BEN_FIPS_TEST_3, BEN_FIPS_TEST_2, BEN_FIPS_TEST_1, OpenSSL-engine-0_9_6k, OpenSSL_0_9_6k, OpenSSL_0_9_7c
# 7068c8b1 21-Sep-2003 Dr. Stephen Henson

In order to get the expected self signed error when
calling X509_verify_cert() in x509.c the cert should
not be added to the trusted store.

# 94805c84 03-Jul-2003 Richard Levitte

Add -issuer_hash and make -subject_hash the default way to get the
subject hash, with -hash a synonym kept around for backward
compatibility reasons.
PR: 650

Revision tags: OpenSSL-engine-0_9_6j, OpenSSL_0_9_7b, OpenSSL_0_9_6j
# 4c771796 04-Apr-2003 Richard Levitte

Convert save_serial() to work like save_index(), and add a
rotate_serial() that works like rotate_index().

# 0998cfaa 03-Apr-2003 Richard Levitte

Remove unused variable.

# f85b68cd 03-Apr-2003 Richard Levitte

Make it possible to have multiple active certificates with the same
subject.

# d678cc07 31-Mar-2003 Richard Levitte

No need to test -setalias twice.
PR: 556

Revision tags: OpenSSL-engine-0_9_6i, OpenSSL_0_9_6i, OpenSSL_0_9_7a
# 0b13e9f0 30-Jan-2003 Richard Levitte

Add the possibility to build without the ENGINE framework.
PR: 287

Revision tags: OpenSSL_0_9_7, OpenSSL_0_9_7-beta6, STATE_after_zlib, STATE_before_zlib, OpenSSL_0_9_7-beta5, OpenSSL-engine-0_9_6h, OpenSSL_0_9_6h
# 1c3e4a36 03-Dec-2002 Richard Levitte

EXIT() may mean return(). That's confusing, so let's have it really mean
exit() in whatever way works for the intended platform, and define
OPENSSL_EXIT() to have the old meaning (the name i

EXIT() may mean return(). That's confusing, so let's have it really mean
exit() in whatever way works for the intended platform, and define
OPENSSL_EXIT() to have the old meaning (the name is of course because
it's only used in the openssl program)

show more ...

Revision tags: OpenSSL_0_9_7-beta4
# 54a656ef 13-Nov-2002 Ben Laurie

Security fixes brought forward from 0.9.7.

# 06b7c8d5 11-Nov-2002 Richard Levitte

Variables on the stack must be initialized or we can't depend on any
initial value. For errline/errorline, we did depend on that, erroneously

# 3782350c 08-Nov-2002 Richard Levitte

-CAserial does take a filename argument.
PR: 332

1234567891011