summaryrefslogtreecommitdiffstats
path: root/crypto/x509
AgeCommit message (Expand)Author
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
2017-01-12GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz
2017-01-10Print the X509 version signed, and convert to unsigned for the hex version.Kurt Roeckx
2016-12-14CRL critical extension bugfixRich Salz
2016-12-13Add X509_VERIFY_PARAM inheritance flag set/getRich Salz
2016-12-02Restore last-resort expired untrusted intermediate issuersViktor Dukhovni
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-11-09Simplify and clean X509_VERIFY_PARAM new/free code.FdaSilvaYY
2016-11-07Allow null in X509_CRL_METHOD_freeFdaSilvaYY
2016-10-11Fix X509_NAME decode for malloc failures.Dr. Stephen Henson
2016-09-22Add -Wswitch-enumRich Salz
2016-09-21Revert "Constify code about X509_VERIFY_PARAM"Rich Salz