aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_utctm.c
Commit message (Expand)AuthorAgeFilesLines
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-8/+11
* Memory leak and NULL dereference fixes.Dr. Stephen Henson2014-06-271-5/+14
* Remove references to o_time.hDr. Stephen Henson2014-02-191-1/+0
* Reorganise parameters for OPENSSL_gmtime_diff.Dr. Stephen Henson2012-11-211-33/+20
* new function ASN1_TIME_diff to calculate difference between two ASN1_TIME str...Dr. Stephen Henson2012-11-191-4/+49
* experimental function to convert ASN1_TIME to tm, not used or even compiled i...Dr. Stephen Henson2010-05-031-1/+1
* Updates from 1.0.0-stableDr. Stephen Henson2009-04-061-1/+1
* Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson2008-10-071-0/+15
* Bunch of constifications.Andy Polyakov2007-10-131-2/+2
* Remove duplicate lines.Dr. Stephen Henson2004-12-121-1/+0
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-3/+9
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+1
* Avoid signed vs. unsigned warnings (which are treated like errors onRichard Levitte2004-01-271-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-4/+5
* It's not good to have a pointer point at something in an inner block.Richard Levitte2002-06-051-1/+2
* New internal function OPENSSL_gmtime, which is intended to do the sameRichard Levitte2001-05-161-55/+5
* Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte2001-02-201-2/+2
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-5/+5
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-3/+3
* Fix CRL printing to correctly show when there are no revoked certificates.Dr. Stephen Henson2001-02-101-0/+1
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-6/+3
* Fix some CygWin problems.Ulf Möller2000-09-091-3/+4
* Get rid of ASN1_UTCTIME_get, which cannot work with time_tBodo Möller2000-09-061-0/+45
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* Add "FIXME" comment.Bodo Möller2000-05-311-1/+8
* It seems that mktime does what is required here. Certainly timegm() canGeoff Thorpe2000-05-291-6/+1
* Fix "FIXME" indentation :-)Bodo Möller2000-05-191-2/+2
* Add "FIXME" comment, and adjust the indentation.Bodo Möller2000-05-191-22/+27
* Allow UTCTIME objects to be retrieved. Check for imminent cert expiry.Ben Laurie2000-05-141-0/+29
* Don't return stuff from void functions.Ben Laurie1999-10-231-1/+1
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-2/+8
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-041-0/+18
* VMS support.Ulf Möller1999-05-131-0/+42
* Some comments.Bodo Möller1999-05-061-1/+1
* Update HPUX config, work around HPUX library incompatibility.Ulf Möller1999-05-041-2/+3
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-4/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Change functions to ANSI C.Ulf Möller1999-04-191-15/+6
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-3/+3
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-1/+23
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+190