summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2023-04-23Drop some extra parenthesesTheo Buehler
2023-04-23Drop a superfluous isneg check.Theo Buehler
2023-04-23Add missing NULL check for BN_new()Theo Buehler
2023-04-23Initialize ishex and isneg at the top and drop some elsesTheo Buehler
2023-04-23Align hex_to_string with OpenSSL 1.1 behaviorTheo Buehler
2023-04-23x509_utl.c: Use correct spelling of NULLTheo Buehler
2023-04-22Improve bn_montgomery_multiply_words()Joel Sing
2023-04-21cms_io: sort includesTheo Buehler
2023-04-21cms_io: reverse polarity of an if statement to unindentTheo Buehler
2023-04-21cms_io: Remove a stupid else branchTheo Buehler
2023-04-21Rewrap some lines. No binary changeTheo Buehler
2023-04-21Unwrap a lineTheo Buehler
2023-04-21s2i_ASN1_INTEGER: make error conditions more explicit, a few more tweaksTheo Buehler
2023-04-21s2i_ASN1_INTEGER.3: minor fixesTheo Buehler
2023-04-21Uncomment and document X.509 verifier error codesTheo Buehler
2023-04-21Remove some (soon to be) outdated documentationTheo Buehler
2023-04-21Remove the now unused x509_enum.cTheo Buehler
2023-04-21Move the CRL reason method into x509_bitst.cTheo Buehler
2023-04-21Move i2s_ASN1_ENUMERATED_TABLE() next to i2s_ASN1_ENUMERATED()Theo Buehler
2023-04-21Tweak whitespace gone wrongTheo Buehler
2023-04-21Stop using ENUMERATED_NAMESTheo Buehler
2023-04-20Fix Dt and XrTheo Buehler
2023-04-20Flip the default of explicitText to UTF8StringTheo Buehler
2023-04-20Link s2i_ASN1_INTEGER.3 to buildTheo Buehler
2023-04-20Add documentation for s2i_ASN1_INTEGER and related functionsTheo Buehler
2023-04-19Fix botched line wrapTheo Buehler
2023-04-19remove duplicate includesJonathan Gray
2023-04-19Rename Hex array to hex_digits.Joel Sing
2023-04-19Move the BN_bn2bin()/BN_bin2bn() family to bn_convert.cJoel Sing
2023-04-19Reorder functions.Joel Sing
2023-04-19Move BN_options() from bn_convert.c to bn_lib.cJoel Sing
2023-04-19unifdef BN_RECURSIONJoel Sing
2023-04-18Use NULL, not 0 for pointers and use an explicit comparison against NULL.Theo Buehler
2023-04-18Remove prototypes under OPENSSL_NO_EC_NISTP_64_GCC_128Theo Buehler
2023-04-18Move x509.h inclusion into alphabetical orderTheo Buehler
2023-04-18Bring includes into canonical orderTheo Buehler
2023-04-18Sigh cvs... Also drop OPENSSL_NO_DEPRECATED from ec.hTheo Buehler
2023-04-18Move some includes out of OPENSSL_NO_DEPRECATEDTheo Buehler
2023-04-17Drop two useless READMEsTheo Buehler
2023-04-17c_zlib.c needs bio_local.h with -DZLIB.Theo Buehler
2023-04-17Tweak indent and use named registers.Joel Sing
2023-04-17Hook sha3 up to build.Joel Sing
2023-04-17Move BN_bn2mpi()/BN_mpi2bn() into bn_convert.cJoel Sing
2023-04-17Use C99 initializers for the default_pctx and mark it static constTheo Buehler
2023-04-17Add missing const qualifiers to the v3_* externsTheo Buehler
2023-04-17Fix whitespace in DHparam_print_fp()Theo Buehler
2023-04-17Remove now unused dh_prn.cTheo Buehler
2023-04-17Drop dh_prn.cTheo Buehler
2023-04-17Move DHparam_print_fp() next to DHparam_print()Theo Buehler
2023-04-16Fix previous: add a missing andTheo Buehler