Commit Graph

498 Commits (7102b52a5def9bd80aac89bbc32ed9c2f8b893e4)

Author SHA1 Message Date
Lev Walkin 1b03c79368 removed autotools intermediate files from source code; use autoreconf -iv. 2014-10-12 17:31:26 -07:00
Lev Walkin 04fbe62bbc check if timegm is present before emulating 2014-09-17 02:27:01 -07:00
Lev Walkin 15d38f45df limit debug output log 2014-09-17 01:19:31 -07:00
Lev Walkin e0d321a650 version 0.9.26 2014-09-11 01:28:57 -07:00
Lev Walkin 58b74eb570 add signed integer tests for test 134 2014-02-10 09:24:39 -08:00
Lev Walkin 6c52784de1 PER-encoding of integers wider than 32 bits 2014-02-09 04:34:54 -08:00
Lev Walkin bfc76e8f1e fix spacing 2014-01-14 02:44:54 -08:00
Lev Walkin ea55215e3c split ADD_CFLAGS and TESTSUITE_CFLAGS 2014-01-14 02:15:13 -08:00
Lev Walkin f84cc014d4 check cc flags viability before setting them 2014-01-14 02:12:24 -08:00
Lev Walkin aef10c36f7 upgrade autotools 2014-01-14 01:47:25 -08:00
Lev Walkin aa61a0f821 pointer warning fixes 2014-01-14 00:58:26 -08:00
Lev Walkin daeb2160cc use isfinite() or finite() depending on availability 2014-01-13 23:08:35 -08:00
Lev Walkin d2fab92e02 remove warning 2013-12-07 10:58:10 -08:00
Lev Walkin 70732a2216 remove warning 2013-12-07 10:55:14 -08:00
Lev Walkin 85325924cf fix debug message typo 2013-12-07 10:52:28 -08:00
Lev Walkin 9c70e74c0c remove warnings 2013-10-17 13:03:36 -07:00
Lev Walkin d4c1673dc1 typo in a comment 2013-03-28 05:00:47 -07:00
Lev Walkin 97f8edc598 simplify xer encoding 2013-03-28 04:38:41 -07:00
Lev Walkin 1715b32c87 format and signedness mismatch fixes 2013-03-28 04:02:13 -07:00
Lev Walkin 7f35fd8cf1 more PER tests 2013-03-28 03:13:38 -07:00
Lev Walkin b1d85e3b6a more tests for integer decoding on ilp32 2013-03-28 00:32:49 -07:00
Lev Walkin 73823e1ff2 add finite on ubuntu 2013-03-28 00:24:48 -07:00
Lev Walkin 20a01f9174 fix 32 bit integer decoding 2013-03-28 00:22:08 -07:00
Lev Walkin e9360e6f30 fix ilogb error on ubuntu 2013-03-28 00:21:57 -07:00
Lev Walkin 0ff7129040 remove warnings 2013-03-25 18:51:51 -07:00
Lev Walkin e14480fa0b fix https://sourceforge.net/p/asn1c/bugs/51/ 2013-03-24 03:28:00 -07:00
Lev Walkin f01946ecea add back const qualifier 2013-03-24 02:13:08 -07:00
Lev Walkin ae1422b178 verified https://sourceforge.net/p/asn1c/bugs/45/ with autotests 2013-03-24 02:08:42 -07:00
Lev Walkin da16198825 fixed bug #58 2013-03-20 03:35:21 -07:00
Lev Walkin 46755ce200 allow td to be absent when printing out debug 2013-03-19 16:16:28 -07:00
Lev Walkin 5036c808a1 remove warnings 2013-03-19 16:16:03 -07:00
Lev Walkin 8e66643dc3 Merge pull request #23 from basinilya/upstream
Fix sys_ntohl macro; it just replicated the low byte instead of reordering bytes
2013-03-16 07:57:14 -07:00
Lev Walkin f7982283ae fix: There must be no content in self-terminating <NULL/> tag. 2013-03-16 07:01:42 -07:00
Lev Walkin cad560ae79 make one-pass parsing for object identifier 2013-03-16 07:00:58 -07:00
Ilya Basin 762747cfb0 Fix sys_ntohl macro; it just replicated the low byte instead of reordering bytes 2012-12-01 14:48:22 +04:00
Lev Walkin 86d8d7785e make file reading work under windows 2012-10-10 05:55:28 -07:00
Lev Walkin 30520ab335 tighten code according to tag invariant 2012-09-04 17:11:27 -07:00
Lev Walkin aed43c8bcc fix parsing for OID and RELATIVE-OID 2012-09-04 15:08:46 -07:00
Lev Walkin f6da17976e get rid of xer_is_whitespace() 2012-09-04 14:40:57 -07:00
Lev Walkin 92d57bd80a removed unused variable 2012-09-04 14:39:23 -07:00
Lev Walkin 632f20b099 ignore empty integer bodies 2012-09-04 13:14:29 -07:00
Lev Walkin c9c6f4a7a6 indentation 2012-09-04 13:14:03 -07:00
Lev Walkin d7703cf7ce remove warnings 2012-09-03 01:45:03 -07:00
Lev Walkin 271261813c remove volatile from GeneralizedTime 2012-09-03 01:09:54 -07:00
Lev Walkin f59271171f remove volatile qualifier from OID code 2012-09-03 00:48:52 -07:00
Lev Walkin e09f9f1b4b remove volatile from INTEGER 2012-09-02 23:21:47 -07:00
Lev Walkin b3751947cb upgrade autotools 2012-09-02 19:36:47 -07:00
Lev Walkin b85507a1eb more compact indentation spec 2012-03-02 03:54:57 -08:00
Lev Walkin e2c05bf2f5 fixed indentation in per 2012-02-27 10:24:35 -08:00
Lev Walkin 69c73dc63f some reentrancy protection 2012-02-21 02:15:08 -08:00