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

Use a PHP implementation of openssl_seal that allows to use modern ciphers #36173

Merged
merged 5 commits into from
Mar 2, 2023

Commits on Feb 21, 2023

  1. introduce wrapped_openssl_seal() and wrapped_openssl_open() to circum…

    …ent RC4 problems with OpenSSL v3
    
    Signed-off-by: Kevin Niehage <k.niehage@syseleven.de>
    yahesh authored and come-nc committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    8163843 View commit details
    Browse the repository at this point in the history
  2. Always wrap rc4, and throws on unknown cipher

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    deed639 View commit details
    Browse the repository at this point in the history
  3. Strong type custom openssl_seal implementation

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    bd626e3 View commit details
    Browse the repository at this point in the history
  4. Move to phpseclib implementation of RC4

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    7148257 View commit details
    Browse the repository at this point in the history
  5. Set functions as private to be able to refactor later

    Also a few comment fixes
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    f2912ce View commit details
    Browse the repository at this point in the history