Skip to content

OpenSSL for Windows Universal API (OneCore) #4853

@specio

Description

@specio

I could not find any reference, to openSSL support for Universal Windows Driver.
Are there plans to add configuration (VS-CORE) which can be run on new Microsoft UWD design, to be precise - includes openSSL linked to OneCore API. Microsoft is forcing usage of this API, which mean direct linking to system libraries are forbidden (i.e. kernel32.dll, it should be passed via new API).
All new drivers and (possibly) applications need to pass through APIValidator which warns about calls unsupported by Universal API. Such OpenSSL configuration should pass without warnings scan performed by tool made by Microsoft, specified in given article:
https://docs.microsoft.com/en-us/windows-hardware/drivers/develop/getting-started-with-universal-drivers
If passes verification, OpenSSL would support every windows platform, beginning from Win10-IoT Core to Regular Win10 OS's.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions