summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_trs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove X509_check_trust() and some related definestb2024-08-311-6/+1
* Fix the horrible and undocumented behaviour of X509_check_trustbeck2024-07-121-48/+59
* Clean up in X509_check_trust.beck2024-07-121-14/+8
* x509 trust: remove unneeded headerstb2024-03-261-3/+1
* Final tweaks in x509_trs.c for nowtb2024-03-251-10/+11
* Kill X509_TRUSTtb2024-03-251-79/+31
* Add back trust member of X509_TRUST that I accidentally deletedtb2024-03-251-1/+2
* Const correct the trust handlerstb2024-03-251-8/+7
* Pass the nid instead of the entire trust structuretb2024-03-251-10/+10
* Pull extension caching into X509_check_trust()tb2024-03-251-2/+7
* Rename ax into auxtb2024-03-241-8/+7
* Drop redundant NULL checks around two for loopstb2024-03-241-15/+14
* Rename arg1 to nid because that's what it istb2024-03-241-11/+11
* Drop the unused 'name' member from X509_TRUSTtb2024-03-241-10/+1
* Remove unused flags and arg2 members from X509_TRUSTtb2024-03-231-3/+1
* Remove unused flags argument from the trust handlerstb2024-03-231-13/+13
* Remove X509_TRUST from the public APItb2024-03-021-1/+10
* Remove unused public X509_TRUST APItb2024-03-021-80/+1
* Prepare for removing most of the X509_TRUST APItb2024-01-131-41/+35
* X509_TRUST: tidy up includestb2024-01-101-2/+4
* X509_TRUST: group together all trust_*() functionstb2024-01-101-33/+30
* X509_TRUST: hoist trust_compat() to the other end of the filetb2024-01-101-12/+11
* X509_TRUST: start shuffling some code aroundtb2024-01-101-32/+31
* Fix logic error (&& -> ||)tb2024-01-081-2/+2
* purpose/trust: Improve comments about COUNT/MAX confusiontb2024-01-071-2/+5
* Remove X509_TRUST extensibilitytb2024-01-071-102/+10
* Convert some tables to C99 initializerstb2023-07-021-10/+49
* libressl *_namespace.h: adjust *_ALIAS() to require a semicolontb2023-02-161-12/+12
* Make internal header file names consistenttb2022-11-261-2/+2
* Revert "Check certificate extensions in trusted certificates"beck2022-11-171-16/+4
* Hide public symbols in libcrypto/x509 .c filesbeck2022-11-141-1/+12
* Check certificate extensions in trusted certificates.beck2022-11-131-4/+16
* Allow explicit cert trusts or distrusts for EKU anybeck2022-11-101-4/+6
* Move the now internal X.509-related structs into x509_lcl.h.tb2021-11-011-1/+3
* Similar to x509/x509_purp.c rev. 1.5:schwarze2021-07-231-5/+1
* Add const qualifiers to the name and xp arguments of X509_TRUST_add(3),tb2018-05-181-5/+5
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-5/+5
* The upcoming x509 alt chains diff tightens the trust requirementsbeck2016-11-061-1/+17
* Remove more IMPLEMENT_STACK_OF noops that have been hiding for the lastjsing2015-02-101-3/+1
* Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add.doug2014-12-061-6/+8
* further BUF_strdup conversion: these places should be safe to rely ontedu2014-11-181-2/+2
* Get rid of the last remaining BUF_strdup and BUF_strlcpy and friends, usebeck2014-10-161-2/+3
* X509_TRUST_add(): check X509_TRUST_get0() return value before dereferencing it,miod2014-09-281-15/+23
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-3/+3
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* More KNF.jsing2014-04-201-2/+2
* KNF.jsing2014-04-201-66/+101
* blunt force knftedu2014-04-181-5/+5
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-5/+5
* resolve conflicts, fix local changesdjm2010-10-011-1/+2