- 20 11月, 2012 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 09 9月, 2012 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 13 1月, 2012 1 次提交
-
-
由 Andy Polyakov 提交于
are passed zero-extended, not sign-extended. PR: 2682
-
- 14 3月, 2010 3 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 02 12月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 05 10月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 02 9月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: steve@openssl.org Include a flag ASN1_STRING_FLAG_MSTRING when a multi string type is created. This makes it possible to tell if the underlying type is UTCTime, GeneralizedTime or Time when the structure is reused and X509_time_adj_ex() can handle each case in an appropriate manner. Add error checking to CRL generation in ca utility when nextUpdate is being set.
-
- 28 7月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 09 3月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: Oliver Martin <oliver@volatilevoid.net> Reviewed by: steve@openssl.org Support GeneralizedTime in ca utility.
-
- 22 12月, 2008 1 次提交
-
-
http://cvs.openssl.org/chngview?cn=17710由 Andy Polyakov 提交于
to build the library without -D_CRT_NONSTDC_NO_DEPRECATE. This commit expands it even to apps catalog and actually omits the macro in question from Configure.
-
- 08 10月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
and should avoid any OS date limitations such as the year 2038 bug.
-
- 04 6月, 2008 1 次提交
-
-
由 Ben Laurie 提交于
-
- 02 6月, 2008 3 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 01 6月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 26 5月, 2008 1 次提交
-
-
由 Ben Laurie 提交于
-
- 17 3月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 04 4月, 2007 1 次提交
-
-
由 Ben Laurie 提交于
-
- 27 11月, 2006 1 次提交
-
-
由 Ben Laurie 提交于
-
- 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.
-