aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/tests/suites/test_asn1.c
Commit message (Collapse)AuthorAgeFilesLines
* asn1: Add function to generate an ASN.1 integer from an uint64_tTobias Brunner2017-11-081-6/+35
|
* Use standard unsigned integer typesAndreas Steffen2016-03-241-3/+3
|
* unit-tests: Silence a literal signedness warning raised by GCC 4.6.3Martin Willi2014-04-301-2/+2
|
* asn1: Support dates before 1970-01-01 (i.e. when time_t gets negative)Tobias Brunner2014-02-121-0/+6
| | | | | | On x86 we allow "overflows" around 1969/1970 but not for other dates. Fixes #509.
* asn1: Add additional validation for parsed ASN.1 date/time valuesTobias Brunner2014-02-121-0/+8
|
* unit-tests: added some more ASN.1 length testsAndreas Steffen2014-02-101-0/+13
|
* test-asn1: Fix skipping of >2038 tests on i386Tobias Brunner2014-01-061-35/+35
| | | | | | | | The two constants overflow time_t on i386 (they also produced a compiler warning without type suffix) so the comparison with TIME_32_BIT_SIGNED_MAX did not work as intended. Fixes #477.
* unit-tests: Clean up memory in new asn1 unit testsMartin Willi2013-11-061-1/+3
| | | | Test runner checks for leaks when leak detective is enabled.
* unit-tests: Move test suites to its own subfolderMartin Willi2013-11-061-0/+840