summaryrefslogtreecommitdiff
path: root/lib/libcrypto/x509/x509_trs.c
AgeCommit message (Expand)Author
2024-03-25Final tweaks in x509_trs.c for nowTheo Buehler
2024-03-25Kill X509_TRUSTTheo Buehler
2024-03-25Add back trust member of X509_TRUST that I accidentally deletedTheo Buehler
2024-03-25Const correct the trust handlersTheo Buehler
2024-03-25Pass the nid instead of the entire trust structureTheo Buehler
2024-03-25Pull extension caching into X509_check_trust()Theo Buehler
2024-03-24Rename ax into auxTheo Buehler
2024-03-24Drop redundant NULL checks around two for loopsTheo Buehler
2024-03-24Rename arg1 to nid because that's what it isTheo Buehler
2024-03-24Drop the unused 'name' member from X509_TRUSTTheo Buehler
2024-03-23Remove unused flags and arg2 members from X509_TRUSTTheo Buehler
2024-03-23Remove unused flags argument from the trust handlersTheo Buehler
2024-03-02Remove X509_TRUST from the public APITheo Buehler
2024-03-02Remove unused public X509_TRUST APITheo Buehler
2024-01-13Prepare for removing most of the X509_TRUST APITheo Buehler
2024-01-10X509_TRUST: tidy up includesTheo Buehler
2024-01-10X509_TRUST: group together all trust_*() functionsTheo Buehler
2024-01-10X509_TRUST: hoist trust_compat() to the other end of the fileTheo Buehler
2024-01-10X509_TRUST: start shuffling some code aroundTheo Buehler
2024-01-08Fix logic error (&& -> ||)Theo Buehler
2024-01-07purpose/trust: Improve comments about COUNT/MAX confusionTheo Buehler
2024-01-07Remove X509_TRUST extensibilityTheo Buehler
2023-07-02Convert some tables to C99 initializersTheo Buehler
2023-02-16libressl *_namespace.h: adjust *_ALIAS() to require a semicolonTheo Buehler
2022-11-26Make internal header file names consistentTheo Buehler
2022-11-17Revert "Check certificate extensions in trusted certificates"Bob Beck
2022-11-14Hide public symbols in libcrypto/x509 .c filesBob Beck
2022-11-13Check certificate extensions in trusted certificates.Bob Beck
2022-11-10Allow explicit cert trusts or distrusts for EKU anyBob Beck
2021-11-01Move the now internal X.509-related structs into x509_lcl.h.Theo Buehler
2021-07-23Similar to x509/x509_purp.c rev. 1.5:Ingo Schwarze
2018-05-18Add const qualifiers to the name and xp arguments of X509_TRUST_add(3),Theo Buehler
2017-01-29Send the function codes from the error functions to the bit bucket,Bob Beck
2016-11-06The upcoming x509 alt chains diff tightens the trust requirementsBob Beck
2015-02-10Remove more IMPLEMENT_STACK_OF noops that have been hiding for the lastJoel Sing
2014-12-06Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add.Doug Hogan
2014-11-18further BUF_strdup conversion: these places should be safe to rely onTed Unangst
2014-10-16Get rid of the last remaining BUF_strdup and BUF_strlcpy and friends, useBob Beck
2014-09-28X509_TRUST_add(): check X509_TRUST_get0() return value before dereferencing it,Miod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-04-20More KNF.Joel Sing
2014-04-20KNF.Joel Sing
2014-04-18blunt force knfTed Unangst
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2010-10-01resolve conflicts, fix local changesDamien Miller
2009-01-09resolve conflictsDamien Miller
2008-09-06resolve conflictsDamien Miller
2003-11-11merge 0.9.7c; minor bugsfixes;Markus Friedl
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergeBob Beck