summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-12-18Rename argument to SCT_LIST_free()Joel Sing
2021-12-17new manual page OBJ_NAME_add(3)Ingo Schwarze
2021-12-17mention lh_strhash(3) in the NAME, SYNOPSIS, and HISTORY sections;Ingo Schwarze
2021-12-17Declare pthread_atfork as weak to avoid a fatal error with LLVM 13Jeremie Courreges-Anglas
2021-12-17alphabetical order is hard, tb...Theo Buehler
2021-12-17fix indentTheo Buehler
2021-12-16Document the failure mode if size is too small and mention thatTodd C. Miller
2021-12-16getwd(3): don't malloc space for buf if it is NULLTodd C. Miller
2021-12-16libradius: convert to HMAC_CTX on the heapTheo Buehler
2021-12-16document obj_cleanup_defer(3) and check_defer(3)Ingo Schwarze
2021-12-16unifdef TLS13_USE_LEGACY_CLIENT_AUTHTheo Buehler
2021-12-15document OBJ_new_nid(3), OBJ_add_object(3), and OBJ_create_objects(3);Ingo Schwarze
2021-12-15Move OBJ_create(3) into its own manual pageIngo Schwarze
2021-12-15Rename asn1_lib.c to asn1_old_lib.cJoel Sing
2021-12-15Sync bytestring with libssl.Joel Sing
2021-12-15Consolidate various ASN.1 code.Joel Sing
2021-12-15Use CBS_get_last_u8() to find the content type in TLSv1.3 records.Joel Sing
2021-12-15unifdef -U CRYPTO_MDEBUG -m tasn_new.cJoel Sing
2021-12-15Provide various CBS_peek_* functions.Joel Sing
2021-12-15Provide CBS_get_u64().Joel Sing
2021-12-15Provide CBS_get_last_u8().Joel Sing
2021-12-15Document i2c_ASN1_INTEGER(3).Ingo Schwarze
2021-12-15Bump pkg-config version to 1.8.1Alexandre Ratchov
2021-12-14forgotten .Dv macros in -column listsIngo Schwarze
2021-12-14add roff(7) comments listing some M_ASN1_* aliasesIngo Schwarze
2021-12-14Consolidate ASN.1 universal tag type data.Joel Sing
2021-12-14document the very quirky behaviour of the SMIME_OLDMIME flagIngo Schwarze
2021-12-14new manual page SMIME_text(3)Ingo Schwarze
2021-12-14new manual page SMIME_read_ASN1(3)Ingo Schwarze
2021-12-13new manual page PEM_write_bio_ASN1_stream(3);Ingo Schwarze
2021-12-13including sys/cdefs.h manually started as a result of netbsd trying toTheo de Raadt
2021-12-13Remove the last internal use of d2i_ASN1_BOOLEAN.Theo Buehler
2021-12-13Clean up d2i_ASN1_BOOLEAN() and i2d_ASN1_BOOLEAN().Joel Sing
2021-12-13this file doesn't use anything from <stdio.h>;Ingo Schwarze
2021-12-13Convert asn1_d2i_ex_primitive()/asn1_collect() from BUF_MEM to CBB.Joel Sing
2021-12-13new manual page SMIME_write_ASN1(3);Ingo Schwarze
2021-12-13Catch integer overflow rather than silently truncating whileIngo Schwarze
2021-12-13new manual pages i2d_ASN1_bio_stream(3) and SMIME_crlf_copy(3)Ingo Schwarze
2021-12-12Annotate the structs that will be moved to hmac_local.h and evp_locl.hTheo Buehler
2021-12-12Include evp_locl.h where it will be needed once most structs fromTheo Buehler
2021-12-12Add a mostly empty hmac_local.h. HMAC_CTX and a few other thingsTheo Buehler
2021-12-12Add -I${LIBCRYPTO_SRC}/hmac to CFLAGS. Needed in an upcoming commit.Theo Buehler
2021-12-12Add header guards to evp_locl.h.Theo Buehler
2021-12-12document the ub_* constantsIngo Schwarze
2021-12-12typoIngo Schwarze
2021-12-12New manual page providing a rudimentary description of BIO_new_NDEF(3).Ingo Schwarze
2021-12-12Rewrite X509_ALGOR_set_md() without reaching into EVP_MD.Theo Buehler
2021-12-11Merge two bugfixes in ASN1_STRING_TABLE_add(3) and ASN1_STRING_TABLE_get(3)Ingo Schwarze
2021-12-11Merge the deletion of <ctype.h>, which isn't used here,Ingo Schwarze
2021-12-11document STABLE_NO_MASK and STABLE_FLAGS_MALLOC,Ingo Schwarze