Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-02-13 | Imported Upstream version 4.19.0upstream/4.19.0upstream | Dariusz Michaluk | 1 | -66/+65 | |
2018-06-15 | Imported Upstream version 4.9upstream/4.9 | Dariusz Michaluk | 1 | -0/+6 | |
2016-06-08 | Imported Upstream version 4.8upstream/4.8submit/upstream/20160613.071414 | sangsu | 1 | -4/+26 | |
Change-Id: I25e57ece28b9ebb637a2b7356f57e11b7f2eb807 Signed-off-by: sangsu <sangsu.choi@samsung.com> | |||||
2014-06-04 | optimized _asn1_find_up(). | Nikos Mavrogiannopoulos | 1 | -0/+1 | |
2014-05-30 | simplified and optimized asn1_der_decoding_startEnd(). | Nikos Mavrogiannopoulos | 1 | -0/+2 | |
The second pass decoding is now avoided as the start and end values are cached during decoding. | |||||
2014-05-30 | Simplify temporary value storage during decoding. | Nikos Mavrogiannopoulos | 1 | -0/+3 | |
2014-04-22 | Update copyright years. | Simon Josefsson | 1 | -1/+1 | |
2013-03-24 | Update copyright years. | Simon Josefsson | 1 | -1/+1 | |
2013-03-24 | Indent code. | Simon Josefsson | 1 | -9/+12 | |
2012-11-24 | corrected compatibility mode with old structures. | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
2012-11-24 | simplified | Nikos Mavrogiannopoulos | 1 | -11/+6 | |
2012-11-24 | some simplifications in time handling | Nikos Mavrogiannopoulos | 1 | -0/+16 | |
2012-11-24 | Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZED_TIME | Nikos Mavrogiannopoulos | 1 | -6/+24 | |
2012-11-24 | updates in ETYPE_OK | Nikos Mavrogiannopoulos | 1 | -1/+3 | |
2012-11-23 | simplified and renamed asn1_encode_string_der() and asn1_decode_string_der() | Nikos Mavrogiannopoulos | 1 | -1/+0 | |
2012-11-23 | renamed types | Nikos Mavrogiannopoulos | 1 | -8/+8 | |
2012-11-23 | Added asn1_decode_string_der() and asn1_encode_string_der(). | Nikos Mavrogiannopoulos | 1 | -0/+6 | |
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 | -0/+24 | |
2012-11-22 | Added more ASN.1 string types and several simplifications. | Nikos Mavrogiannopoulos | 1 | -25/+7 | |
2012-10-11 | Renamed structures. | Nikos Mavrogiannopoulos | 1 | -3/+3 | |
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 | -7/+7 | |
2012-10-02 | Use hash-pjw-bare instead of asn1_bhash(). | Nikos Mavrogiannopoulos | 1 | -1/+0 | |
2012-10-01 | Renamed types. | Nikos Mavrogiannopoulos | 1 | -7/+7 | |
node_asn -> asn_node_st ASN1_TYPE -> node_asn_t ASN1_TYPE_EMPTY -> NULL | |||||
2012-09-23 | improve performance by 50% by using hashes to compare strings. | Nikos Mavrogiannopoulos | 1 | -0/+2 | |
2012-09-14 | name has size of ASN1_MAX_NAME_SIZE+1 to allow for a terminating null. | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
2012-09-13 | Revert "small_value_size changed to 8. No visible difference in performance" | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
This reverts commit b86e75de8bc3a35620f069b7b00d680284d86eb5. | |||||
2012-09-13 | Eliminated _asn1_malloc, _asn1_free and _asn_calloc. | Nikos Mavrogiannopoulos | 1 | -5/+0 | |
2012-09-12 | Node type field is now included in ASN1_DATA_NODE. | Nikos Mavrogiannopoulos | 1 | -22/+22 | |
2012-09-12 | small_value_size changed to 8. No visible difference in performance | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
2012-09-12 | name is now a statically allocated string and other optimizations. | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
2012-03-19 | Indent code. | Simon Josefsson | 1 | -2/+2 | |
2012-01-23 | Bump copyright years. | Simon Josefsson | 1 | -2/+1 | |
2011-11-20 | Silence warnings. | Simon Josefsson | 1 | -0/+6 | |
2011-01-08 | Update copyright years. | Simon Josefsson | 1 | -2/+2 | |
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-03-23 | Make it compile. | Simon Josefsson | 1 | -1/+1 | |
2009-03-23 | Re-add old ASN1_TYPE struct fields for compatibility. | Simon Josefsson | 1 | -0/+5 | |
2009-03-04 | Indent code. Reproduce using 'make indent' with GNU indent 2.2.10. | Simon Josefsson | 1 | -3/+3 | |
2009-03-04 | Remove dead code. | Simon Josefsson | 1 | -6/+0 | |
2009-03-04 | Bump copyright years. | Simon Josefsson | 1 | -2/+2 | |
2008-11-17 | Fix more warnings. | Simon Josefsson | 1 | -11/+0 | |
2008-11-17 | Fix warnings. | Simon Josefsson | 1 | -0/+11 | |
2008-11-10 | Fix compile error. | Simon Josefsson | 1 | -4/+4 | |
2008-11-10 | Reapply Nikos' optimization patch. Remove deprecated functions. | Simon Josefsson | 1 | -0/+14 | |
2008-11-10 | Revert small_value patch temporarily. | Simon Josefsson | 1 | -14/+0 | |
2008-11-04 | Move struct node_asn_struct to int.h. | Simon Josefsson | 1 | -0/+14 | |
2008-04-21 | Replace use of alloca with malloc. | Simon Josefsson | 1 | -1/+5 | |