aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/a_time.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-2/+2
2015-01-30Dead code removal: #if 0 asn1, pkcs7Rich Salz1-27/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-140/+138
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+2
2014-02-19Remove references to o_time.hDr. Stephen Henson1-1/+0
2012-11-21Reorganise parameters for OPENSSL_gmtime_diff.Dr. Stephen Henson1-1/+1
2012-11-20first parameter is difference in days, not yearsDr. Stephen Henson1-2/+2
2012-11-19new function ASN1_TIME_diff to calculate difference between two ASN1_TIME str...Dr. Stephen Henson1-57/+26
2010-05-03experimental function to convert ASN1_TIME to tm, not used or even compiled i...Dr. Stephen Henson1-1/+63
2009-07-11Update from 1.0.0-stable.Dr. Stephen Henson1-0/+1
2009-04-06Updates from 1.0.0-stableDr. Stephen Henson1-1/+1
2009-03-09PR: 1854Dr. Stephen Henson1-0/+22
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-3/+2
2008-11-01size_tification.Ben Laurie1-2/+3
2008-10-07Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson1-2/+13
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-3/+6
2003-01-24Check return value of gmtime() and add error codesDr. Stephen Henson1-0/+3
2003-01-01Make sure the last character of the ASN.1 time string (the 'Z') is copied.Richard Levitte1-1/+1
2002-11-13This didn't get to the 0.9.8-dev thread...Richard Levitte1-1/+1
2001-05-16New internal function OPENSSL_gmtime, which is intended to do the sameRichard Levitte1-6/+4
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-1/+1
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-1/+1
2001-02-04Fix ASN1_TIME_to_generlizedtime().Dr. Stephen Henson1-2/+2
2001-02-03Various OCSP responder utility functions.Dr. Stephen Henson1-0/+46
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-18/+5
2000-09-09Fix some CygWin problems.Ulf Möller1-3/+1
1999-10-23Don't return stuff from void functions.Ben Laurie1-1/+1
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-0/+6
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1-0/+15
1999-05-08GeneralizedTime setting fixes.Dr. Stephen Henson1-1/+1
1999-05-06Some comments.Bodo Möller1-1/+1
1999-05-04Update HPUX config, work around HPUX library incompatibility.Ulf Möller1-2/+3
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
1999-04-19Change functions to ANSI C.Ulf Möller1-10/+3
1999-01-17Time to blow up the source tree :-) This is the beginning of support forDr. Stephen Henson1-0/+114