-
-
Notifications
You must be signed in to change notification settings - Fork 749
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
Preparing openssl-sys for PKCS7 and X509 extensions #1789
Conversation
2040594
to
d2e3018
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for taking a while, thanks for breaking these up, even this took quite a while to review.
Updated to current master: This branch has no conflicts with the base branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry this is taking so long, I understand your frustration but I am trying to get through these. I'm happy to resolve most conflicts, so don't worry too much about that.
Thank's for the reply and the merge. And I prefer a thorough review over a quick merge :). Feel free to ping me, if can help with updating my branches. |
openssl_sys::openssl::handwritten::asn1::ASN1_TYPE
, which was anenum
, but should actually be astruct
. This breaks compatibility. If this is not desired, we need to find another solution, but that would by dirty in my opinion (trying to appeal to the maintainer's honour).