summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-12-24Fix a typo in a comment and add some empty lines for readabilityTheo Buehler
2021-12-24Fix some KNF issues in the RFC 3779 section that have bothered me forTheo Buehler
2021-12-24KNF nitTheo Buehler
2021-12-24Remove asserts from asid_validate_path_internal()Theo Buehler
2021-12-24Turn asserts in ASIdentifierChoice_canonize() into error checksTheo Buehler
2021-12-24Remove assert from extract_min_max() (again)Theo Buehler
2021-12-24Revert previous. The commit contained more than intended.Theo Buehler
2021-12-24Turn asserts in ASIdentifierChoice_canonize() into error checksTheo Buehler
2021-12-24Remove assert from extract_min_max()Theo Buehler
2021-12-24Fix indent of a comment.Theo Buehler
2021-12-24Remove asserts from addr_validate_path_internal()Theo Buehler
2021-12-24Turn assert in X509v3_addr_canonize() into an error check.Theo Buehler
2021-12-23Fully check the second strtoul() call in v2i_IPAddrBlocks()Theo Buehler
2021-12-23Fix an arbitrary out-of-bounds stack read in v2i_IPAddrBlocks()Theo Buehler
2021-12-23Roll the syscalls that have an off_t argument to remove the explicit padding.Philip Guenther
2021-12-23Route templated implementations of {d2i,i2d}_ASN1_BOOLEAN() throughTheo Buehler
2021-12-21document BN_MONT_CTX_set_locked(3)Ingo Schwarze
2021-12-20Always allocate a new stack in o2i_SCT_LIST().Joel Sing
2021-12-20Convert SCT_new_from_base64() to use CBS for o2i_SCT_signature().Joel Sing
2021-12-20document BN_mod_add_quick(3), BN_mod_sub_quick(3), BN_mod_lshift(3),Ingo Schwarze
2021-12-19document BN_consttime_swap(3); this will probably require more work,Ingo Schwarze
2021-12-19document BN_uadd(3) and BN_usub(3)Ingo Schwarze
2021-12-19document BN_zero_ex(3)Ingo Schwarze
2021-12-19Put CTLOG and SCT stacks definitions in the right place.Joel Sing
2021-12-18Document BN_abs_is_word(3).Ingo Schwarze
2021-12-18add the missing .Nm BN_get_rfc3526_prime_1536,Ingo Schwarze
2021-12-18new manual page OBJ_add_sigid(3)Ingo Schwarze
2021-12-18KNF two commentsTheo Buehler
2021-12-18Reinstate the licenses that were replaced with a license stubTheo Buehler
2021-12-18Revert license stubs to full licenses in the remaining files.Theo Buehler
2021-12-18Reinstate the license stubs to their original licenses in most of theTheo Buehler
2021-12-18Convert o2i_SCT* functions to CBS.Joel Sing
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