summaryrefslogtreecommitdiffstats
path: root/crypto/o_time.c
AgeCommit message (Collapse)Author
2006-08-13Use gmtime on cygwinUlf Möller
Submitted by: Corinna Vinschen
2004-07-19Since version 7.0, The C RTL in VMS handles time in terms of UTCRichard Levitte
instead of local time.
2003-06-12Do not try to use non-existent gmtime_r() on SunOS4.Richard Levitte
PR: 585
2003-03-13Return an error if gmtime returns NULL.Dr. Stephen Henson
2003-01-24Check return value of gmtime() and add error codesDr. Stephen Henson
where it fails in ASN1_TIME_set(). Edit asn1.h so the new error code is the same in 0.9.7 and 0.9.8, rebuild new error codes. Clear error queue in req.c if *_min or *_max is absent.
2002-01-08Patches to make OpenSSL compilable on MacOS/X.Richard Levitte
Submitted by Pier Fumagalli <pier@betaversion.org>
2001-08-03Make sure memcpy() gets properly declared by including string.h.Richard Levitte
2001-07-05Use one address consistently.Richard Levitte
2001-07-01Changes to have OpenSSL compile on OS/2.Richard Levitte
Contributed by "Brian Havard" <brianh@kheldar.apana.org.au>
2001-05-16New internal function OPENSSL_gmtime, which is intended to do the sameRichard Levitte
as gmtime_r() on the systems where that is defined.