Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-05-22 | bumped version | Nikos Mavrogiannopoulos | 2 | -3/+3 |
2014-05-22 | doc update | Nikos Mavrogiannopoulos | 1 | -3/+2 |
2014-05-22 | doc update | Nikos Mavrogiannopoulos | 1 | -1/+2 |
2014-05-17 | Reverted ltostr() changes as the cause a significant delay to the library. | Nikos Mavrogiannopoulos | 5 | -7/+8 |
2014-05-17 | Revert "simplify ltostr()" | Nikos Mavrogiannopoulos | 2 | -8/+35 |
2014-05-17 | Revert "made _asn1_ltostr() safer." | Nikos Mavrogiannopoulos | 4 | -11/+13 |
2014-05-17 | doc update | Nikos Mavrogiannopoulos | 2 | -2/+5 |
2014-05-17 | Marked asn1_der_decoding_element() as deprecated. | Nikos Mavrogiannopoulos | 4 | -2/+18 |
2014-05-17 | Use the new functions in asn1_decoding_element() | Nikos Mavrogiannopoulos | 1 | -7/+5 |
2014-05-17 | Revert "asn1_der_decoding_element is just an alias of asn1_der_decoding()." | Nikos Mavrogiannopoulos | 1 | -6/+761 |
2014-05-17 | made _asn1_ltostr() safer. | Nikos Mavrogiannopoulos | 4 | -13/+11 |
2014-05-17 | safer usage of memcpy(). | Nikos Mavrogiannopoulos | 1 | -4/+7 |
2014-05-17 | check for zero size in time and object ids. | Nikos Mavrogiannopoulos | 1 | -2/+4 |
2014-05-17 | Allow for zero strings. | Nikos Mavrogiannopoulos | 1 | -4/+10 |
2014-05-16 | simplify ltostr() | Nikos Mavrogiannopoulos | 2 | -35/+8 |
2014-05-16 | doc update | Nikos Mavrogiannopoulos | 1 | -0/+1 |
2014-05-16 | Do not return illegal values in asn1_get_bit_der(). | Nikos Mavrogiannopoulos | 1 | -2/+5 |
2014-05-16 | return the correct error code in asn1_read_value_type() | Nikos Mavrogiannopoulos | 1 | -16/+21 |
2014-05-16 | removed debug definition | Nikos Mavrogiannopoulos | 1 | -2/+0 |
2014-05-16 | doc update | Nikos Mavrogiannopoulos | 1 | -0/+1 |
2014-05-16 | use DECR_LEN() in _asn1_get_indefinite_length_string(). | Nikos Mavrogiannopoulos | 1 | -11/+17 |
2014-05-16 | use DECR_LEN in _asn1_get_octet_string() | Nikos Mavrogiannopoulos | 1 | -2/+12 |
2014-05-16 | Fixes in _asn1_extract_der_octet() and usage of DECR_LEN(). | Nikos Mavrogiannopoulos | 1 | -12/+19 |
2014-05-16 | use DECR_LEN() in _asn1_extract_tag_der() | Nikos Mavrogiannopoulos | 1 | -14/+14 |
2014-05-16 | simplified check for indefinite. | Nikos Mavrogiannopoulos | 1 | -27/+24 |
2014-05-16 | expanded usage of DECR_LEN(). | Nikos Mavrogiannopoulos | 1 | -38/+131 |
2014-05-16 | simplified _asn1_get_octet_string(). | Nikos Mavrogiannopoulos | 1 | -10/+8 |
2014-05-16 | simplified _asn1_get_indefinite_length_string() | Nikos Mavrogiannopoulos | 1 | -12/+10 |
2014-05-16 | More precise tracking of data. | Nikos Mavrogiannopoulos | 1 | -48/+124 |
2014-05-16 | asn1_der_decoding_element is just an alias of asn1_der_decoding(). | Nikos Mavrogiannopoulos | 1 | -761/+6 |
2014-05-16 | More precise length check in _asn1_get_indefinite_length_string(). | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2014-05-16 | Use the correct max length definition. | Nikos Mavrogiannopoulos | 2 | -3/+1 |
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 | 2 | -2/+18 |
2014-05-05 | doc update | Nikos Mavrogiannopoulos | 1 | -0/+3 |
2014-05-04 | Corrected an off-by-one error. | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2014-05-02 | Added stable mark | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2014-05-01 | bumped version | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2014-05-01 | bumped version | Nikos Mavrogiannopoulos | 2 | -3/+3 |
2014-05-01 | Use the smallest of the 2 lengths for the comparison | Kurt Roeckx | 1 | -7/+4 |
2014-04-28 | Added minmax gnulib module. | Nikos Mavrogiannopoulos | 5 | -2/+117 |
2014-04-28 | more files to ignore | Nikos Mavrogiannopoulos | 1 | -0/+4 |
2014-04-27 | Make asn1_ordering_set_of() return error if it can't find data for one of the... | Kurt Roeckx | 1 | -0/+5 |
2014-04-27 | Check that p is not NULL | Kurt Roeckx | 1 | -0/+2 |
2014-04-27 | updated bison file | Nikos Mavrogiannopoulos | 1 | -951/+766 |
2014-04-26 | undid optimization in patch 057193dcc2089520ab36d95f42d12f4ffd8127b5 | Nikos Mavrogiannopoulos | 1 | -0/+1 |
2014-04-26 | Added test that decodes and re-encodes a DER CRL. | Nikos Mavrogiannopoulos | 3 | -3/+147 |
2014-04-26 | doc update | Nikos Mavrogiannopoulos | 1 | -0/+1 |
2014-04-26 | Fix memory leak. | Kurt Roeckx | 1 | -0/+3 |
2014-04-26 | _asn1_ordering_*(): Fix memory leak in case of error | Kurt Roeckx | 1 | -14/+52 |