summaryrefslogtreecommitdiff
path: root/lib/int.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-13Imported Upstream version 4.19.0upstream/4.19.0upstreamDariusz Michaluk1-66/+65
2018-06-15Imported Upstream version 4.9upstream/4.9Dariusz Michaluk1-0/+6
2016-06-08Imported Upstream version 4.8upstream/4.8submit/upstream/20160613.071414sangsu1-4/+26
2014-06-04optimized _asn1_find_up().Nikos Mavrogiannopoulos1-0/+1
2014-05-30simplified and optimized asn1_der_decoding_startEnd().Nikos Mavrogiannopoulos1-0/+2
2014-05-30Simplify temporary value storage during decoding.Nikos Mavrogiannopoulos1-0/+3
2014-04-22Update copyright years.Simon Josefsson1-1/+1
2013-03-24Update copyright years.Simon Josefsson1-1/+1
2013-03-24Indent code.Simon Josefsson1-9/+12
2012-11-24corrected compatibility mode with old structures.Nikos Mavrogiannopoulos1-1/+1
2012-11-24simplifiedNikos Mavrogiannopoulos1-11/+6
2012-11-24some simplifications in time handlingNikos Mavrogiannopoulos1-0/+16
2012-11-24Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZED_TIMENikos Mavrogiannopoulos1-6/+24
2012-11-24updates in ETYPE_OKNikos Mavrogiannopoulos1-1/+3
2012-11-23simplified and renamed asn1_encode_string_der() and asn1_decode_string_der()Nikos Mavrogiannopoulos1-1/+0
2012-11-23renamed typesNikos Mavrogiannopoulos1-8/+8
2012-11-23Added asn1_decode_string_der() and asn1_encode_string_der().Nikos Mavrogiannopoulos1-0/+6
2012-11-22use const for the dataNikos Mavrogiannopoulos1-1/+1
2012-11-22better nameNikos Mavrogiannopoulos1-1/+1
2012-11-22small simplificationsNikos Mavrogiannopoulos1-0/+24
2012-11-22Added more ASN.1 string types and several simplifications.Nikos Mavrogiannopoulos1-25/+7
2012-10-11Renamed structures.Nikos Mavrogiannopoulos1-3/+3
2012-10-06asn_ -> asn1_Nikos Mavrogiannopoulos1-7/+7
2012-10-02Use hash-pjw-bare instead of asn1_bhash().Nikos Mavrogiannopoulos1-1/+0
2012-10-01Renamed types.Nikos Mavrogiannopoulos1-7/+7
2012-09-23improve performance by 50% by using hashes to compare strings.Nikos Mavrogiannopoulos1-0/+2
2012-09-14name has size of ASN1_MAX_NAME_SIZE+1 to allow for a terminating null.Nikos Mavrogiannopoulos1-1/+1
2012-09-13Revert "small_value_size changed to 8. No visible difference in performance"Nikos Mavrogiannopoulos1-1/+1
2012-09-13Eliminated _asn1_malloc, _asn1_free and _asn_calloc.Nikos Mavrogiannopoulos1-5/+0
2012-09-12Node type field is now included in ASN1_DATA_NODE.Nikos Mavrogiannopoulos1-22/+22
2012-09-12small_value_size changed to 8. No visible difference in performanceNikos Mavrogiannopoulos1-1/+1
2012-09-12name is now a statically allocated string and other optimizations.Nikos Mavrogiannopoulos1-1/+1
2012-03-19Indent code.Simon Josefsson1-2/+2
2012-01-23Bump copyright years.Simon Josefsson1-2/+1
2011-11-20Silence warnings.Simon Josefsson1-0/+6
2011-01-08Update copyright years.Simon Josefsson1-2/+2
2010-01-11Merge Fabio and Nikos copyrights to the FSF, both have signed papers.Simon Josefsson1-3/+2
2010-01-11Update copyright notices.Simon Josefsson1-1/+2
2009-03-23Make it compile.Simon Josefsson1-1/+1
2009-03-23Re-add old ASN1_TYPE struct fields for compatibility.Simon Josefsson1-0/+5
2009-03-04Indent code. Reproduce using 'make indent' with GNU indent 2.2.10.Simon Josefsson1-3/+3
2009-03-04Remove dead code.Simon Josefsson1-6/+0
2009-03-04Bump copyright years.Simon Josefsson1-2/+2
2008-11-17Fix more warnings.Simon Josefsson1-11/+0
2008-11-17Fix warnings.Simon Josefsson1-0/+11
2008-11-10Fix compile error.Simon Josefsson1-4/+4
2008-11-10Reapply Nikos' optimization patch. Remove deprecated functions.Simon Josefsson1-0/+14
2008-11-10Revert small_value patch temporarily.Simon Josefsson1-14/+0
2008-11-04Move struct node_asn_struct to int.h.Simon Josefsson1-0/+14
2008-04-21Replace use of alloca with malloc.Simon Josefsson1-1/+5