summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_utctm.c
AgeCommit message (Expand)Author
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-08-04Consolidate to a single asn1_time_from_tm() functionTodd Short
2017-07-30Refactor ASN1_TIME_print functionsPaul Yang
2017-07-27Fix trivial coding style nits in a_time/a_tm filesPauli
2017-07-24Add asn1_time_to_tm function and check days in monthPaul Yang
2017-07-06Memory bounds checking in asn1 code.Pauli
2017-07-05Undo commit d420ac2Rich Salz
2017-06-11Introduce ASN1_TIME_set_string_X509 APIRich Salz
2017-05-02Fix time offset calculation.Todd Short
2016-08-23Constify some inputs buffersFdaSilvaYY
2016-05-17Copyright consolidation 08/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-09-22Move functions.Dr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-01free null cleanup finaleRich Salz
2015-03-24free NULL cleanupRich Salz
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson
2015-03-15Fix regression in ASN1_UTCTIME_cmp_time_tCarl Jackson
2015-01-30Dead code removal: #if 0 asn1, pkcs7Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson
2014-02-19Remove references to o_time.hDr. Stephen Henson
2012-11-21Reorganise parameters for OPENSSL_gmtime_diff.Dr. Stephen Henson
2012-11-19new function ASN1_TIME_diff to calculate difference between two ASN1_TIME str...Dr. Stephen Henson
2010-05-03experimental function to convert ASN1_TIME to tm, not used or even compiled i...Dr. Stephen Henson
2009-04-06Updates from 1.0.0-stableDr. Stephen Henson
2008-10-07Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson
2007-10-13Bunch of constifications.Andy Polyakov
2004-12-12Remove duplicate lines.Dr. Stephen Henson
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2004-01-27Avoid signed vs. unsigned warnings (which are treated like errors onRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2002-06-05It's not good to have a pointer point at something in an inner block.Richard Levitte
2001-05-16New internal function OPENSSL_gmtime, which is intended to do the sameRichard Levitte
2001-02-20Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-10Fix CRL printing to correctly show when there are no revoked certificates.Dr. Stephen Henson
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson
2000-09-09Fix some CygWin problems.Ulf Möller
2000-09-06Get rid of ASN1_UTCTIME_get, which cannot work with time_tBodo Möller
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-05-31Add "FIXME" comment.Bodo Möller
2000-05-29It seems that mktime does what is required here. Certainly timegm() canGeoff Thorpe
2000-05-19Fix "FIXME" indentation :-)Bodo Möller
2000-05-19Add "FIXME" comment, and adjust the indentation.Bodo Möller
2000-05-14Allow UTCTIME objects to be retrieved. Check for imminent cert expiry.Ben Laurie
1999-10-23Don't return stuff from void functions.Ben Laurie