Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-02-13 | Imported Upstream version 4.19.0upstream/4.19.0upstream | Dariusz Michaluk | 1 | -174/+174 |
2019-08-28 | Imported Upstream version 4.14upstream/4.14 | Pawel Kowalski | 1 | -80/+109 |
2018-06-15 | Imported Upstream version 4.12upstream/4.12 | Dariusz Michaluk | 1 | -1/+1 |
2018-06-15 | Imported Upstream version 4.10upstream/4.10 | Dariusz Michaluk | 1 | -4/+4 |
2014-04-22 | Update copyright years. | Simon Josefsson | 1 | -1/+1 |
2013-11-25 | The parser accepts negative numbers in INTEGER ranges. Use snprintf() instead... | Nikos Mavrogiannopoulos | 1 | -17/+22 |
2013-11-13 | doc fixes | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2013-03-24 | Fix syntax-check warnings. | Simon Josefsson | 1 | -2/+1 |
2013-03-24 | Update copyright years. | Simon Josefsson | 1 | -1/+1 |
2012-11-25 | corrected possible buffer overflow in parser errors. | Nikos Mavrogiannopoulos | 1 | -3/+3 |
2012-11-24 | Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZED_TIME | Nikos Mavrogiannopoulos | 1 | -2/+2 |
2012-11-23 | renamed types | Nikos Mavrogiannopoulos | 1 | -16/+16 |
2012-11-23 | Added asn1_decode_string_der() and asn1_encode_string_der(). | Nikos Mavrogiannopoulos | 1 | -2/+2 |
2012-11-23 | zeroize last_error_token on unknown errors. | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2012-11-23 | better error printing | Nikos Mavrogiannopoulos | 1 | -0/+3 |
2012-11-23 | init strings | Nikos Mavrogiannopoulos | 1 | -2/+2 |
2012-11-23 | store duplicate (with built-in values) in structure to be compatible with old... | Nikos Mavrogiannopoulos | 1 | -1/+4 |
2012-11-22 | indented C code in ASN1.y, and added more verbose error reporting. | Nikos Mavrogiannopoulos | 1 | -61/+64 |
2012-11-22 | idented code | Nikos Mavrogiannopoulos | 1 | -255/+292 |
2012-11-22 | Added more ASN.1 string types and several simplifications. | Nikos Mavrogiannopoulos | 1 | -98/+160 |
2012-10-28 | corrected types | Nikos Mavrogiannopoulos | 1 | -3/+3 |
2012-10-09 | Allow empty IDENTIFIERS in ASN1 definitions. Suggested by Ivan Shmakov. | Nikos Mavrogiannopoulos | 1 | -0/+2 |
2012-10-06 | asn_ -> asn1_ | Nikos Mavrogiannopoulos | 1 | -3/+3 |
2012-10-01 | eliminated use of old types | Nikos Mavrogiannopoulos | 1 | -10/+11 |
2012-09-14 | removed unneeded casts | Nikos Mavrogiannopoulos | 1 | -2/+2 |
2012-09-13 | _asn1_add_node -> _asn1_add_static_node | Nikos Mavrogiannopoulos | 1 | -52/+52 |
2012-01-23 | Bump copyright years. | Simon Josefsson | 1 | -2/+1 |
2011-01-08 | Update copyright years. | Simon Josefsson | 1 | -2/+2 |
2010-12-06 | Doc fix. | Simon Josefsson | 1 | -30/+15 |
2010-04-13 | Indent examples. Fix syntax-check warnings. | Simon Josefsson | 1 | -1/+1 |
2010-02-17 | More GTK-DOC fixes. | Simon Josefsson | 1 | -5/+5 |
2010-02-17 | More GTK-DOC comment fixes. | Simon Josefsson | 1 | -14/+10 |
2010-02-17 | Improve GTK-DOC comments. | Simon Josefsson | 1 | -58/+58 |
2010-01-11 | Merge Fabio and Nikos copyrights to the FSF, both have signed papers. | Simon Josefsson | 1 | -7/+4 |
2010-01-11 | Update copyright notices. | Simon Josefsson | 1 | -1/+2 |
2009-05-28 | Replace TRUE/FALSE with ASN1_TRUE/ASN1_FALSE to work around problem on Tru64. | Simon Josefsson | 1 | -5/+5 |
2009-05-26 | removed duplicate token. | Nikos Mavrogiannopoulos | 1 | -1/+0 |
2009-03-04 | Simplify unused debug code. | Simon Josefsson | 1 | -4/+3 |
2009-03-04 | Bump copyright years. | Simon Josefsson | 1 | -1/+1 |
2008-11-17 | Fix more warnings. | Simon Josefsson | 1 | -2/+2 |
2008-11-17 | Fix warnings. | Simon Josefsson | 1 | -2/+3 |
2008-11-06 | Use static keyword. | Simon Josefsson | 1 | -34/+21 |
2008-11-04 | Move struct node_asn_struct to int.h. | Simon Josefsson | 1 | -3/+3 |
2008-10-08 | Update usages of MAX_* constants. | Simon Josefsson | 1 | -7/+7 |
2008-04-21 | Replace use of alloca with malloc. | Simon Josefsson | 1 | -2/+2 |
2008-02-01 | Handle 'INTEGER { ...} (a..b)', as used by src/pkix.asn1. | Simon Josefsson | 1 | -2/+2 |
2006-03-08 | Support 'BIT STRING (SIZE(42))' constructs, suggested by Cyril Holweck | Simon Josefsson | 1 | -0/+1 |
2006-02-09 | Fix copyright. | Simon Josefsson | 1 | -2/+3 |
2005-07-16 | Fix license. | Simon Josefsson | 1 | -7/+8 |
2004-12-10 | Doc fix. | Simon Josefsson | 1 | -3/+5 |