index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
asn1
/
tasn_dec.c
Age
Commit message (
Expand
)
Author
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-09-03
Rewrap some lines, no functional change.
Joel Sing
2022-09-03
Tidy up asn1_c2i_primitive() slightly.
Joel Sing
2022-09-03
Avoid recycling ASN1_STRINGs when decoding ASN.1.
Joel Sing
2022-09-03
Ensure ASN.1 types are appropriately encoded.
Joel Sing
2022-09-03
Provide c2i_ASN1_ENUMERATED_cbs() and call it from asn1_c2i_primitive().
Joel Sing
2022-06-29
Refactor asn1 time parsing to use CBS - enforce valid times in ASN.1 parsing.
Bob Beck
2022-06-25
Use ints for boolean values.
Joel Sing
2022-05-21
Remove some unhelpful comments and spell NULL correctly.
Joel Sing
2022-05-21
Factor out ASN1_ITYPE_EXTERN handling.
Joel Sing
2022-05-21
Use 'at' for ASN1_TEMPLATE variable names rather than 'tt'.
Joel Sing
2022-05-21
Remove _ex_ from all of the internal function names.
Joel Sing
2022-05-19
Reorder functions within file.
Joel Sing
2022-05-19
Rewrite the asn1_template_*() functions with CBS.
Joel Sing
2022-05-17
Refactor asn1_d2i_ex_primitive()
Joel Sing
2022-05-17
Refactor ASN.1 template functions before rewriting.
Joel Sing
2022-05-16
Rewrite asn1_item_ex_d2i_sequence() using CBS and readable variable names.
Joel Sing
2022-05-12
Call the ASN1_OP_D2I_PRE callback after ASN1_item_ex_new().
Joel Sing
2022-05-12
Rewrite asn1_item_ex_d2i_choice() using CBS.
Joel Sing
2022-05-12
Rewrite asn1_enc_save() using CBS.
Joel Sing
2022-05-12
Remove ASN1_AFLG_BROKEN.
Joel Sing
2022-05-10
Rewrite asn1_item_ex_d2i() using CBS.
Joel Sing
2022-05-10
Remove ASN.1 combining.
Joel Sing
2022-05-07
Split asn1_item_ex_d2i() into three.
Joel Sing
2022-05-07
Rewrite asn1_d2i_ex_primitive() with CBS.
Joel Sing
2022-05-07
Refactor asn1_ex_c2i()
Joel Sing
2022-05-05
Use size_t for ASN.1 lengths.
Joel Sing
2022-05-04
Rewrite asn1_collect() and asn1_find_end() with CBS.
Joel Sing
2022-05-04
Avoid special handling of definite length before calling asn1_find_end().
Joel Sing
2022-05-04
Change asn1_check_tag_cbs() out_len from long to size_t.
Joel Sing
2022-04-28
Rewrite asn1_check_tlen() using CBS.
Joel Sing
2022-04-27
Decode via c2i_ASN1_INTEGER_cbs() from asn1_ex_c2i().
Joel Sing
2022-04-27
Remove the ASN.1 decoder tag/length cache (TLC).
Joel Sing
2022-04-26
Decode via c2i_ASN1_BIT_STRING_cbs() from asn1_ex_c2i().
Joel Sing
2022-04-23
Convert asn1_ex_c2i() to CBS.
Joel Sing
2022-03-13
Remove free_cont from asn1_d2i_ex_primitive()/asn1_ex_c2i().
Joel Sing
2022-01-07
A few more files need asn1_locl.h.
Theo Buehler
2021-12-25
Indent goto labels for diffability.
Joel Sing
2021-12-14
Consolidate ASN.1 universal tag type data.
Joel Sing
2021-12-13
Convert asn1_d2i_ex_primitive()/asn1_collect() from BUF_MEM to CBB.
Joel Sing
2021-12-09
Inline collect_data() in asn1_collect().
Joel Sing
2021-12-09
Pull the recursion depth check up to the top of asn1_collect()
Joel Sing
2021-12-09
Remove handling of a NULL BUF_MEM from asn1_collect()
Joel Sing
2021-12-03
Replace asn1_tlc_clear and asn1_tlc_clear_nc macros with a function.
Joel Sing
2021-12-03
Group and sort includes.
Joel Sing
2021-12-03
Call asn1_item_ex_d2i() directly from ASN1_item_d2i()
Joel Sing
2020-12-08
Fix a NULL dereference in GENERAL_NAME_cmp()
Theo Buehler
2019-04-01
Require all ASN1_PRIMITIVE_FUNCS functions to be provided.
Joel Sing
2018-09-17
Simplify initialization of asn1_cb; use correct spelling of NULL.
Theo Buehler
2018-03-29
Limit ASN.1 constructed types recursive definition depth
Kinichiro Inoguchi
[next]