Skip to content

RAND engine support removed #36

@therth

Description

@therth

LibreSSL uses arc4random for random number generation. The way this has been implemented, i.e. replacing the calls to RAND_bytes and RAND_pseudo_bytes by a call to arc4random, removed the support for a custom RAND engine, because there is no code anymore which calls the functions of the RAND engine provided by ENGINE_set_RAND and ENGINE_set_default(e, ENGINE_METHOD_RAND).

Was the removal of RAND engine support intended?

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