Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-02-13 | Imported Upstream version 4.19.0upstream/4.19.0upstream | Dariusz Michaluk | 1 | -29/+27 |
2019-08-28 | Imported Upstream version 4.14upstream/4.14 | Pawel Kowalski | 1 | -10/+10 |
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 | -3/+5 |
2018-06-15 | Imported Upstream version 4.9upstream/4.9 | Dariusz Michaluk | 1 | -0/+3 |
2016-06-08 | Imported Upstream version 4.8upstream/4.8submit/upstream/20160613.071414 | sangsu | 1 | -10/+16 |
2014-06-17 | doc update | Nikos Mavrogiannopoulos | 1 | -0/+3 |
2014-06-17 | doc update | Nikos Mavrogiannopoulos | 1 | -1/+7 |
2014-06-04 | Optimized _asn1_append_sequence_set() by caching the tail of the element to a... | Nikos Mavrogiannopoulos | 1 | -4/+14 |
2014-06-04 | asn1_read_value() and friends understand the ?CURRENT keyword. | Nikos Mavrogiannopoulos | 1 | -3/+7 |
2014-06-04 | optimized _asn1_find_up(). | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2014-05-22 | Allow a NULL value in asn1_read_value() for all types. | Nikos Mavrogiannopoulos | 1 | -18/+28 |
2014-05-17 | Reverted ltostr() changes as the cause a significant delay to the library. | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2014-05-17 | Revert "made _asn1_ltostr() safer." | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2014-05-17 | made _asn1_ltostr() safer. | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2014-05-17 | safer usage of memcpy(). | Nikos Mavrogiannopoulos | 1 | -4/+7 |
2014-05-16 | return the correct error code in asn1_read_value_type() | Nikos Mavrogiannopoulos | 1 | -16/+21 |
2014-04-22 | Fix syntax-check nits. | Simon Josefsson | 1 | -7/+7 |
2014-04-22 | Update copyright years. | Simon Josefsson | 1 | -1/+1 |
2014-04-15 | Do not try to write over null values | Nikos Mavrogiannopoulos | 1 | -5/+9 |
2014-03-28 | asn1_write_value: fix segfault when deleting an unauthorized element | Jean-Louis Thekekara | 1 | -0/+6 |
2014-03-28 | asn1_write_value: allow SET_OF elements deletion | Jean-Louis Thekekara | 1 | -1/+1 |
2013-03-24 | Update copyright years. | Simon Josefsson | 1 | -1/+1 |
2013-03-24 | Indent code. | Simon Josefsson | 1 | -46/+46 |
2012-11-24 | revert to use strlen when writing time values. | Nikos Mavrogiannopoulos | 1 | -2/+3 |
2012-11-24 | simplified | Nikos Mavrogiannopoulos | 1 | -5/+4 |
2012-11-24 | some simplifications in time handling | Nikos Mavrogiannopoulos | 1 | -3/+13 |
2012-11-24 | Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZED_TIME | Nikos Mavrogiannopoulos | 1 | -18/+12 |
2012-11-23 | Added asn1_read_value_type(). | Nikos Mavrogiannopoulos | 1 | -3/+77 |
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 | -3/+3 |
2012-11-22 | better name | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2012-11-22 | small simplifications | Nikos Mavrogiannopoulos | 1 | -20/+1 |
2012-11-22 | Added more ASN.1 string types and several simplifications. | Nikos Mavrogiannopoulos | 1 | -89/+87 |
2012-10-11 | Renamed structures. | Nikos Mavrogiannopoulos | 1 | -12/+12 |
2012-10-06 | asn_ -> asn1_ | Nikos Mavrogiannopoulos | 1 | -13/+13 |
2012-10-01 | node_data_struct -> asn_data_node_st | Nikos Mavrogiannopoulos | 1 | -2/+2 |
2012-10-01 | Renamed types. | Nikos Mavrogiannopoulos | 1 | -12/+12 |
2012-10-01 | asn1_retCode -> int | Nikos Mavrogiannopoulos | 1 | -5/+5 |
2012-09-13 | Eliminated _asn1_malloc, _asn1_free and _asn_calloc. | Nikos Mavrogiannopoulos | 1 | -19/+13 |
2012-09-12 | Node type field is now included in ASN1_DATA_NODE. | Nikos Mavrogiannopoulos | 1 | -0/+1 |
2012-09-12 | Added asn1_read_node_value() | Nikos Mavrogiannopoulos | 1 | -0/+19 |
2012-09-12 | name is now a statically allocated string and other optimizations. | Nikos Mavrogiannopoulos | 1 | -5/+5 |
2012-01-23 | Bump copyright years. | Simon Josefsson | 1 | -2/+1 |
2011-11-20 | Silence warnings. | Simon Josefsson | 1 | -26/+26 |
2011-01-08 | Update copyright years. | Simon Josefsson | 1 | -2/+2 |
2010-12-06 | Doc fix. | Simon Josefsson | 1 | -24/+11 |
2010-02-17 | Improve GTK-DOC comments. | Simon Josefsson | 1 | -193/+190 |
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 | -2/+3 |