Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-02-13 | Imported Upstream version 4.19.0upstream/4.19.0upstream | Dariusz Michaluk | 1 | -69/+137 |
2019-08-28 | Imported Upstream version 4.14upstream/4.14 | Pawel Kowalski | 1 | -52/+65 |
2018-06-15 | Imported Upstream version 4.13upstream/4.13 | Dariusz Michaluk | 1 | -5/+12 |
2018-06-15 | Imported Upstream version 4.12upstream/4.12 | Dariusz Michaluk | 1 | -0/+6 |
2018-06-15 | Imported Upstream version 4.10upstream/4.10 | Dariusz Michaluk | 1 | -14/+18 |
2018-06-15 | Imported Upstream version 4.9upstream/4.9 | Dariusz Michaluk | 1 | -2/+2 |
2016-06-08 | Imported Upstream version 4.8upstream/4.8submit/upstream/20160613.071414 | sangsu | 1 | -26/+38 |
2014-06-04 | asn1_read_value() and friends understand the ?CURRENT keyword. | Nikos Mavrogiannopoulos | 1 | -1/+7 |
2014-06-04 | optimized _asn1_find_up(). | Nikos Mavrogiannopoulos | 1 | -7/+11 |
2014-06-04 | more efficient check for '?LAST' and error checking. | Nikos Mavrogiannopoulos | 1 | -5/+5 |
2014-05-17 | Reverted ltostr() changes as the cause a significant delay to the library. | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2014-05-17 | Revert "simplify ltostr()" | Nikos Mavrogiannopoulos | 1 | -0/+35 |
2014-05-16 | simplify ltostr() | Nikos Mavrogiannopoulos | 1 | -35/+0 |
2014-05-10 | cleaned up a bit _asn1_remove_node(). | Nikos Mavrogiannopoulos | 1 | -5/+9 |
2014-05-10 | prevent memset() from being optimized out. | Nikos Mavrogiannopoulos | 1 | -2/+3 |
2014-04-22 | Fix syntax-check nits. | Simon Josefsson | 1 | -1/+1 |
2014-04-22 | Update copyright years. | Simon Josefsson | 1 | -1/+1 |
2014-04-15 | fixed several coverity reported bugs. | Nikos Mavrogiannopoulos | 1 | -2/+2 |
2013-11-13 | Added asn1_delete_structure2(). | Nikos Mavrogiannopoulos | 1 | -3/+7 |
2013-03-24 | Update copyright years. | Simon Josefsson | 1 | -1/+1 |
2013-03-24 | Indent code. | Simon Josefsson | 1 | -19/+22 |
2012-11-24 | corrected compatibility mode with old structures. | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2012-11-24 | some simplifications in time handling | Nikos Mavrogiannopoulos | 1 | -2/+2 |
2012-11-23 | Added asn1_decode_string_der() and asn1_encode_string_der(). | Nikos Mavrogiannopoulos | 1 | -3/+3 |
2012-11-22 | Added more ASN.1 string types and several simplifications. | Nikos Mavrogiannopoulos | 1 | -22/+22 |
2012-10-11 | Renamed structures. | Nikos Mavrogiannopoulos | 1 | -37/+37 |
2012-10-06 | asn_ -> asn1_ | Nikos Mavrogiannopoulos | 1 | -38/+38 |
2012-10-02 | removed unneeded variables and files. | Nikos Mavrogiannopoulos | 1 | -3/+1 |
2012-10-02 | Use hash-pjw-bare instead of asn1_bhash(). | Nikos Mavrogiannopoulos | 1 | -7/+8 |
2012-10-01 | Renamed types. | Nikos Mavrogiannopoulos | 1 | -38/+38 |
2012-10-01 | asn1_retCode -> int | Nikos Mavrogiannopoulos | 1 | -5/+5 |
2012-09-23 | small optimizations to avoid recalculation of hashes when copying nodes. | Nikos Mavrogiannopoulos | 1 | -0/+29 |
2012-09-23 | improve performance by 50% by using hashes to compare strings. | Nikos Mavrogiannopoulos | 1 | -9/+24 |
2012-09-20 | other small fix | Nikos Mavrogiannopoulos | 1 | -1/+4 |
2012-09-13 | _asn1_add_node_only -> _asn1_add_single_node | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2012-09-13 | _asn1_add_node -> _asn1_add_static_node | Nikos Mavrogiannopoulos | 1 | -2/+2 |
2012-09-13 | Eliminated _asn1_malloc, _asn1_free and _asn_calloc. | Nikos Mavrogiannopoulos | 1 | -13/+13 |
2012-09-12 | name is now a statically allocated string and other optimizations. | Nikos Mavrogiannopoulos | 1 | -104/+6 |
2012-03-19 | Indent code. | Simon Josefsson | 1 | -1/+2 |
2012-01-23 | Bump copyright years. | Simon Josefsson | 1 | -2/+1 |
2011-11-20 | Silence warnings. | Simon Josefsson | 1 | -10/+11 |
2011-01-08 | Update copyright years. | Simon Josefsson | 1 | -2/+2 |
2010-04-13 | Indent examples. Fix syntax-check warnings. | Simon Josefsson | 1 | -1/+1 |
2010-03-16 | asn1_check_version: Simplify. | Simon Josefsson | 1 | -87/+0 |
2010-03-16 | Doc fixes. | Simon Josefsson | 1 | -5/+5 |
2010-02-17 | Improve GTK-DOC comments. | Simon Josefsson | 1 | -1/+1 |
2010-01-11 | Merge Fabio and Nikos copyrights to the FSF, both have signed papers. | Simon Josefsson | 1 | -3/+2 |
2010-01-11 | Update copyright notices. | Simon Josefsson | 1 | -1/+2 |
2009-05-20 | Fix syntax-check problems. | Simon Josefsson | 1 | -1/+1 |
2009-03-23 | Make it compile. | Simon Josefsson | 1 | -1/+1 |