summaryrefslogtreecommitdiff
path: root/lib/coding.c
Commit message (Expand)AuthorAgeFilesLines
* _asn1_objectid_der: encode object identifiers with elements larger than 2^32Nikos Mavrogiannopoulos2016-07-071-1/+1
* coding: prevented an unsigned to signed conversionNikos Mavrogiannopoulos2016-04-201-1/+1
* Revert "optimized _asn1_find_up()."Nikos Mavrogiannopoulos2016-04-031-2/+2
* coding: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-291-3/+5
* der_coding: always null terminate errorDescriptionNikos Mavrogiannopoulos2016-01-081-0/+3
* When encoding DER note the positions of the DER start and end.Nikos Mavrogiannopoulos2014-06-091-0/+3
* optimized _asn1_find_up().Nikos Mavrogiannopoulos2014-06-041-2/+2
* removed unused variableNikos Mavrogiannopoulos2014-05-301-1/+1
* Simplify temporary value storage during coding.Nikos Mavrogiannopoulos2014-05-301-13/+7
* Reverted ltostr() changes as the cause a significant delay to the library.Nikos Mavrogiannopoulos2014-05-171-2/+2
* Revert "made _asn1_ltostr() safer."Nikos Mavrogiannopoulos2014-05-171-3/+3
* made _asn1_ltostr() safer.Nikos Mavrogiannopoulos2014-05-171-3/+3
* Use the smallest of the 2 lengths for the comparisonKurt Roeckx2014-05-011-7/+4
* Make asn1_ordering_set_of() return error if it can't find data for one of the...Kurt Roeckx2014-04-271-0/+5
* Check that p is not NULLKurt Roeckx2014-04-271-0/+2
* undid optimization in patch 057193dcc2089520ab36d95f42d12f4ffd8127b5Nikos Mavrogiannopoulos2014-04-261-0/+1
* _asn1_ordering_*(): Fix memory leak in case of errorKurt Roeckx2014-04-261-14/+52
* Make _asn1_ordering_* return error values and check them.Kurt Roeckx2014-04-261-18/+30
* Call ordering functions with the right lengthKurt Roeckx2014-04-261-2/+2
* Update copyright years.Simon Josefsson2014-04-221-1/+1
* fixed several coverity reported bugs.Nikos Mavrogiannopoulos2014-04-151-6/+10
* doc fixesNikos Mavrogiannopoulos2013-11-131-1/+1
* Fix syntax-check warnings.Simon Josefsson2013-03-241-2/+2
* Update copyright years.Simon Josefsson2013-03-241-1/+1
* Indent code.Simon Josefsson2013-03-241-46/+70
* Fix GTK-DOC warnings.Simon Josefsson2012-12-101-2/+2
* corrected typoNikos Mavrogiannopoulos2012-11-241-1/+1
* some simplifications in time handlingNikos Mavrogiannopoulos2012-11-241-3/+2
* Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZED_TIMENikos Mavrogiannopoulos2012-11-241-11/+9
* updates in ETYPE_OKNikos Mavrogiannopoulos2012-11-241-1/+0
* simplified and renamed asn1_encode_string_der() and asn1_decode_string_der()Nikos Mavrogiannopoulos2012-11-231-19/+22
* renamed typesNikos Mavrogiannopoulos2012-11-231-16/+16
* Added asn1_decode_string_der() and asn1_encode_string_der().Nikos Mavrogiannopoulos2012-11-231-27/+111
* use const for the dataNikos Mavrogiannopoulos2012-11-221-1/+1
* better nameNikos Mavrogiannopoulos2012-11-221-1/+1
* small simplificationsNikos Mavrogiannopoulos2012-11-221-40/+21
* Added more ASN.1 string types and several simplifications.Nikos Mavrogiannopoulos2012-11-221-116/+89
* Renamed structures.Nikos Mavrogiannopoulos2012-10-111-11/+11
* asn_ -> asn1_Nikos Mavrogiannopoulos2012-10-061-11/+11
* Renamed types.Nikos Mavrogiannopoulos2012-10-011-11/+11
* asn1_retCode -> intNikos Mavrogiannopoulos2012-10-011-6/+6
* Eliminated _asn1_malloc, _asn1_free and _asn_calloc.Nikos Mavrogiannopoulos2012-09-131-10/+10
* Indent code.Simon Josefsson2012-03-191-2/+2
* Simplify overflow check.Simon Josefsson2012-03-141-1/+1
* reverted to the old ABI.Nikos Mavrogiannopoulos2012-03-131-1/+1
* API is based on integers instead of long to prevent errors in systems where s...Nikos Mavrogiannopoulos2012-03-131-1/+1
* Bump copyright years.Simon Josefsson2012-01-231-2/+1
* Silence warnings.Simon Josefsson2011-11-201-18/+19
* Mark bit string bitmask variable with static and unsigned keywords.Simon Josefsson2011-11-141-1/+2
* small optimizationNikos Mavrogiannopoulos2011-08-301-3/+5