summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_time.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-08-01asn1/a_time.c: make handling of 'fractional point' formally correct.Andy Polyakov
2017-07-30Refactor ASN1_TIME_print functionsPaul Yang
2017-07-27Fix trivial coding style nits in a_time/a_tm filesPauli
2017-07-24Improve struct tm populationPauli
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-06-08Fix #340: Parse ASN1_TIME to struct tmTodd Short
2017-05-19Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIMEMatt Caswell
2017-02-23Fix potential memory leak in ASN1_TIME_to_generalizedtime()Todd Short
2016-05-17Copyright consolidation 08/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-09-22Move functions.Dr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-01-30Dead code removal: #if 0 asn1, pkcs7Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-02-19Remove references to o_time.hDr. Stephen Henson
2012-11-21Reorganise parameters for OPENSSL_gmtime_diff.Dr. Stephen Henson
2012-11-20first parameter is difference in days, not yearsDr. 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-07-11Update from 1.0.0-stable.Dr. Stephen Henson
2009-04-06Updates from 1.0.0-stableDr. Stephen Henson
2009-03-09PR: 1854Dr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01size_tification.Ben Laurie
2008-10-07Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-01-24Check return value of gmtime() and add error codesDr. Stephen Henson
2003-01-01Make sure the last character of the ASN.1 time string (the 'Z') is copied.Richard Levitte
2002-11-13This didn't get to the 0.9.8-dev thread...Richard Levitte
2001-05-16New internal function OPENSSL_gmtime, which is intended to do the sameRichard 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-04Fix ASN1_TIME_to_generlizedtime().Dr. Stephen Henson
2001-02-03Various OCSP responder utility functions.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
1999-10-23Don't return stuff from void functions.Ben Laurie
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller
1999-05-08GeneralizedTime setting fixes.Dr. Stephen Henson
1999-05-06Some comments.Bodo Möller
1999-05-04Update HPUX config, work around HPUX library incompatibility.Ulf Möller