aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* Remove parentheses of return.KaoruToda2017-10-1823-263/+263
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-096-9/+9
* Remove unnecessary #include <openssl/lhash.h> directives.Pauli2017-09-297-11/+3
* Use safestack.h exclusively internally.Pauli2017-09-285-10/+8
* Guard against DoS in name constraints handling.David Benjamin2017-09-221-1/+3
* Avoid signed vs unsigned comparison error.Pauli2017-09-151-2/+3
* Remote unrequited castsPauli2017-09-151-5/+2
* Revert "Reuse strndup(), simplify code"Pauli2017-09-141-8/+9
* Fix error handling/cleanupRich Salz2017-09-071-13/+5
* Move e_os.h to be the very first include.Pauli2017-08-301-3/+2
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-303-3/+3
* e_os.h removal from other headers and source files.Pauli2017-08-304-2/+6
* NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte2017-08-251-3/+1
* Use "" not <> for internal/ includesRich Salz2017-08-221-2/+2
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-223-26/+17
* More updates following review feedbackMatt Caswell2017-08-211-3/+0
* Remove OPENSSL_assert() from crypto/x509Matt Caswell2017-08-212-5/+29
* Avoid surpising password dialog in X509 file lookup.Bernd Edlinger2017-08-071-3/+3
* Trivial bounds checking.Pauli2017-07-071-2/+2
* Undo commit d420ac2Rich Salz2017-07-051-2/+2
* Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.Dr. Stephen Henson2017-06-211-1/+1
* Recognise Ed25519 in X509_certificate_typeDr. Stephen Henson2017-06-211-0/+3
* Remove needless type casting.Rich Salz2017-06-101-2/+2
* make error tables const and separate header fileRich Salz2017-06-071-104/+125
* Use X509_get_signature_info() when checking security levels.Dr. Stephen Henson2017-04-251-10/+2
* Add support for custom signature parametersDr. Stephen Henson2017-04-252-0/+80
* Switch command-line utils to new nameopt API.Dmitry Belyavskiy2017-04-251-4/+8
* Ignore dups in X509_STORE_add_*Rich Salz2017-04-204-48/+51
* OCSP Updates: error codes and multiple certificatesTodd Short2017-04-121-0/+6
* Remove duplicate X509_OBJECT free function.David Benjamin2017-03-211-16/+1
* X509 time: tighten validation per RFC 5280Emilia Kasper2017-02-241-99/+48
* Add -Wundef to --strict-warnings options.Bernd Edlinger2017-02-245-5/+5
* Combined patch against master branch for the following issues:Bernd Edlinger2017-02-031-30/+20
* X509_CRL_digest() - ensure precomputed sha1 hash before returning itRichard Levitte2017-01-282-1/+3
* Few nit'sFdaSilvaYY2017-01-252-8/+10
* Add missing braces.Kurt Roeckx2017-01-161-1/+2
* Fix undefined behaviour when printing the X509 and CRL versionKurt Roeckx2017-01-152-3/+11
* Fix undefined behaviour when printing the X509 serialKurt Roeckx2017-01-151-2/+4
* Fix no-ocspRichard Levitte2017-01-131-0/+1
* Make X509_Digest,others publicRich Salz2017-01-121-0/+14
* GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz2017-01-121-0/+5
* Print the X509 version signed, and convert to unsigned for the hex version.Kurt Roeckx2017-01-101-2/+7
* CRL critical extension bugfixRich Salz2016-12-141-1/+1
* Add X509_VERIFY_PARAM inheritance flag set/getRich Salz2016-12-132-1/+12
* Restore last-resort expired untrusted intermediate issuersViktor Dukhovni2016-12-021-7/+8
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-174-5/+7
* Simplify and clean X509_VERIFY_PARAM new/free code.FdaSilvaYY2016-11-091-30/+13
* Allow null in X509_CRL_METHOD_freeFdaSilvaYY2016-11-071-1/+1
* Fix X509_NAME decode for malloc failures.Dr. Stephen Henson2016-10-111-17/+20
* Add -Wswitch-enumRich Salz2016-09-221-4/+4