summaryrefslogtreecommitdiff
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* ? crypto/aes/aes-armv4.Ssteve2011-10-061-13/+19
* PR: 2606steve2011-09-231-1/+1
* Initialise X509_STORE_CTX properly so CRLs with nextUpdate date in the paststeve2011-09-061-0/+4
* allow MD5 use for computing old format hash linkssteve2011-06-221-2/+7
* Change AR to ARX to allow exclusion of fips object modulessteve2011-01-261-1/+1
* avoid verification loops in trusted store when path buildingsteve2010-12-253-0/+19
* Submitted by: Jonathan Dixon <joth@chromium.org>steve2010-11-021-1/+1
* Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),steve2010-10-032-0/+2
* PR: 2250steve2010-05-031-2/+1
* add X509_CRL_sign_ctx functionsteve2010-03-142-3/+25
* RSA PSS ASN1 signing methodsteve2010-03-111-0/+3
* New function X509_ALGOR_set_md() to set X509_ALGOR (DigestAlgorithmIdentifier)steve2010-03-111-0/+1
* Add algorithm specific signature printing. An individual ASN1 method cansteve2010-03-061-0/+1
* add -trusted_first option and verify flagsteve2010-02-252-0/+17
* tidy verify code. xn not used any more and check for self signed more efficie...steve2010-02-251-8/+14
* Experimental support for partial chain verification: if an intermediatesteve2010-02-252-27/+42
* verify parameter enumeration functionssteve2010-02-252-0/+24
* Fix X509_STORE lockingbodo2010-02-192-42/+46
* Tolerate PKCS#8 DSA format with negative private key.steve2010-01-221-0/+1
* PR: 2136steve2010-01-122-0/+19
* PR: 2124steve2009-12-091-1/+7
* Add PBKFD2 prototype.steve2009-11-251-0/+3
* PR: 2103steve2009-11-171-0/+1
* Add missing functions to allow access to newer X509_STORE_CTX statussteve2009-10-312-0/+18
* If not checking all certificates don't attempt to find a CRLsteve2009-10-231-0/+5
* Need to check <= 0 here.steve2009-10-221-1/+1
* Add "missing" function X509_STORE_set_verify_cb().steve2009-10-182-0/+9
* Audit libcrypto for unchecked return values: fix all cases enounteredsteve2009-09-231-7/+15
* Oops, s can be NULLsteve2009-09-041-5/+3
* PR: 2013steve2009-09-021-4/+8
* Update from 1.0.0-stablesteve2009-06-301-1/+5
* Update from 1.0.0-stable.steve2009-06-262-3/+7
* Update from 0.9.8-stable.steve2009-06-151-8/+5
* Update from 1.0.0-stable.steve2009-05-301-3/+3
* Updates from 1.0.0-stable.steve2009-04-151-1/+1
* Updates from 1.0.0-stablesteve2009-04-041-0/+1
* Fix from stable branch.steve2009-03-151-2/+13
* PR: 1778steve2009-02-161-1/+1
* PR: 1843steve2009-02-161-1/+1
* Update certificate hash line format to handle canonical formatsteve2009-01-152-1/+18
* This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherappro2008-12-221-0/+3
* Revert the size_t modifications from HEAD that had led to moregeoff2008-11-121-7/+6
* Update obsolete email address...steve2008-11-054-4/+4
* More size_tification.ben2008-11-011-6/+7
* Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrossteve2008-10-221-6/+4
* Fix a shed load or warnings:steve2008-10-201-2/+2
* Type-checked (and modern C compliant) OBJ_bsearch.ben2008-10-121-7/+12
* Experimental new date handling routines. These fix issues with X509_time_adj()steve2008-10-072-5/+14
* Fix build warnings.geoff2008-09-151-1/+1
* Fix warning.ben2008-09-071-1/+2