summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/a_time_tm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove disgusting NULL checks in tm_to_{gentime,utctime}()tb2024-05-031-7/+1
* Intercept a NULL s early in ASN1_TIME_set_string_internal()tb2024-05-031-1/+6
* Simplify type handling in ASN1_TIME_set_string_internal()tb2024-05-031-5/+4
* Simplify tm handling in ASN1_time_parse()tb2024-05-031-3/+2
* Remove parentheses after returntb2024-04-111-40/+40
* Rework internal tm_to_*() converterstb2024-04-111-69/+66
* Hide a couple of LCRYPTO_UNUSED in asn1.hbeck2024-04-101-1/+2
* Plug leaks in ASN1_TIME_set_string_internal()tb2024-04-091-6/+17
* Make ASN1_TIME_set_string_X509 and ASN1_TIME_set_string match the man pagebeck2024-04-081-26/+14
* Garbage collect ASN1_TIME_set_tm()tb2024-03-021-11/+1
* Remove beck's ASN.1 time API from public visibilitytb2024-03-021-4/+1
* Fix a copy-paste bug in ASN1_TIME_compare()tb2023-10-011-2/+2
* Ensure no memory is leaked after passing NULL to ASN1_TIME_normalize()libressl-v3.8.1job2023-08-301-1/+3
* Unbreak the namespace build after a broken mk.conf and tool misfire hadbeck2023-07-071-3/+1
* Hide symbols in asn1 and biobeck2023-07-051-1/+23
* Make internal header file names consistenttb2022-11-261-2/+2
* Rename last OPENSSL_gmtime() to asn1_time_time_t_to_tm()tb2022-11-221-2/+2
* Replace the old OpenSSL julian date stuff with BoringSSL'sbeck2022-11-081-6/+6
* The OpenSSL API is called ASN1_TIME_set_string_X509() (uppercase x)tb2022-07-041-2/+2
* whitespace nittb2022-06-301-2/+2
* Refactor asn1 time parsing to use CBS - enforce valid times in ASN.1 parsing.beck2022-06-291-66/+144
* Add new time manipulation funcitons that OpenSSL has exposed thatbeck2022-06-271-20/+76
* Refactor ASN1_TIME_adj_internal()tb2022-04-281-84/+82
* Fix leak in ASN1_TIME_adj_internal()tb2022-03-311-3/+5
* Zap blanks before tabs.tb2021-08-281-4/+4
* Remove two reduntat memset calls.tb2020-12-161-2/+1
* Avoid potential use of uninitialized in ASN1_time_parsetb2020-12-161-4/+3
* Add const to functions in asn1/asn1.h as they did in OpenSSL.tb2018-04-251-5/+5
* Put the opening curly brace in the right place.jsing2017-08-281-2/+3
* Add ability to clamp a notafter to values representable in a 32 bit time_tbeck2017-08-131-1/+17
* Add ASN1_TIME_set_tm to set an asn1 from a struct tm *beck2017-05-061-1/+11
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-3/+2
* make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hiddenbeck2016-11-041-12/+12
* make the counter a size_t as well, which quells a warning on visual studio 2015beck2015-12-121-2/+3
* Another change that is needed to restore the previous behaviour ofjsing2015-10-221-5/+3
* Restore previous behaviour and allowjsing2015-10-221-2/+7
* Stop supporing "legcay" time formats that OpenSSL supports. Rewrite thebeck2015-10-191-140/+322
* Spelling in commentbeck2015-10-081-3/+2
* prefer limits.h over sys/limits.hbcook2015-10-061-3/+3
* Make sure dot is not set after tz - fixes incorrect handling, which allowsjsing2015-10-051-2/+2
* Apply some style(9), tweak a few things for readability and add somejsing2015-10-041-36/+40
* Flense the greasy black guts of unreadble string parsing code out of three areasbeck2015-10-021-0/+257