You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think those are mostly for internal testing purpose for maintainers and not supposed to be called by users. For example, frob-pow.c exercises the algorithm calculating 2^x closest to a given value, which is used for trust indexing, and having it as a separate executable makes it possible to benchmark it. I think it would be nice to clarify that somehow in the comment.
The reason I specifically ask about those programs is that I am currently working on a project to extract API usage scenarios from code and those files have proven to be very useful showing how to use some libtasn1 APIs. I wanted to capture the values that would be passed in argv for those files to see the values that would be used in the API calls. I would really appreciate it if you could provide some documentation about how to run those files successfully, even if they not meant to be used by external users but just as examples.
Hi,
I am trying to figure out how to use the frob-* utilities in /trust.
For example with with frob-cert it needs a structure, field and filename.
Many other ones don't really have example usage such as frob-bc.
Is there any example of how to invoke this given the fixtures under
/trust
?The text was updated successfully, but these errors were encountered: