-
Notifications
You must be signed in to change notification settings - Fork 56
Commit the ESAPI bindings if the ABI is stable #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Going 180 on this, eh. I think the interface is stable, it's only library changes that might occur so this would make sense (but I do prefer creating a |
That would be part of the |
So we should use the latest version of tpm2-tss and only generate new bindings when a new version is released? Hrmm how much faster build times are we talking about? |
Well I was hoping that since the TCG TSS 2.0 ESAPI is specified and stable (version 1.0), once the |
Switch crates to use picky-asn1-der
We should check if the ESAPI ABI is stable and if it is, commit inside the repository (or in
tss-esapi-sys
) the bindgen bindings that we currently generate everytime during compilation.That has multiple advantages:
The text was updated successfully, but these errors were encountered: