Skip to content

Updated x509 modules to match openssl 1.1.0h API, reviewed #54

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

Merged
merged 7 commits into from
Aug 15, 2019
Merged

Updated x509 modules to match openssl 1.1.0h API, reviewed #54

merged 7 commits into from
Aug 15, 2019

Conversation

1nfiniteloop
Copy link
Contributor

See previous discussions in #51. New pull request with fixes from the code-review.

* struct definitions removed from x509_vfy are instead added as declarations in ossl_typ.
* imports translated according to #include's in header-file, dstep doesn't resolve imports.
* macros used as function aliasesas without argument list are incorrectly generated into enum types.
* struct definitions removed from x509v3 are instead added as declarations in ossl_typ.
* imports translated according to #include's in header-file, dstep doesn't resolve imports.
* macros used as function aliasesas without argument list are incorrectly generated into enum types.
* "#ifndef OPENSSL_NO_*" translated into "version".
* struct definitions removed from x509 are instead added as declarations in ossl_typ.
* imports translated according to #include's in header-file, dstep doesn't resolve imports.
* macros used as function aliasesas without argument list are incorrectly generated into enum types.
* "#ifndef OPENSSL_NO_*" translated into "version".
@1nfiniteloop
Copy link
Contributor Author

@CyberShadow please see this pull request pointing to a branch containing fixes from #51 .

@CyberShadow CyberShadow merged commit 6dd008a into D-Programming-Deimos:master Aug 15, 2019
@CyberShadow
Copy link
Member

Right, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants