platform/upstream/libtasn1.git
2012-10-09 Nikos MavrogiannopoulosSilence tests.
2012-10-09 Nikos MavrogiannopoulosAllow empty IDENTIFIERS in ASN1 definitions. Suggested...
2012-10-06 Nikos Mavrogiannopoulosasn_ -> asn1_
2012-10-06 Nikos MavrogiannopoulosSet the error description to null initialy.
2012-10-04 Nikos Mavrogiannopoulosupdated
2012-10-02 Nikos Mavrogiannopoulosremoved unneeded variables and files.
2012-10-02 Nikos MavrogiannopoulosUpdated gllib and added hash-pjw-bare.
2012-10-02 Nikos MavrogiannopoulosUse hash-pjw-bare instead of asn1_bhash().
2012-10-01 Nikos Mavrogiannopouloseliminated use of old types
2012-10-01 Nikos Mavrogiannopoulosdocumented update
2012-10-01 Nikos MavrogiannopoulosASN1_TYPE definition corrected
2012-10-01 Nikos Mavrogiannopoulosupdated to new types
2012-10-01 Nikos Mavrogiannopoulosnode_data_struct -> asn_data_node_st
2012-10-01 Nikos MavrogiannopoulosASN1_ARRAY_TYPE -> asn_static_node_t
2012-10-01 Nikos MavrogiannopoulosRenamed types.
2012-10-01 Nikos Mavrogiannopoulosasn1_retCode -> int
2012-09-26 Simon JosefssonAdd.
2012-09-23 Nikos Mavrogiannopoulossmall optimizations to avoid recalculation of hashes...
2012-09-23 Nikos Mavrogiannopoulosimprove performance by 50% by using hashes to compare...
2012-09-21 Nikos Mavrogiannopoulosincreased benchmark time
2012-09-20 Nikos Mavrogiannopoulosother small fix
2012-09-20 Nikos MavrogiannopoulosSome small optimizations and better checking of tree...
2012-09-17 Nikos Mavrogiannopoulosdocumented updates
2012-09-14 Nikos MavrogiannopoulosCorrected the test.
2012-09-14 Nikos Mavrogiannopoulosname has size of ASN1_MAX_NAME_SIZE+1 to allow for...
2012-09-14 Nikos Mavrogiannopoulosremoved unneeded casts
2012-09-13 Nikos MavrogiannopoulosRevert "small_value_size changed to 8. No visible diffe...
2012-09-13 Nikos MavrogiannopoulosAdded symbol into old API
2012-09-13 Nikos Mavrogiannopoulos_asn1_add_node_only -> _asn1_add_single_node
2012-09-13 Nikos Mavrogiannopoulos_asn1_add_node -> _asn1_add_static_node
2012-09-13 Nikos MavrogiannopoulosEliminated _asn1_malloc, _asn1_free and _asn_calloc.
2012-09-13 Nikos Mavrogiannopoulosreduced maximum name size
2012-09-13 Nikos Mavrogiannopoulosno need to reserve.
2012-09-12 Simon JosefssonDrop long-time deprecated functions.
2012-09-12 Simon JosefssonBump years.
2012-09-12 Nikos MavrogiannopoulosNode type field is now included in ASN1_DATA_NODE.
2012-09-12 Nikos MavrogiannopoulosAdded asn1_read_node_value()
2012-09-12 Nikos Mavrogiannopoulossmall_value_size changed to 8. No visible difference...
2012-09-12 Nikos Mavrogiannopoulosname is now a statically allocated string and other...
2012-09-12 Nikos Mavrogiannopoulosinternal structure removed
2012-09-12 Nikos Mavrogiannopoulosbumped version
2012-09-08 Nikos Mavrogiannopouloseliminates few leaks
2012-09-08 Nikos MavrogiannopoulosAdded tool to benchmark X.509 structure decoding.
2012-09-08 Nikos MavrogiannopoulosUpdated to new gnulib and added gettime.
2012-09-08 Tim Ruehsencleanup _asn1_copy_structure3
2012-08-18 Simon JosefssonFix compilation warnings.
2012-05-31 Simon JosefssonBump versions.
2012-05-31 Simon JosefssonUpdate for 2.12.
2012-05-31 Simon JosefssonFix release targets.
2012-05-31 Simon JosefssonVersion 2.13.
2012-05-31 Simon JosefssonBump versions.
2012-05-31 Simon JosefssonUse devhelp2 format.
2012-05-31 Simon JosefssonDon't store ChangeLog in git, it is auto-generated.
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-19 Nikos Mavrogiannopoulosdocumented fix.
2012-04-06 Nikos Mavrogiannopouloslong is always signed.
2012-04-01 Nikos MavrogiannopoulosSimplified the overflow tests by using unsigned int...
2012-03-31 Nikos MavrogiannopoulosAdded additional test case
2012-03-31 Nikos MavrogiannopoulosAdded overflow detection that does not depend on specif...
2012-03-19 Simon JosefssonGenerated.
2012-03-19 Simon JosefssonVersion 2.12.
2012-03-19 Simon JosefssonIndent code.
2012-03-19 Simon JosefssonUpdate gnulib files.
2012-03-14 Simon JosefssonGive credit.
2012-03-14 Simon JosefssonMention severity.
2012-03-13 Simon JosefssonSimplify overflow check.
2012-03-13 Simon JosefssonAdd self-check.
2012-03-13 Nikos Mavrogiannopoulosfor some reason the tot < 0 test wasn't successful...
2012-03-13 Nikos Mavrogiannopoulosthe change was reverted
2012-03-13 Nikos Mavrogiannopoulosreverted to the old ABI.
2012-03-13 Nikos Mavrogiannopoulosreverted to the old ABI.
2012-03-13 Nikos Mavrogiannopoulosdocumented fix
2012-03-13 Nikos Mavrogiannopouloscheck for overflows
2012-03-13 Nikos Mavrogiannopoulosint is signed.
2012-03-13 Nikos Mavrogiannopoulosbumped shared lib version
2012-03-13 Nikos MavrogiannopoulosAdded asn1_get_length_der_checked() to put some of...
2012-03-13 Nikos Mavrogiannopouloscleanups in asn1_der_decoding_element().
2012-03-13 Nikos MavrogiannopoulosAPI is based on integers instead of long to prevent...
2012-03-13 Nikos Mavrogiannopoulosasn1_get_length_der() may handle up to signed long...
2012-03-13 Nikos Mavrogiannopoulosupdated to bison 2.5
2012-03-13 Nikos Mavrogiannopoulosbetter cleanup in decoding.
2012-03-09 Simon JosefssonAdd.
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 JosefssonUpdate gnulib files.
2011-12-06 Simon JosefssonDrop unnecessary configure.ac checks.
2011-12-06 Simon JosefssonBump versions.
2011-11-24 Simon JosefssonUpdate for 2.11.
2011-11-24 Simon JosefssonUpdate for 2.10.
2011-11-24 Simon JosefssonGenerated.
2011-11-24 Simon JosefssonVersion 2.11.
2011-11-24 Simon JosefssonAdd.
2011-11-24 Simon JosefssonFix valgrind check.
2011-11-21 Simon JosefssonGeneralize gnupload command.
2011-11-21 Simon JosefssonGeneralize cyclo rules.
2011-11-20 Simon JosefssonMake Windows build part of release process.
2011-11-20 Simon JosefssonReorder.
next