Skip to content

Is the pyopenssl thread-safe? #424

@user0007

Description

@user0007

Hello,

I'm wondering if I can use pyopenssl in a web environment (multithread) to generate RSA keys:

key = crypto.PKey()
key.generate_key(crypto.TYPE_RSA, 2048)
priv_key = crypto.dump_privatekey(crypto.FILETYPE_PEM, key)

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