Age | Commit message (Expand) | Author |
2022-01-20 | Add check for BIO_indent return value | Kinichiro Inoguchi |
2022-01-14 | Avoid buffer overflow in asn1_parse2 | Kinichiro Inoguchi |
2022-01-14 | Move ASN1_BOOLEAN to internal only. | Theo Buehler |
2022-01-14 | Remove all asn1_* symbols from public visibility | Theo Buehler |
2022-01-14 | Implement new-style OpenSSL BIO callbacks | Theo Buehler |
2022-01-14 | Remove legacy sign/verify from EVP_MD. | Theo Buehler |
2022-01-14 | Garbage collect the app_items field of ASN1_ADB | Theo Buehler |
2022-01-14 | Remove NO_ASN1_FIELD_NAMES | Theo Buehler |
2022-01-14 | Remove obsolete key formats | Theo Buehler |
2022-01-14 | Remove ASN1_OBJECT internals from public visibility. | Theo Buehler |
2022-01-14 | Remove ASN1{_const,}_check_infinite_end | Theo Buehler |
2022-01-14 | Remove ASN1{,_const}_CTX | Theo Buehler |
2022-01-10 | Prepare to provide EVP_PKEY_{public,param}_check | Theo Buehler |
2022-01-10 | Prepare to provide EVP_PKEY_check() | Theo Buehler |
2022-01-07 | A few more files need asn1_locl.h. | Theo Buehler |
2022-01-07 | include asn1_locl.h where it will be needed for the bump. | Theo Buehler |
2022-01-07 | Add a new, mostly empty, bio_local.h and include it in the files | Theo Buehler |
2021-12-26 | Drop pointless cast in i2d_ASN1_BOOLEAN(). This may or may not fix | Theo Buehler |
2021-12-25 | Indent goto labels for diffability. | Joel Sing |
2021-12-25 | Merge asn_pack.c into asn1_item.c - these are two ASN1_item_* functions. | Joel Sing |
2021-12-25 | Merge evp_asn1.c into a_type.c - these are all ASN1_TYPE_* functions. | Joel Sing |
2021-12-25 | Move more ASN1_STRING_* functions to a_string.c. | Joel Sing |
2021-12-25 | More consolidation of ASN.1 code. | Joel Sing |
2021-12-25 | Consolidate code/templates for ASN.1 types. | Joel Sing |
2021-12-25 | Move ASN1_<type>_* functions to the top, encoding/decoding to the bottom. | Joel Sing |
2021-12-25 | Rewrite ASN.1 identifier/length parsing in CBS. | Joel Sing |
2021-12-24 | Reorder some functions. | Joel Sing |
2021-12-23 | Route templated implementations of {d2i,i2d}_ASN1_BOOLEAN() through | Theo Buehler |
2021-12-15 | Rename asn1_lib.c to asn1_old_lib.c | Joel Sing |
2021-12-15 | Consolidate various ASN.1 code. | Joel Sing |
2021-12-15 | unifdef -U CRYPTO_MDEBUG -m tasn_new.c | Joel Sing |
2021-12-14 | Consolidate ASN.1 universal tag type data. | Joel Sing |
2021-12-13 | Remove the last internal use of d2i_ASN1_BOOLEAN. | Theo Buehler |
2021-12-13 | Clean up d2i_ASN1_BOOLEAN() and i2d_ASN1_BOOLEAN(). | Joel Sing |
2021-12-13 | this file doesn't use anything from <stdio.h>; | Ingo Schwarze |
2021-12-13 | Convert asn1_d2i_ex_primitive()/asn1_collect() from BUF_MEM to CBB. | Joel Sing |
2021-12-13 | Catch integer overflow rather than silently truncating while | Ingo Schwarze |
2021-12-12 | Include evp_locl.h where it will be needed once most structs from | Theo Buehler |
2021-12-12 | Rewrite X509_ALGOR_set_md() without reaching into EVP_MD. | Theo Buehler |
2021-12-11 | Merge two bugfixes in ASN1_STRING_TABLE_add(3) and ASN1_STRING_TABLE_get(3) | Ingo Schwarze |
2021-12-11 | Merge the deletion of <ctype.h>, which isn't used here, | Ingo Schwarze |
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-04 | Add #include "bn_lcl.h" to the files that will soon need it. | Theo Buehler |
2021-12-04 | Consolidate {d2i,i2d}_{pr,pu}.c | 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 |
2021-12-03 | Convert ASN1_PCTX_new() to calloc(). | Joel Sing |