summaryrefslogtreecommitdiff
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* Check public key is not NULL.Dr. Stephen Henson2015-03-021-0/+2
* Re-align some comments after running the reformat script.OpenSSL_1_0_1-post-reformatMatt Caswell2015-01-225-25/+25
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2226-6962/+6850
* Move more comments that confuse indentMatt Caswell2015-01-221-3/+6
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-222-36/+67
* Fix indent issue with functions using STACK_OFMatt Caswell2015-01-222-4/+4
* Further comment changes for reformatMatt Caswell2015-01-224-11/+12
* mark all block comments that need format preserving so thatTim Hudson2015-01-226-7/+12
* Constify ASN1_TYPE_cmp add X509_ALGOR_cmp.Dr. Stephen Henson2015-01-051-0/+1
* Fix various certificate fingerprint issues.Dr. Stephen Henson2015-01-051-0/+2
* Fix use of NULL memory pointer in X509_VERIFY_PARAM_new in the event of aMatt Caswell2014-12-121-0/+2
* x509/by_dir.c: fix run-away pointer (and potential SEGV)Andy Polyakov2014-02-241-4/+2
* Fix bug in X509_V_FLAG_IGNORE_CRITICAL CRL handling.Dr. Stephen Henson2014-01-091-3/+2
* make updateDr. Stephen Henson2014-01-061-110/+256
* make updateDr. Stephen Henson2013-12-081-256/+110
* Fix verify loop with CRL checking.Dr. Stephen Henson2013-08-061-0/+11
* Reencode with X509_CRL_ctx_sign too.Dr. Stephen Henson2013-05-031-0/+1
* Reencode certificates in X509_sign_ctx.Dr. Stephen Henson2013-05-021-0/+1
* Fix two bugs which affect delta CRL handling:Dr. Stephen Henson2012-12-061-2/+2
* Reduce version skew.Ben Laurie2012-06-081-8/+7
* Minor compatibility fixes [from HEAD].Andy Polyakov2012-04-161-1/+1
* Backport PSS signature support from HEAD.Dr. Stephen Henson2011-10-092-0/+26
* Backport of password based CMS support from HEAD.Dr. Stephen Henson2011-10-091-0/+3
* ? crypto/aes/aes-armv4.SDr. Stephen Henson2011-10-061-13/+19
* PR: 2606Dr. Stephen Henson2011-09-231-1/+1
* Initialise X509_STORE_CTX properly so CRLs with nextUpdate date in the pastDr. Stephen Henson2011-09-061-0/+4
* allow MD5 use for computing old format hash linksDr. Stephen Henson2011-06-221-2/+7
* Fix warnings.Ben Laurie2011-06-091-5/+0
* Backport libcrypto audit: check return values of EVP functions insteadDr. Stephen Henson2011-06-031-7/+15
* New function X509_ALGOR_set_md() to set X509_ALGOR (DigestAlgorithmIdentifier...Dr. Stephen Henson2011-06-031-0/+1
* Submitted by: Jonathan Dixon <joth@chromium.org>Dr. Stephen Henson2010-11-021-1/+1
* Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),Dr. Stephen Henson2010-10-032-0/+2
* Fix X509_STORE lockingBodo Möller2010-02-192-42/+46
* Tolerate PKCS#8 DSA format with negative private key.Dr. Stephen Henson2010-01-221-0/+1
* PR: 2136Dr. Stephen Henson2010-01-122-0/+19
* PR: 2124Dr. Stephen Henson2009-12-091-1/+7
* PR: 2103Dr. Stephen Henson2009-11-171-0/+1
* Add missing functions to allow access to newer X509_STORE_CTX statusDr. Stephen Henson2009-10-312-0/+18
* If not checking all certificates don't attempt to find a CRLDr. Stephen Henson2009-10-231-0/+5
* Need to check <= 0 here.Dr. Stephen Henson2009-10-221-1/+1
* Add new function X509_STORE_set_verify_cb and use it in appsDr. Stephen Henson2009-10-182-0/+9
* Oops, s can be NULLDr. Stephen Henson2009-09-041-5/+3
* PR: 2013Dr. Stephen Henson2009-09-021-4/+8
* Inherit parameters properly in SSL contexts: any parameters set shouldDr. Stephen Henson2009-06-301-1/+5
* Allow checking of self-signed certifictes if a flag is set.Dr. Stephen Henson2009-06-262-3/+7
* Update from 0.9.8-stable.Dr. Stephen Henson2009-06-151-8/+5
* Ensure canonical encodings of X509_NAME structures are valid.Dr. Stephen Henson2009-05-301-3/+3
* PR: 1899Dr. Stephen Henson2009-04-151-1/+1
* Update from 0.9.8-stable.Dr. Stephen Henson2009-04-031-0/+1
* Fix from stable branch.Dr. Stephen Henson2009-03-151-2/+13