summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_vpm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Streamline X509_VERIFY_PARAM_add0_table()tb5 days1-17/+12
* x509_vpm: remove unnecessary NULL check before sk_pop_free()tb5 days1-4/+2
* Make X509_VERIFY_PARAM_set1_policies() less badtb2024-03-291-22/+34
* Clean up X509_VERIFY_PARAM_add0_policy()tb2024-03-291-6/+5
* Fix indenttb2024-03-291-2/+2
* Inline X509_{TRUST,PUPROSE}_set() in their only callerstb2024-01-081-3/+16
* Fix sk_deep_copy() implementationtb2023-12-141-32/+22
* Merge X509_VERIFY_PARAM_ID into X509_VERIFY_PARAMtb2023-05-281-82/+50
* Copy the verify param hostflags independently of the host listtb2023-05-241-3/+4
* Provide X509_VERIFY_PARAM_set_hostflags()tb2023-05-241-1/+8
* Enable policy checking by default now that we are DAG implementation based.beck2023-04-281-4/+1
* Garbage collect the now unused obfuscating macro string_stack_free()tb2023-04-161-4/+1
* Inline the three uses of string_stack_free()tb2023-04-161-4/+4
* x509_vfy.c and x509_vpm.c don't need vpm_int.h anymoretb2023-04-161-2/+1
* libressl *_namespace.h: adjust *_ALIAS() to require a semicolontb2023-02-161-31/+31
* Make internal header file names consistenttb2022-11-261-2/+2
* Hide public symbols in libcrypto/x509 .c filesbeck2022-11-141-1/+31
* Prepare to provide X509_VERIFY_PARAM_get_time()tb2022-07-041-1/+7
* Prepare to provide X509_VERIFY_PARAM_set_auth_level()tb2022-06-271-1/+7
* Move the now internal X.509-related structs into x509_lcl.h.tb2021-11-011-1/+2
* Enable X509_V_FLAG_TRUSTED_FIRST by default in the legacy verifier.jsing2021-09-301-1/+2
* 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