index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
asn1
/
a_time.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Add duplication APIs to ASN1_TIME and related types
Paul Yang
2020-01-17
1
-0
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Add missing EBCDIC strings
opensslonzos-github
2019-08-14
1
-19
/
+24
*
Fix Typos
Antoine Cœur
2019-07-02
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/asn1/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Fix return value of ASN1_TIME_compare
Todd Short
2017-08-30
1
-1
/
+1
*
This has been added to avoid the situation where some host ctype.h functions
Pauli
2017-08-22
1
-7
/
+7
*
Consolidate to a single asn1_time_from_tm() function
Todd Short
2017-08-04
1
-64
/
+123
*
asn1/a_time.c: make handling of 'fractional point' formally correct.
Andy Polyakov
2017-08-01
1
-17
/
+20
*
Refactor ASN1_TIME_print functions
Paul Yang
2017-07-31
1
-3
/
+41
*
Fix trivial coding style nits in a_time/a_tm files
Pauli
2017-07-27
1
-4
/
+5
*
Improve struct tm population
Pauli
2017-07-24
1
-0
/
+33
*
Add asn1_time_to_tm function and check days in month
Paul Yang
2017-07-24
1
-11
/
+195
*
Memory bounds checking in asn1 code.
Pauli
2017-07-06
1
-8
/
+11
*
Undo commit d420ac2
Rich Salz
2017-07-05
1
-6
/
+3
*
Introduce ASN1_TIME_set_string_X509 API
Rich Salz
2017-06-11
1
-1
/
+59
*
Fix #340: Parse ASN1_TIME to struct tm
Todd Short
2017-06-08
1
-8
/
+15
*
Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIME
Matt Caswell
2017-05-19
1
-1
/
+1
*
Fix potential memory leak in ASN1_TIME_to_generalizedtime()
Todd Short
2017-02-23
1
-9
/
+16
*
Copyright consolidation 08/10
Rich Salz
2016-05-17
1
-52
/
+6
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-3
/
+3
*
Move functions.
Dr. Stephen Henson
2015-09-22
1
-0
/
+10
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
Use p==NULL not !p (in if statements, mainly)
Rich Salz
2015-05-11
1
-2
/
+2
*
Dead code removal: #if 0 asn1, pkcs7
Rich Salz
2015-01-30
1
-27
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-140
/
+138
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+2
*
Remove references to o_time.h
Dr. Stephen Henson
2014-02-19
1
-1
/
+0
*
Reorganise parameters for OPENSSL_gmtime_diff.
Dr. Stephen Henson
2012-11-21
1
-1
/
+1
*
first parameter is difference in days, not years
Dr. Stephen Henson
2012-11-20
1
-2
/
+2
*
new function ASN1_TIME_diff to calculate difference between two ASN1_TIME str...
Dr. Stephen Henson
2012-11-19
1
-57
/
+26
*
experimental function to convert ASN1_TIME to tm, not used or even compiled i...
Dr. Stephen Henson
2010-05-03
1
-1
/
+63
*
Update from 1.0.0-stable.
Dr. Stephen Henson
2009-07-11
1
-0
/
+1
*
Updates from 1.0.0-stable
Dr. Stephen Henson
2009-04-06
1
-1
/
+1
*
PR: 1854
Dr. Stephen Henson
2009-03-09
1
-0
/
+22
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-3
/
+2
*
size_tification.
Ben Laurie
2008-11-01
1
-2
/
+3
*
Experimental new date handling routines. These fix issues with X509_time_adj()
Dr. Stephen Henson
2008-10-08
1
-2
/
+13
*
Use BUF_strlcpy() instead of strcpy().
Richard Levitte
2003-12-27
1
-3
/
+6
*
Check return value of gmtime() and add error codes
Dr. Stephen Henson
2003-01-24
1
-0
/
+3
*
Make sure the last character of the ASN.1 time string (the 'Z') is copied.
Richard Levitte
2003-01-01
1
-1
/
+1
*
This didn't get to the 0.9.8-dev thread...
Richard Levitte
2002-11-13
1
-1
/
+1
*
New internal function OPENSSL_gmtime, which is intended to do the same
Richard Levitte
2001-05-16
1
-6
/
+4
*
Use new-style system-id macros everywhere possible. I hope I haven't
Richard Levitte
2001-02-20
1
-1
/
+1
*
Make all configuration macros available for application by making
Richard Levitte
2001-02-19
1
-1
/
+1
*
Fix ASN1_TIME_to_generlizedtime().
Dr. Stephen Henson
2001-02-04
1
-2
/
+2
*
Various OCSP responder utility functions.
Dr. Stephen Henson
2001-02-03
1
-0
/
+46
[next]