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
Age
Commit message (
Expand
)
Author
2022-06-29
Refactor asn1 time parsing to use CBS - enforce valid times in ASN.1 parsing.
Bob Beck
2022-06-28
Negate unsigned then cast to signed.
Joel Sing
2022-06-27
Add new time manipulation funcitons that OpenSSL has exposed that
Bob Beck
2022-06-27
Prepare to provide EVP_PKEY_security_bits()
Theo Buehler
2022-06-26
Provide and use long_{get,set}()
Joel Sing
2022-06-25
Use ints for boolean values.
Joel Sing
2022-06-25
Reuse ASN1_INTEGER functions for ASN1_ENUMERATED_{get,set}()
Joel Sing
2022-06-25
Rewrite ASN1_INTEGER_{get,set}() using CBS/CBB
Joel Sing
2022-06-25
Simplify ASN1_INTEGER_cmp()
Joel Sing
2022-05-24
Clean up ASN1_item_sign_ctx() a little
Theo Buehler
2022-05-24
Rewrite X509_PUBKEY_set0_param() to use asn1_abs_set_unused_bits()
Theo Buehler
2022-05-24
Use asn1_abs_set_unused_bits() in asn1_str2type()
Theo Buehler
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-20
Drop *out == NULL check in ASN1_STRING_to_UTF8()
Theo Buehler
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-17
Expose asn1_abs_set_unused_bits() in asn1_locl.h
Theo Buehler
2022-05-16
Clean up and fix ASN1_STRING_to_UTF8()
Theo Buehler
2022-05-16
Remove a stray space
Theo Buehler
2022-05-16
Avoid use of uninitialized in ASN1_STRING_to_UTF8()
Theo Buehler
2022-05-16
Rewrite asn1_item_ex_d2i_sequence() using CBS and readable variable names.
Joel Sing
2022-05-13
Fix d2i_ASN1_OBJECT()
Theo Buehler
2022-05-12
Call the ASN1_OP_D2I_PRE callback after ASN1_item_ex_new().
Joel Sing
2022-05-12
Rename asn1_enc_free() to asn1_enc_cleanup().
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
Use freezero() with ASN1_ENCODING.
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-09
Simplify X509_ATTRIBUTE ASN.1 encoding.
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-28
Refactor ASN1_TIME_adj_internal()
Theo Buehler
2022-04-27
Decode via c2i_ASN1_INTEGER_cbs() from asn1_ex_c2i().
Joel Sing
2022-04-27
Rewrite c2i_ASN1_INTEGER() using CBS.
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
Rewrite c2i_ASN1_BIT_STRING() using CBS.
Joel Sing
[next]