summaryrefslogtreecommitdiff
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR: 1778Dr. Stephen Henson2009-02-161-1/+1
* PR: 1843Dr. Stephen Henson2009-02-161-1/+1
* Update certificate hash line format to handle canonical formatDr. Stephen Henson2009-01-152-1/+18
* This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherAndy Polyakov2008-12-221-0/+3
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-7/+6
* Update obsolete email address...Dr. Stephen Henson2008-11-054-4/+4
* More size_tification.Ben Laurie2008-11-011-6/+7
* Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson2008-10-221-6/+4
* Fix a shed load or warnings:Dr. Stephen Henson2008-10-201-2/+2
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-121-7/+12
* Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson2008-10-072-5/+14
* Fix build warnings.Geoff Thorpe2008-09-151-1/+1
* Fix warning.Ben Laurie2008-09-071-1/+2
* Initial support for delta CRLs. If "use deltas" flag is set attempt to findDr. Stephen Henson2008-09-013-99/+261