CodeQL library for Python
codeql/python-all 0.11.12 (changelog, source)
Search

Module Cryptography::PublicKey::KeyGeneration

Provides classes for modeling new key-pair generation APIs.

Import path

import semmle.python.Concepts

Predicates

keysizeBacktracker

Gets a back-reference to the keysize argument arg that was used to generate a new key-pair.

Classes

DsaRange

A data-flow node that generates a new DSA key-pair.

EccRange

A data-flow node that generates a new ECC key-pair.

Range

A data-flow node that generates a new key-pair for use with public-key cryptography.

RsaRange

A data-flow node that generates a new RSA key-pair.