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

pkcs8: provide PrivateKeyInfoRef/PrivateKeyInfoOwned #1183

Closed

Commits on Aug 9, 2023

  1. [WIP] pkcs5: remove lifetimes

    Removes lifetimes from all types in the `pkcs5` crate, making them own
    their data.
    tarcieri committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    057cee0 View commit details
    Browse the repository at this point in the history
  2. cms: pull api changes from RustCrypto#1195

    Signed-off-by: Arthur Gautier <[email protected]>
    baloo committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d3170f0 View commit details
    Browse the repository at this point in the history
  3. pkcs8: pull api changes from RustCrypto#1195

    Signed-off-by: Arthur Gautier <[email protected]>
    baloo committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    f649819 View commit details
    Browse the repository at this point in the history
  4. pkcs8: provide PrivateKeyInfoRef/PrivateKeyInfoOwned

    Signed-off-by: Arthur Gautier <[email protected]>
    baloo committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d6fa56b View commit details
    Browse the repository at this point in the history
  5. pkcs8: expose PrivateKeyInfoOwned

    Signed-off-by: Arthur Gautier <[email protected]>
    baloo committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1d0e906 View commit details
    Browse the repository at this point in the history
  6. pkcs8: fixup comment

    Signed-off-by: Arthur Gautier <[email protected]>
    baloo committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    738f712 View commit details
    Browse the repository at this point in the history
  7. pkcs8: move implement to &[u8]/Box<[u8]>

    Signed-off-by: Arthur Gautier <[email protected]>
    baloo committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0b96453 View commit details
    Browse the repository at this point in the history
  8. pkcs8: provide PrivateKeyInfo type alias with older API

    Signed-off-by: Arthur Gautier <[email protected]>
    baloo committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0d133f5 View commit details
    Browse the repository at this point in the history
  9. pkcs8: pem pulls alloc feature

    Signed-off-by: Arthur Gautier <[email protected]>
    baloo committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    fee6a2c View commit details
    Browse the repository at this point in the history
  10. pkcs8: bring RefToOwned for &'a [u8]

    Signed-off-by: Arthur Gautier <[email protected]>
    baloo committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1df903c View commit details
    Browse the repository at this point in the history
  11. pkcs8: split EncryptedPrivateKeyInfo

    Signed-off-by: Arthur Gautier <[email protected]>
    baloo committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d3e42e5 View commit details
    Browse the repository at this point in the history