aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_time.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce ASN1_TIME_set_string_X509 APIRich Salz2017-06-111-1/+59
* Fix #340: Parse ASN1_TIME to struct tmTodd Short2017-06-081-8/+15
* Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIMEMatt Caswell2017-05-191-1/+1
* Fix potential memory leak in ASN1_TIME_to_generalizedtime()Todd Short2017-02-231-9/+16
* Copyright consolidation 08/10Rich Salz2016-05-171-52/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-3/+3
* Move functions.Dr. Stephen Henson2015-09-221-0/+10
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-2/+2
* Dead code removal: #if 0 asn1, pkcs7Rich Salz2015-01-301-27/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-140/+138
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Remove references to o_time.hDr. Stephen Henson2014-02-191-1/+0
* Reorganise parameters for OPENSSL_gmtime_diff.Dr. Stephen Henson2012-11-211-1/+1
* first parameter is difference in days, not yearsDr. Stephen Henson2012-11-201-2/+2
* new function ASN1_TIME_diff to calculate difference between two ASN1_TIME str...Dr. Stephen Henson2012-11-191-57/+26
* experimental function to convert ASN1_TIME to tm, not used or even compiled i...Dr. Stephen Henson2010-05-031-1/+63
* Update from 1.0.0-stable.Dr. Stephen Henson2009-07-111-0/+1
* Updates from 1.0.0-stableDr. Stephen Henson2009-04-061-1/+1
* PR: 1854Dr. Stephen Henson2009-03-091-0/+22
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-3/+2
* size_tification.Ben Laurie2008-11-011-2/+3
* Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson2008-10-071-2/+13
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-3/+6
* Check return value of gmtime() and add error codesDr. Stephen Henson2003-01-241-0/+3
* Make sure the last character of the ASN.1 time string (the 'Z') is copied.Richard Levitte2003-01-011-1/+1
* This didn't get to the 0.9.8-dev thread...Richard Levitte2002-11-131-1/+1
* New internal function OPENSSL_gmtime, which is intended to do the sameRichard Levitte2001-05-161-6/+4
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Fix ASN1_TIME_to_generlizedtime().Dr. Stephen Henson2001-02-041-2/+2
* Various OCSP responder utility functions.Dr. Stephen Henson2001-02-031-0/+46
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-18/+5
* Fix some CygWin problems.Ulf Möller2000-09-091-3/+1
* 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-0/+6
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-041-0/+15
* GeneralizedTime setting fixes.Dr. Stephen Henson1999-05-081-1/+1
* Some comments.Bodo Möller1999-05-061-1/+1
* Update HPUX config, work around HPUX library incompatibility.Ulf Möller1999-05-041-2/+3
* 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-10/+3
* Time to blow up the source tree :-) This is the beginning of support forDr. Stephen Henson1999-01-171-0/+114