Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
Change-Id: I25e57ece28b9ebb637a2b7356f57e11b7f2eb807 Signed-off-by: sangsu <sangsu.choi@samsung.com> | |||||
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 ↵ | Nikos Mavrogiannopoulos | 1 | -4/+14 | |
append on. | |||||
2014-06-04 | asn1_read_value() and friends understand the ?CURRENT keyword. | Nikos Mavrogiannopoulos | 1 | -3/+7 | |
That keyword allows to specify the current element if the given node is a node in a sequence or set. | |||||
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 | |
The best approach would be to eliminate the need for ltostr() completely. Added LTOSTR_MAX_SIZE, to avoid overflows. | |||||
2014-05-17 | Revert "made _asn1_ltostr() safer." | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
This reverts commit 07a5adb87880f3fce80aa12121409bbf652f1b6d. | |||||
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 | |
Segfaults can occur, since value is dereferenced later, ex: 352 if ((isdigit (value[0])) || (value[0] == '-') Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> | |||||
2014-03-28 | asn1_write_value: allow SET_OF elements deletion | Jean-Louis Thekekara | 1 | -1/+1 | |
SET_OF elements could just be deleted as SEQUENCE_OF ones. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com> | |||||
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 | |
Avoid using the reserved by POSIX _t. Suggested by Ivan Shmakov. asn1_static_node_t -> asn1_static_node asn1_node_t -> asn1_node | |||||
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 | |
node_asn -> asn_node_st ASN1_TYPE -> node_asn_t ASN1_TYPE_EMPTY -> NULL | |||||
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 | |
Reported by Jeffrey Walton <noloader@gmail.com>. | |||||
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 | |
2009-03-04 | Indent code. Reproduce using 'make indent' with GNU indent 2.2.10. | Simon Josefsson | 1 | -3/+3 | |