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

Add support to zeroize plaintext in S3 record layer #12251

Closed
wants to merge 8 commits into from

Commits on Jun 23, 2020

  1. Add support to zeroize plaintext in S3 record layer

    Some applications want even all plaintext copies beeing
    zeroized. However, currently plaintext residuals are kept in rbuf
    within the s3 record layer.
    
    This patch add the option SSL_OP_CLEANSE_PLAINTEXT to its friends to
    optionally enable cleansing of decrypted plaintext data.
    martin-cherry committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    bc2ffab View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Configuration menu
    Copy the full SHA
    2440942 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d24358e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    1a00435 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74d2ef9 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

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

Commits on Jul 3, 2020

  1. Configuration menu
    Copy the full SHA
    97bb6e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7abb8b View commit details
    Browse the repository at this point in the history