summaryrefslogtreecommitdiffstats
path: root/crypto/x509
AgeCommit message (Expand)Author
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-08NUMERICSTRING supportDmitry Belyavskiy
2018-01-06Fix error handling in X509_REQ_print_exBernd Edlinger
2018-01-04Rewrite RT3513.Rich Salz
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-11-16Add padding spaces before printing signature algorithm for CRLs outputRichard Levitte
2017-11-16Add padding spaces before printing algo.Yutian Li
2017-11-15Revert "Add padding spaces before printing algo."Rich Salz
2017-11-15Add padding spaces before printing algo.Yutian Li
2017-11-03Fix error handling in i2d* functions.Pavel Kopyl
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli
2017-09-28Use safestack.h exclusively internally.Pauli
2017-09-22Guard against DoS in name constraints handling.David Benjamin
2017-09-15Avoid signed vs unsigned comparison error.Pauli
2017-09-15Remote unrequited castsPauli
2017-09-14Revert "Reuse strndup(), simplify code"Pauli
2017-09-07Fix error handling/cleanupRich Salz
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-08-21More updates following review feedbackMatt Caswell
2017-08-21Remove OPENSSL_assert() from crypto/x509Matt Caswell
2017-08-07Avoid surpising password dialog in X509 file lookup.Bernd Edlinger
2017-07-07Trivial bounds checking.Pauli
2017-07-05Undo commit d420ac2Rich Salz
2017-06-21Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.Dr. Stephen Henson
2017-06-21Recognise Ed25519 in X509_certificate_typeDr. Stephen Henson
2017-06-10Remove needless type casting.Rich Salz
2017-06-07make error tables const and separate header fileRich Salz
2017-04-25Use X509_get_signature_info() when checking security levels.Dr. Stephen Henson
2017-04-25Add support for custom signature parametersDr. Stephen Henson
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy
2017-04-20Ignore dups in X509_STORE_add_*Rich Salz
2017-04-12OCSP Updates: error codes and multiple certificatesTodd Short
2017-03-21Remove duplicate X509_OBJECT free function.David Benjamin
2017-02-24X509 time: tighten validation per RFC 5280Emilia Kasper
2017-02-24Add -Wundef to --strict-warnings options.Bernd Edlinger
2017-02-03Combined patch against master branch for the following issues:Bernd Edlinger
2017-01-28X509_CRL_digest() - ensure precomputed sha1 hash before returning itRichard Levitte
2017-01-25Few nit'sFdaSilvaYY
2017-01-16Add missing braces.Kurt Roeckx
2017-01-15Fix undefined behaviour when printing the X509 and CRL versionKurt Roeckx
2017-01-15Fix undefined behaviour when printing the X509 serialKurt Roeckx
2017-01-13Fix no-ocspRichard Levitte
2017-01-12Make X509_Digest,others publicRich Salz