-
Notifications
You must be signed in to change notification settings - Fork 99
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
C_OpenSession fails with compressed certificates on device #93
Comments
I guess this is probably a combination of lack of support for gzip'd certificates (see commit 3dce5b0) and poor error reporting from |
It's
|
Proof of concept gets me to the next step...
|
... and this finally makes it work for my first real test case
|
Quoting from #94 (comment):
Note that in the above proof-of-concept hack, I said nothing about linking to zlib; I just started using it. I think it ended up being transitively linked or something like that, and we'd probably want to fix that :) We also want to support zlib-compressed objects (we can just use
Yeah. When I added support for writing compressed objects, I did say we should make it use zlib and compress them for itself. We'd want to do that too. And while we're at it, we should make the import functionality for both keys and certificate files conform to http://david.woodhou.se/draft-woodhouse-cert-best-practice.html ... but yes, time and work. |
I've had a look at this an it's a candidate for the next minor release after 2.0.0 |
#437 should address this issue. |
Closing this issue now, please open a new issues as needed. |
After I fix #91 it fails at the next hurdle (too):
The text was updated successfully, but these errors were encountered: