summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_vpm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enable the new verifier again so hopefully the remaining kinks get ironedtb2021-04-241-2/+2
* Switch back to the legacy verifier for the release.tb2021-04-151-2/+2
* Don't leak param->name in x509_verify_param_zero()tb2021-04-051-1/+2
* Fix some KNF issuestb2020-12-161-7/+8
* re-enable new x509 chain verifier as the defaultbeck2020-09-141-3/+1
* revert previous, need to fix a problembeck2020-09-141-1/+3
* Enable the use of the new x509 chain validator by default.beck2020-09-141-3/+1
* Add new x509 certificate chain validator in x509_verify.cbeck2020-09-131-1/+3
* poison for X509_VERIFY_PARAM'sbeck2018-04-061-27/+42
* Call strlen() if name length provided is 0, like OpenSSL does.beck2018-03-221-1/+3
* Please variable decl before code.deraadt2017-12-091-2/+2
* Remove prototypes from the public header for X509_VERIFY_PARAM functionsjsing2016-12-211-1/+6
* Commit a reminder that the default is not the default. This needs tobeck2016-11-061-1/+2
* use the correct function for freebcook2016-11-061-2/+2
* Part one of the alt chains changes, bring in newer modifications tobeck2016-11-051-69/+311
* X509_VERIFY_PARAM_set1_name(): if invoked with NULL as the secondmiod2014-09-291-1/+2
* Kill a bunch more BUF_strdup's - these are converted to have a check forbeck2014-07-221-2/+4
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+2
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+2
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* no need for null check before free. from Brendan MacDonelltedu2014-05-301-2/+1
* calloc instead of malloc/memset. from Benjamin Baiertedu2014-05-251-2/+1
* KNF.jsing2014-04-201-75/+96
* blunt force knftedu2014-04-181-73/+62
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-3/+3
* import OpenSSL-1.0.0adjm2010-10-011-10/+18
* import of OpenSSL 0.9.8kdjm2009-04-061-3/+13
* import openssl-0.9.8jdjm2009-01-091-1/+1
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+420