aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/asn1/asn1_time.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add path validation to FFIJack Lloyd2018-08-131-0/+6
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-10/+6
* Allow year up to 2200 in ASN1 time objectsJack Lloyd2018-04-121-4/+17
* Prepare for making BER_Object members privateJack Lloyd2018-01-181-1/+1
* Remove use of "using namespace std"Jack Lloyd2017-12-041-8/+10
* Simplify date conversion by avoiding OS utilitiesJack Lloyd2017-12-041-6/+6
* Remove use of transcodeJack Lloyd2017-11-091-9/+2
* Uppercase constantsJack Lloyd2017-10-021-12/+15
* Fix: UTCTime interpreted as GeneralizedTimeDaniel Neus2017-03-131-2/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-4/+4
* add X509_Time::to_std_timepoint()Daniel Neus2016-07-281-0/+5
* V816 It is more efficient to catch exception by reference rather than by valu...Daniel Neus2016-02-081-2/+2
* Remove high bit set char from comment as it broke amalgamation generationJack Lloyd2015-08-221-4/+8
* Add stricter time parsing; Add more testsSimon Warta2015-08-111-8/+23
* Sometimes we don't know the input format. But it is one of twoSimon Warta2015-08-111-1/+19
* Explicitly fwd declase classes BER_Decoder, DER_EncoderSimon Warta2015-08-111-8/+0
* Remove string constructor of X509_Time()Simon Warta2015-08-111-185/+119
* lib/asn1: Convert &vec[0] to vec.data()Simon Warta2015-06-271-8/+13
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+303