Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pyjks] Fill in jks.bks and other modules, improved constructors #10815

Merged
merged 8 commits into from
Oct 6, 2023

Commits on Oct 1, 2023

  1. [pyjks] Fill in jks.bks and remaining modules

    Additionally 1 fix to `jks.PrivateKeyEntry.__init__`
    intgr committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    eb295e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d781ff3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82582af View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    6318fb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. kwargs Any -> Unused

    intgr committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    1e9648d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f25cb18 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. * Removed defaults from constructor args that shouldn't be None (alia…

    …s, timestamp, etc).
    
    * Added `| None` to constructor arguments that may be None
    * Added `@overload` constructors for encrypted and unencrypted usages
    * Replaced `= ...` with `= None` where appropriate
    * Added helpful comments to `__init__` constructors
    intgr committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    2c944e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c012dca View commit details
    Browse the repository at this point in the history