summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-21document BN_MONT_CTX_set_locked(3)schwarze1-5/+72
2021-12-20Always allocate a new stack in o2i_SCT_LIST().jsing1-19/+14
2021-12-20Convert SCT_new_from_base64() to use CBS for o2i_SCT_signature().jsing3-33/+16
2021-12-20Add regress coverage for the crazy SCT_new_from_base64() API.jsing1-1/+57
2021-12-20document BN_mod_add_quick(3), BN_mod_sub_quick(3), BN_mod_lshift(3),schwarze1-3/+115
2021-12-19document BN_consttime_swap(3); this will probably require more work,schwarze1-7/+80
2021-12-19document BN_uadd(3) and BN_usub(3)schwarze1-7/+78
2021-12-19document BN_zero_ex(3)schwarze1-6/+38
2021-12-19Put CTLOG and SCT stacks definitions in the right place.jsing1-47/+49
2021-12-18Document BN_abs_is_word(3).schwarze1-5/+21
2021-12-18support processing <openssl/bn.h>schwarze1-3/+24
2021-12-18add the missing .Nm BN_get_rfc3526_prime_1536,schwarze1-2/+3
2021-12-18new manual page OBJ_add_sigid(3)schwarze9-19/+155
2021-12-18KNF two commentstb1-16/+16
2021-12-18Reinstate the licenses that were replaced with a license stubtb2-12/+108
2021-12-18Revert license stubs to full licenses in the remaining files.tb3-21/+164
2021-12-18Reinstate the license stubs to their original licenses in most of thetb10-57/+537
2021-12-18Convert o2i_SCT* functions to CBS.jsing2-151/+149
2021-12-18Rename argument to SCT_LIST_free()jsing1-3/+3
2021-12-17new manual page OBJ_NAME_add(3)schwarze5-9/+363
2021-12-17mention lh_strhash(3) in the NAME, SYNOPSIS, and HISTORY sections;schwarze1-10/+20
2021-12-17alphabetical order is hard, tb...tb1-2/+2
2021-12-17fix indenttb1-2/+2
2021-12-16document obj_cleanup_defer(3) and check_defer(3)schwarze2-8/+72
2021-12-16To ease maintenance, structure the lists of intentionally undocumentedschwarze1-55/+109
2021-12-16unifdef TLS13_USE_LEGACY_CLIENT_AUTHtb1-9/+1
2021-12-15document OBJ_new_nid(3), OBJ_add_object(3), and OBJ_create_objects(3);schwarze1-9/+91
2021-12-15Move OBJ_create(3) into its own manual pageschwarze5-63/+157
2021-12-15Rename asn1_lib.c to asn1_old_lib.cjsing2-3/+3
2021-12-15Sync bytestring with libssl.jsing4-4/+151
2021-12-15Consolidate various ASN.1 code.jsing9-650/+465
2021-12-15Use CBS_get_last_u8() to find the content type in TLSv1.3 records.jsing1-11/+12
2021-12-15unifdef -U CRYPTO_MDEBUG -m tasn_new.cjsing1-33/+1
2021-12-15Add coverage for CBS additions.jsing1-2/+50
2021-12-15Provide various CBS_peek_* functions.jsing2-2/+109
2021-12-15Provide CBS_get_u64().jsing2-2/+25
2021-12-15Provide CBS_get_last_u8().jsing2-2/+19
2021-12-15Some more ASN.1 struct types that are postponed (because they areschwarze1-2/+5
2021-12-15Document i2c_ASN1_INTEGER(3).schwarze1-7/+46
2021-12-14tweak for the generated sourcetb1-2/+2
2021-12-14more symbols that are postponed or intentionally undocumented andschwarze1-6/+55
2021-12-14forgotten .Dv macros in -column listsschwarze2-19/+19
2021-12-14add roff(7) comments listing some M_ASN1_* aliasesschwarze3-6/+11
2021-12-14Consolidate ASN.1 universal tag type data.jsing6-82/+283
2021-12-14Add regress coverage for ASN1_get_object()jsing1-1/+262
2021-12-14Add regress for ASN1_tag2bit() and ASN1_tag2str()jsing2-1/+135
2021-12-14document the very quirky behaviour of the SMIME_OLDMIME flagschwarze1-3/+39
2021-12-14new manual page SMIME_text(3)schwarze4-5/+65
2021-12-14new manual page SMIME_read_ASN1(3)schwarze4-8/+134
2021-12-13new manual page PEM_write_bio_ASN1_stream(3);schwarze5-6/+100