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 TLS support for Pgx_async #108

Merged
merged 12 commits into from
May 11, 2021
Merged

Add TLS support for Pgx_async #108

merged 12 commits into from
May 11, 2021

Commits on Apr 29, 2021

  1. PoC: Add TLS support

    This adds TLS support for Pgx_async using Conduit.
    
    This is only a proof of concept because:
    
    - We're using the Conduit.V1 interface, which we may not want to rely on
      (the latest is V3)
    - We need to add support for Pgx_async
    - We probably need better error handling than asserts
    
    Resolves #107
    brendanlong committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    c62474c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7829b2 View commit details
    Browse the repository at this point in the history
  3. Make TLS support optional

    brendanlong committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    fda4530 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b93623e View commit details
    Browse the repository at this point in the history
  5. Make async_ssl optional

    brendanlong committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    8d8d750 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    1fafbea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fc8f7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3334685 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4f426a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    993def6 View commit details
    Browse the repository at this point in the history
  6. Make async_ssl required

    brendanlong committed May 6, 2021
    Configuration menu
    Copy the full SHA
    dd4f573 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

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