Merge branch 'upstream' into tizen
[platform/upstream/libtasn1.git] / lib /
2013-01-01 Nikos Mavrogiannop... Added intprops
2012-12-10 Simon JosefssonFix GTK-DOC warnings.
2012-11-29 Nikos Mavrogiannop... bumped version
2012-11-25 Nikos Mavrogiannop... corrected possible buffer overflow in parser errors.
2012-11-24 Nikos Mavrogiannop... revert to use strlen when writing time values.
2012-11-24 Nikos Mavrogiannop... corrected compatibility mode with old structures.
2012-11-24 Nikos Mavrogiannop... simplified
2012-11-24 Nikos Mavrogiannop... simplified
2012-11-24 Nikos Mavrogiannop... corrected typo
2012-11-24 Nikos Mavrogiannop... some simplifications in time handling
2012-11-24 Nikos Mavrogiannop... Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZ...
2012-11-24 Nikos Mavrogiannop... updates in ETYPE_OK
2012-11-23 Nikos Mavrogiannop... Added asn1_read_value_type().
2012-11-23 Nikos Mavrogiannop... simplified and renamed asn1_encode_string_der() and...
2012-11-23 Nikos Mavrogiannop... renamed types
2012-11-23 Nikos Mavrogiannop... Added asn1_decode_string_der() and asn1_encode_string_d...
2012-11-23 Nikos Mavrogiannop... zeroize last_error_token on unknown errors.
2012-11-23 Nikos Mavrogiannop... better error printing
2012-11-23 Nikos Mavrogiannop... init strings
2012-11-23 Nikos Mavrogiannop... store duplicate (with built-in values) in structure...
2012-11-22 Nikos Mavrogiannop... use const for the data
2012-11-22 Nikos Mavrogiannop... better name
2012-11-22 Nikos Mavrogiannop... small simplifications
2012-11-22 Nikos Mavrogiannop... indented C code in ASN1.y, and added more verbose error...
2012-11-22 Nikos Mavrogiannop... idented code
2012-11-22 Nikos Mavrogiannop... Added more ASN.1 string types and several simplifications.
2012-11-01 Thierry RedingFix out of tree build
2012-11-01 Nikos Mavrogiannop... Corrected type asn1_static_node_t -> asn1_static_node.
2012-10-28 Nikos Mavrogiannop... corrected types
2012-10-11 Nikos Mavrogiannop... Renamed structures.
2012-10-09 Nikos Mavrogiannop... Allow empty IDENTIFIERS in ASN1 definitions. Suggested...
2012-10-06 Nikos Mavrogiannop... asn_ -> asn1_
2012-10-06 Nikos Mavrogiannop... Set the error description to null initialy.
2012-10-02 Nikos Mavrogiannop... removed unneeded variables and files.
2012-10-02 Nikos Mavrogiannop... Updated gllib and added hash-pjw-bare.
2012-10-02 Nikos Mavrogiannop... Use hash-pjw-bare instead of asn1_bhash().
2012-10-01 Nikos Mavrogiannop... eliminated use of old types
2012-10-01 Nikos Mavrogiannop... ASN1_TYPE definition corrected
2012-10-01 Nikos Mavrogiannop... node_data_struct -> asn_data_node_st
2012-10-01 Nikos Mavrogiannop... ASN1_ARRAY_TYPE -> asn_static_node_t
2012-10-01 Nikos Mavrogiannop... Renamed types.
2012-10-01 Nikos Mavrogiannop... asn1_retCode -> int
2012-09-23 Nikos Mavrogiannop... small optimizations to avoid recalculation of hashes...
2012-09-23 Nikos Mavrogiannop... improve performance by 50% by using hashes to compare...
2012-09-20 Nikos Mavrogiannop... other small fix
2012-09-20 Nikos Mavrogiannop... Some small optimizations and better checking of tree...
2012-09-14 Nikos Mavrogiannop... name has size of ASN1_MAX_NAME_SIZE+1 to allow for...
2012-09-14 Nikos Mavrogiannop... removed unneeded casts
2012-09-13 Nikos Mavrogiannop... Revert "small_value_size changed to 8. No visible diffe...
2012-09-13 Nikos Mavrogiannop... Added symbol into old API
2012-09-13 Nikos Mavrogiannop... _asn1_add_node_only -> _asn1_add_single_node
2012-09-13 Nikos Mavrogiannop... _asn1_add_node -> _asn1_add_static_node
2012-09-13 Nikos Mavrogiannop... Eliminated _asn1_malloc, _asn1_free and _asn_calloc.
2012-09-13 Nikos Mavrogiannop... reduced maximum name size
2012-09-13 Nikos Mavrogiannop... no need to reserve.
2012-09-12 Simon JosefssonDrop long-time deprecated functions.
2012-09-12 Nikos Mavrogiannop... Node type field is now included in ASN1_DATA_NODE.
2012-09-12 Nikos Mavrogiannop... Added asn1_read_node_value()
2012-09-12 Nikos Mavrogiannop... small_value_size changed to 8. No visible difference...
2012-09-12 Nikos Mavrogiannop... name is now a statically allocated string and other...
2012-09-12 Nikos Mavrogiannop... internal structure removed
2012-09-08 Tim Ruehsencleanup _asn1_copy_structure3
2012-05-31 Simon JosefssonBump versions.
2012-05-31 Simon JosefssonBump versions.
2012-05-31 Simon JosefssonFix syntax-check warnings.
2012-05-31 Simon JosefssonUpdate gnulib files.
2012-05-31 Simon JosefssonSilence compiler warnings about unsigned vs signed...
2012-04-06 Nikos Mavrogiannop... long is always signed.
2012-04-01 Nikos Mavrogiannop... Simplified the overflow tests by using unsigned int...
2012-03-31 Nikos Mavrogiannop... Added overflow detection that does not depend on specif...
2012-03-19 Simon JosefssonIndent code.
2012-03-13 Simon JosefssonSimplify overflow check.
2012-03-13 Nikos Mavrogiannop... for some reason the tot < 0 test wasn't successful...
2012-03-13 Nikos Mavrogiannop... reverted to the old ABI.
2012-03-13 Nikos Mavrogiannop... check for overflows
2012-03-13 Nikos Mavrogiannop... int is signed.
2012-03-13 Nikos Mavrogiannop... Added asn1_get_length_der_checked() to put some of...
2012-03-13 Nikos Mavrogiannop... cleanups in asn1_der_decoding_element().
2012-03-13 Nikos Mavrogiannop... API is based on integers instead of long to prevent...
2012-03-13 Nikos Mavrogiannop... asn1_get_length_der() may handle up to signed long...
2012-03-13 Nikos Mavrogiannop... updated to bison 2.5
2012-03-13 Nikos Mavrogiannop... better cleanup in decoding.
2012-03-07 Simon JosefssonUpdate gnulib files.
2012-01-23 Simon JosefssonBump copyright years.
2012-01-23 Simon JosefssonUpdate gnulib files.
2011-12-06 Simon JosefssonBump versions.
2011-11-24 Simon JosefssonFix valgrind check.
2011-11-20 Simon JosefssonSilence warnings.
2011-11-14 Simon JosefssonMark bit string bitmask variable with static and unsign...
2011-10-26 Simon JosefssonBump versions.
2011-10-25 Simon JosefssonRemove unused variable.
2011-10-25 Simon JosefssonUpdate gnulib files.
2011-08-30 Nikos Mavrogiannop... small optimization
2011-07-14 Simon JosefssonUpdate gnulib files.
2011-05-03 Simon JosefssonUpdate gnulib files.
2011-04-24 Simon JosefssonUpdate gnulib files and fix syntax-check warnings.
2011-01-08 Simon JosefssonUpdate copyright years.
2011-01-08 Simon JosefssonUpdate gnulib files.
2010-12-06 Simon JosefssonBump versions.
2010-12-06 Simon JosefssonDoc fix.
next