summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-04-23Replace X509v3_get_ext_count() with X509_get_ext_count()Job Snijders
2023-04-23In the case of V1 certs, the extension count should be exactly 0Job Snijders
2023-04-23If extensions are encountered on a X.509 V1 cert, mark as invalidJob Snijders
2023-04-23Add compliance checks for the X.509 version fieldJob Snijders
2023-04-23Randomize the order of TLS extensionsTheo Buehler
2023-04-23Man page update for EVP_sha512_224() and EVP_sha512_256()Job Snijders
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 duplicate includeJonathan Gray
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