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

Do not use mmap for CA certificate #4577

Merged
merged 2 commits into from
Jul 1, 2024
Merged

Do not use mmap for CA certificate #4577

merged 2 commits into from
Jul 1, 2024

Commits on Jun 30, 2024

  1. Do not use mmap for CA certificate

    In proxysql_SSL_CTX_local_x509store_add_file(), instead of use mmap()
    we now read the file with pread().
    This to avoid rare scenarios in which the CA file is modified while
    reading it.
    Rene Cannao committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    cdc24ce View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Fix a bug introduced in previous commit

    Rene Cannao committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c17b576 View commit details
    Browse the repository at this point in the history