Commit Graph

36 Commits

Author SHA1 Message Date
p1-bmu 87d633859b globally remove Python 2 compat 2023-04-06 15:48:00 +02:00
p1-bmu 3bc3759ba2 asn1rt: fix potential issue in NULL BER encode / decode 2022-12-14 18:35:54 +01:00
p1-bmu 18f4e4485e asn1rt: fix OID ASN syntax decoding 2022-07-20 11:48:37 +02:00
Matthias Brehler 6b0600dacc Mark regular strings expressions as raw strings
Avoids pylint warnings

Change-Id: I0d4712f6c425884ec340ce1bfbeb2e56060f3538
2022-06-20 18:12:46 -06:00
p1-bmu 92ad8da1c3 asn1rt: fix the number of decimal representation for REAL in jer, to not mess python 2.7 2020-11-30 11:42:29 +01:00
p1-bmu 251a528759 asn1rt: add a config param to disable the printing of OID name in comment 2020-10-13 09:17:41 +02:00
Josef 86fae0ce11 Fixed Enumerated decoding with structure. 2020-09-09 15:33:14 +02:00
Josef a66c6006b5 OID support including *_ws methods. 2020-08-20 16:27:37 +02:00
Josef 07a8b63d1a Enumerated support including *_ws methods. 2020-08-20 15:27:04 +02:00
Josef ecddbd4d23 Real support including *_ws methods. 2020-08-20 12:16:56 +02:00
Josef be43a25681 Null, Bool, Integer support including *_ws methods. 2020-08-19 13:49:38 +02:00
Josef b7ad06a92f Null, Bool, Integer support (without *_ws methods). 2020-08-18 17:46:39 +02:00
mich decc023abd remove crappy non-ascii (hidden) characters 2020-06-16 16:59:50 +02:00
mich c5c2803682 asn1rt: do not check INTEGER boundary when a named value is set 2020-02-24 10:08:00 +01:00
mich 13d4bf39dc asn1rt: complete the support of named value for INTEGER 2019-12-17 11:22:20 +01:00
mich f6cefd7aec asn1rt: add more checks to catch errors properly 2019-12-06 11:37:10 +01:00
mich 97349c7311 asn1rt: fix length value in error handling in INT BER decoding 2019-11-26 15:24:27 +01:00
mich 3b7140ae77 asn1rt: rationalize exception handling 2019-09-26 10:20:18 +02:00
mich a629c38eb7 asn1rt: some cleanup 2019-03-15 17:51:26 +01:00
mich 7160a753ed making a global 0.4 tagged release 2019-02-25 11:26:10 +01:00
mich 33a4fe5eb2 asn1rt: enable extended uint BER encoding for tags and OID 2019-02-22 16:15:09 +01:00
mich 432626e730 asn1rt: finalize JER support 2018-12-11 18:09:54 +01:00
mich 1655ffaf5f asn1rt: initial JER support for basic types 2018-12-07 18:07:49 +01:00
mich aabf189d6e asn1rt: fix typo in REAL decoding 2018-11-05 09:38:22 +01:00
mitshell bb614f8e9d asn1rt: split BOOL PER_LUT dict to handle encoding / decoding correctly 2018-06-02 15:25:28 +02:00
mitshell a950a83a7b asn1rt: fix NULL to_ber_ws() 2018-04-21 21:16:39 +02:00
mitshell ae1a34d5dc change of license: from GPL to LGPL, except for tools 2018-04-15 21:47:21 +02:00
mitshell 401e80e18c bump version to 0.3 2018-02-09 22:23:26 +01:00
mitshell 32b93a4b6a asn1rt: fix ENUM value check 2018-02-09 22:00:34 +01:00
mitshell 979c748c9f asn1rt: add INTEGER named value setting 2017-11-26 12:09:36 +01:00
mitshell 0dcbd38a76 remove the crappy copyright sign 2017-11-12 14:43:59 +01:00
mitshell caa0f657fb version: bump to 0.2 2017-10-06 23:03:13 +02:00
mitshell 3f01b3449b asn1rt: fix INTEGER asn encoding in Python2 2017-09-01 22:04:28 +02:00
mitshell 6077552ca9 asn1rt: fix Python2 support for REAL encoding / decoding 2017-09-01 21:47:54 +02:00
mitshell d8500c22df asn1rt: add extra info when encoding int and oid to asn1 2017-08-27 23:21:04 +02:00
mitshell c05deb68a2 initial commit of the src code 2017-07-04 23:12:41 +02:00