| Commit message (Expand) | Author | Age | Files | Lines |
* | Add check for BIO_indent return value | inoguchi | 2022-01-20 | 1 | -2/+3 |
* | Avoid buffer overflow in asn1_parse2 | inoguchi | 2022-01-14 | 1 | -2/+2 |
* | Move ASN1_BOOLEAN to internal only. | tb | 2022-01-14 | 2 | -5/+5 |
* | Remove all asn1_* symbols from public visibility | tb | 2022-01-14 | 2 | -18/+18 |
* | Implement new-style OpenSSL BIO callbacks | tb | 2022-01-14 | 1 | -3/+3 |
* | Remove legacy sign/verify from EVP_MD. | tb | 2022-01-14 | 1 | -10/+7 |
* | Garbage collect the app_items field of ASN1_ADB | tb | 2022-01-14 | 1 | -2/+1 |
* | Remove NO_ASN1_FIELD_NAMES | tb | 2022-01-14 | 1 | -5/+1 |
* | Remove obsolete key formats | tb | 2022-01-14 | 3 | -562/+1 |
* | Remove ASN1_OBJECT internals from public visibility. | tb | 2022-01-14 | 2 | -16/+16 |
* | Remove ASN1{_const,}_check_infinite_end | tb | 2022-01-14 | 2 | -30/+2 |
* | Remove ASN1{,_const}_CTX | tb | 2022-01-14 | 1 | -35/+1 |
* | Prepare to provide EVP_PKEY_{public,param}_check | tb | 2022-01-10 | 2 | -2/+18 |
* | Prepare to provide EVP_PKEY_check() | tb | 2022-01-10 | 2 | -2/+10 |
* | A few more files need asn1_locl.h. | tb | 2022-01-07 | 3 | -3/+8 |
* | include asn1_locl.h where it will be needed for the bump. | tb | 2022-01-07 | 3 | -3/+9 |
* | Add a new, mostly empty, bio_local.h and include it in the files | tb | 2022-01-07 | 1 | -1/+3 |
* | Drop pointless cast in i2d_ASN1_BOOLEAN(). This may or may not fix | tb | 2021-12-26 | 1 | -2/+2 |
* | Indent goto labels for diffability. | jsing | 2021-12-25 | 29 | -101/+101 |
* | Merge asn_pack.c into asn1_item.c - these are two ASN1_item_* functions. | jsing | 2021-12-25 | 2 | -110/+48 |
* | Merge evp_asn1.c into a_type.c - these are all ASN1_TYPE_* functions. | jsing | 2021-12-25 | 2 | -195/+132 |
* | Move more ASN1_STRING_* functions to a_string.c. | jsing | 2021-12-25 | 3 | -60/+62 |
* | More consolidation of ASN.1 code. | jsing | 2021-12-25 | 7 | -711/+434 |
* | Consolidate code/templates for ASN.1 types. | jsing | 2021-12-25 | 7 | -168/+168 |
* | Move ASN1_<type>_* functions to the top, encoding/decoding to the bottom. | jsing | 2021-12-25 | 4 | -329/+329 |
* | Rewrite ASN.1 identifier/length parsing in CBS. | jsing | 2021-12-25 | 3 | -90/+218 |
* | Reorder some functions. | jsing | 2021-12-24 | 1 | -46/+46 |
* | Route templated implementations of {d2i,i2d}_ASN1_BOOLEAN() through | tb | 2021-12-23 | 1 | -3/+5 |
* | Rename asn1_lib.c to asn1_old_lib.c | jsing | 2021-12-15 | 1 | -1/+1 |
* | Consolidate various ASN.1 code. | jsing | 2021-12-15 | 8 | -645/+460 |
* | unifdef -U CRYPTO_MDEBUG -m tasn_new.c | jsing | 2021-12-15 | 1 | -33/+1 |
* | Consolidate ASN.1 universal tag type data. | jsing | 2021-12-14 | 5 | -80/+281 |
* | Remove the last internal use of d2i_ASN1_BOOLEAN. | tb | 2021-12-13 | 1 | -7/+3 |
* | Clean up d2i_ASN1_BOOLEAN() and i2d_ASN1_BOOLEAN(). | jsing | 2021-12-13 | 2 | -116/+21 |
* | this file doesn't use anything from <stdio.h>; | schwarze | 2021-12-13 | 1 | -2/+1 |
* | Convert asn1_d2i_ex_primitive()/asn1_collect() from BUF_MEM to CBB. | jsing | 2021-12-13 | 1 | -31/+37 |
* | Catch integer overflow rather than silently truncating while | schwarze | 2021-12-13 | 1 | -1/+10 |
* | Include evp_locl.h where it will be needed once most structs from | tb | 2021-12-12 | 9 | -9/+20 |
* | Rewrite X509_ALGOR_set_md() without reaching into EVP_MD. | tb | 2021-12-12 | 1 | -5/+3 |
* | Merge two bugfixes in ASN1_STRING_TABLE_add(3) and ASN1_STRING_TABLE_get(3) | schwarze | 2021-12-11 | 1 | -34/+58 |
* | Merge the deletion of <ctype.h>, which isn't used here, | schwarze | 2021-12-11 | 1 | -17/+21 |
* | Inline collect_data() in asn1_collect(). | jsing | 2021-12-09 | 1 | -21/+12 |
* | Pull the recursion depth check up to the top of asn1_collect() | jsing | 2021-12-09 | 1 | -5/+6 |
* | Remove handling of a NULL BUF_MEM from asn1_collect() | jsing | 2021-12-09 | 1 | -14/+9 |
* | Add #include "bn_lcl.h" to the files that will soon need it. | tb | 2021-12-04 | 1 | -1/+3 |
* | Consolidate {d2i,i2d}_{pr,pu}.c | jsing | 2021-12-04 | 4 | -181/+40 |
* | Replace asn1_tlc_clear and asn1_tlc_clear_nc macros with a function. | jsing | 2021-12-03 | 1 | -32/+26 |
* | Group and sort includes. | jsing | 2021-12-03 | 1 | -3/+3 |
* | Call asn1_item_ex_d2i() directly from ASN1_item_d2i() | jsing | 2021-12-03 | 1 | -2/+5 |
* | Convert ASN1_PCTX_new() to calloc(). | jsing | 2021-12-03 | 1 | -10/+6 |