Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-28 | Imported Upstream version 4.14upstream/4.14 | Pawel Kowalski | 1 | -91/+96 | |
2018-06-15 | Imported Upstream version 4.9upstream/4.9 | Dariusz Michaluk | 1 | -4/+4 | |
2016-06-08 | Imported Upstream version 4.8upstream/4.8submit/upstream/20160613.071414 | sangsu | 1 | -5/+10 | |
Change-Id: I25e57ece28b9ebb637a2b7356f57e11b7f2eb807 Signed-off-by: sangsu <sangsu.choi@samsung.com> | |||||
2014-06-09 | When encoding DER note the positions of the DER start and end. | Nikos Mavrogiannopoulos | 1 | -0/+3 | |
That will allow using asn1_der_decoding_startEnd() without performing decoding. | |||||
2014-06-04 | optimized _asn1_find_up(). | Nikos Mavrogiannopoulos | 1 | -2/+2 | |
2014-05-30 | removed unused variable | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
2014-05-30 | Simplify temporary value storage during coding. | Nikos Mavrogiannopoulos | 1 | -13/+7 | |
2014-05-17 | Reverted ltostr() changes as the cause a significant delay to the library. | Nikos Mavrogiannopoulos | 1 | -2/+2 | |
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 | -3/+3 | |
This reverts commit 07a5adb87880f3fce80aa12121409bbf652f1b6d. | |||||
2014-05-17 | made _asn1_ltostr() safer. | Nikos Mavrogiannopoulos | 1 | -3/+3 | |
2014-05-01 | Use the smallest of the 2 lengths for the comparison | Kurt Roeckx | 1 | -7/+4 | |
We're sorting 2 strings here based on X.690 section 11.6 and 6.3 | |||||
2014-04-27 | Make asn1_ordering_set_of() return error if it can't find data for one of ↵ | Kurt Roeckx | 1 | -0/+5 | |
the entries. | |||||
2014-04-27 | Check that p is not NULL | Kurt Roeckx | 1 | -0/+2 | |
As far as I can tell this should never happen. | |||||
2014-04-26 | undid optimization in patch 057193dcc2089520ab36d95f42d12f4ffd8127b5 | Nikos Mavrogiannopoulos | 1 | -0/+1 | |
2014-04-26 | _asn1_ordering_*(): Fix memory leak in case of error | Kurt Roeckx | 1 | -14/+52 | |
2014-04-26 | Make _asn1_ordering_* return error values and check them. | Kurt Roeckx | 1 | -18/+30 | |
2014-04-26 | Call ordering functions with the right length | Kurt Roeckx | 1 | -2/+2 | |
We're going to insert the length of the set and at this point are going to order it. But we called it with the wrong length. Also updates the check to only do it when the buffer isn't to small. | |||||
2014-04-22 | Update copyright years. | Simon Josefsson | 1 | -1/+1 | |
2014-04-15 | fixed several coverity reported bugs. | Nikos Mavrogiannopoulos | 1 | -6/+10 | |
2013-11-13 | doc fixes | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
2013-03-24 | Fix syntax-check warnings. | Simon Josefsson | 1 | -2/+2 | |
2013-03-24 | Update copyright years. | Simon Josefsson | 1 | -1/+1 | |
2013-03-24 | Indent code. | Simon Josefsson | 1 | -46/+70 | |
2012-12-10 | Fix GTK-DOC warnings. | Simon Josefsson | 1 | -2/+2 | |
2012-11-24 | corrected typo | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
2012-11-24 | some simplifications in time handling | Nikos Mavrogiannopoulos | 1 | -3/+2 | |
2012-11-24 | Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZED_TIME | Nikos Mavrogiannopoulos | 1 | -11/+9 | |
2012-11-24 | updates in ETYPE_OK | Nikos Mavrogiannopoulos | 1 | -1/+0 | |
2012-11-23 | simplified and renamed asn1_encode_string_der() and asn1_decode_string_der() | Nikos Mavrogiannopoulos | 1 | -19/+22 | |
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 | -27/+111 | |
2012-11-22 | use const for the data | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
2012-11-22 | better name | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
2012-11-22 | small simplifications | Nikos Mavrogiannopoulos | 1 | -40/+21 | |
2012-11-22 | Added more ASN.1 string types and several simplifications. | Nikos Mavrogiannopoulos | 1 | -116/+89 | |
2012-10-11 | Renamed structures. | Nikos Mavrogiannopoulos | 1 | -11/+11 | |
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 | -11/+11 | |
2012-10-01 | Renamed types. | Nikos Mavrogiannopoulos | 1 | -11/+11 | |
node_asn -> asn_node_st ASN1_TYPE -> node_asn_t ASN1_TYPE_EMPTY -> NULL | |||||
2012-10-01 | asn1_retCode -> int | Nikos Mavrogiannopoulos | 1 | -6/+6 | |
2012-09-13 | Eliminated _asn1_malloc, _asn1_free and _asn_calloc. | Nikos Mavrogiannopoulos | 1 | -10/+10 | |
2012-03-19 | Indent code. | Simon Josefsson | 1 | -2/+2 | |
2012-03-14 | Simplify overflow check. | Simon Josefsson | 1 | -1/+1 | |
2012-03-13 | reverted to the old ABI. | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
2012-03-13 | API is based on integers instead of long to prevent errors in systems where ↵ | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
sizeof(int)!=sizeof(long) | |||||
2012-01-23 | Bump copyright years. | Simon Josefsson | 1 | -2/+1 | |
2011-11-20 | Silence warnings. | Simon Josefsson | 1 | -18/+19 | |
2011-11-14 | Mark bit string bitmask variable with static and unsigned keywords. | Simon Josefsson | 1 | -1/+2 | |
2011-08-30 | small optimization | Nikos Mavrogiannopoulos | 1 | -3/+5 | |
2011-01-08 | Update copyright years. | Simon Josefsson | 1 | -1/+1 | |
2010-12-06 | Doc fix. | Simon Josefsson | 1 | -10/+5 | |
Reported by Jeffrey Walton <noloader@gmail.com>. |