CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/07 07:50:45
Modified files:
lib/libcrypto/x509: x509_trs.c
Log message:
Remove X509_TRUST extensibility
This is pretty much identical to the X509_PURPOSE case: remove the stack
used for extending and overriding the trust table and make X509_TRUST_add()
always fail. Simplify some other bits accordingly.
ok jsing
