Skip to content

getrandom 0.3.4 has MSRV 1.63; *-windows-* targets support Windows 7 until 1.76 #812

@briansmith

Description

@briansmith

IIUC, getrandom 3.4 will use the ProcessPrng backend for *-pc-windows-msvc (and others). If building with the Rust 1.63 toolchain, then a Windows-8-compatible executable will be created. But, the logic in windows.rs using ProcessPrng assumes that it is running on Windows 10 or later. This seems wrong; the logic should be modified to correctly support Windows 8.

See PR #811 for other reasons that the logic should be changed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions