- 26 7月, 2006 1 次提交
-
-
由 Dr. Stephen Henson 提交于
verify logic to try to use an unexpired CRL if possible.
-
- 08 5月, 2006 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 20 4月, 2006 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Use cross reference table in ASN1_item_sign(), ASN1_item_verify() to eliminate the need for algorithm specific code.
-
- 04 11月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 01 10月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
-
- 05 7月, 2005 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 16 4月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
-
- 06 4月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
-
- 11 11月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
PR:662
-
- 06 8月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 20 4月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
initial serial numbers. PR: 842
-
- 15 4月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 27 12月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
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>
-
- 28 11月, 2003 4 次提交
-
-
由 Richard Levitte 提交于
to apps.c, and give it the hopefully descriptive name parse_yesno().
-
由 Richard Levitte 提交于
rationale behind the move is that it's use by several applications. The rationale behind the name change is that it describes what the function does a bit better.
-
由 Richard Levitte 提交于
to 'openssl req' and 'openssl ca'. PR: 779 Submitted by: Michael Bell <michael.bell@cms.hu-berlin.de> Reviewed by: Richard Levitte (there will be some follow-up changes)
-
由 Richard Levitte 提交于
PR: 780 Submitted by: Verdon Walker <VWalker@novell.com> Reviewed by: Richard Levitte
-
- 30 10月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
I have tried to convert 'len' type variable declarations to unsigned as a means to address these warnings when appropriate, but when in doubt I have used casts in the comparisons instead. The better solution (that would get us all lynched by API users) would be to go through and convert all the function prototypes and structure definitions to use unsigned variables except when signed is necessary. The proliferation of (signed) "int" for strictly non-negative uses is unfortunate.
-
- 09 9月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
platforms that don't (necessarely) have it. In the case of VMS, this means moving a couple of functions from apps/ to crypto/ and make them general (although only used privately).
-
- 20 6月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
Contributed in whole by Laurent Genier <Laurent.Genier@intrinsec.com> PR: 644
-
- 04 4月, 2003 7 次提交
-
-
由 Richard Levitte 提交于
rotate_serial() that works like rotate_index().
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
the CA certificate part of the CA database, and combined with 'unique_subject=no', it should make operations like CA certificate roll-over easier.
-
由 Richard Levitte 提交于
hasn't been tested in a long while...
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
subject.
-
- 31 1月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
PR: 287
-
- 30 1月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
PR: 481
-
- 10 1月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 09 1月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Make sure key is not NULL before freeing it.
-
- 26 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
This patch was taken from the OpenBSD copy of OpenSSL 0.9.7 beta3 with patches
-
- 04 12月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
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)
-
- 28 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
I've covered all the memset()s I felt safe modifying, but may have missed some.
-
- 14 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 13 11月, 2002 1 次提交
-
-
由 Ben Laurie 提交于
-
- 08 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 24 10月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
apps.h. For those, it's better to include apps.h after the system headers where those symbols may be defined, since there's otherwise a chance that the C compiler will barf when it sees something that looks like this after expansion: int VMS_strcasecmp((str1),(str2))(const char *, const char *);
-
- 23 10月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
-
- 11 10月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
requirement that the serial number always be an even amount of characters. PR: 248
-