summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
2023-04-25Temporarily define LIBRESSL_NEXT_API in opensslfeatures.hTheo Buehler
2023-04-25Define OPENSSL_NO_DEPRECATED and OPENSSL_NO_EC2M in opensslfeatures.hTheo Buehler
2023-04-25Wire up truncated SHA-2, SHA-3 and related thingsTheo Buehler
2023-04-25Remove no longer necessary compat #definesTheo Buehler
2023-04-25Add NIDs for truncated SHA-2, SHA-3 and related thingsTheo Buehler
2023-04-25The #ifdef missed a few NETSCAPE_CERT thingsTheo Buehler
2023-04-25Remove v3_sxnet from the standard extensionsTheo Buehler
2023-04-25Invalidate the DER cache earlier on in X509 setter functionsJob Snijders
2023-04-25Use X509_set_version() and X509_REQ_set_version() instead doing it by handJob Snijders
2023-04-25Add endbr64 where needed by inspection. Passes regresson tests.Theo de Raadt
2023-04-24Future users of libcrypto will also have to do without strong extranetTheo Buehler
2023-04-24Mark NETSCAPE_CERT_SEQUENCE for removalTheo Buehler
2023-04-24Mark the NDEF API for removalTheo Buehler
2023-04-24Fix sk_is_sorted to tread 0 and 1 element lists as sorted.Bob Beck
2023-04-24Sort X.509 error reasons, use next available error value, and alignJob Snijders
2023-04-24Revert 1.32Job Snijders
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-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 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