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

TLS support: pgagroal - PostgreSQL #70

Open
jesperpedersen opened this issue Apr 21, 2020 · 3 comments
Open

TLS support: pgagroal - PostgreSQL #70

jesperpedersen opened this issue Apr 21, 2020 · 3 comments

Comments

@jesperpedersen
Copy link
Collaborator

Support TLS v1.2 and TLS v1.3.

  • Extend the server structure with the required configuration parameters
  • Extend the connection structure with the SSL_SESSION data (i2d_SSL_SESSION())
jesperpedersen added a commit to jesperpedersen/pgagroal that referenced this issue Apr 22, 2020
jesperpedersen added a commit to jesperpedersen/pgagroal that referenced this issue Apr 24, 2020
jesperpedersen added a commit to jesperpedersen/pgagroal that referenced this issue May 6, 2020
jesperpedersen added a commit to jesperpedersen/pgagroal that referenced this issue May 15, 2020
jesperpedersen added a commit to jesperpedersen/pgagroal that referenced this issue May 18, 2020
jesperpedersen added a commit to jesperpedersen/pgagroal that referenced this issue May 22, 2020
@dpinchukov-ueni
Copy link

is there any hope of this getting merged into master?
i am playing around with pgagroal (1.1.0 release), and it looks like while the client->pgagroal connections can use TLS, the pgagroal->postgresql connections cannot.
support for this seems to be implemented in jesperpedersen@62b1424, but that branch is now rather outdated.

@jesperpedersen
Copy link
Collaborator Author

I'm working on something else at the momment, so community effort currently.

jesperpedersen added a commit to jesperpedersen/pgagroal that referenced this issue Oct 28, 2021
jesperpedersen added a commit to jesperpedersen/pgagroal that referenced this issue Oct 28, 2021
jesperpedersen added a commit to jesperpedersen/pgagroal that referenced this issue Nov 9, 2021
jesperpedersen added a commit to jesperpedersen/pgagroal that referenced this issue Nov 16, 2021
jesperpedersen added a commit that referenced this issue Dec 2, 2021
Initial support for TLS connections to PostgreSQL, but
doesn't support pooling so we will keep the issue open until fixed
jesperpedersen added a commit to jesperpedersen/pgagroal that referenced this issue Dec 13, 2021
Pooling support by saving the SSL session and reusing it
jesperpedersen added a commit to jesperpedersen/pgagroal that referenced this issue Dec 14, 2021
Pooling support by saving the SSL session and reusing it
jesperpedersen added a commit to jesperpedersen/pgagroal that referenced this issue Dec 16, 2021
Pooling support by saving the SSL session and reusing it
@jesperpedersen
Copy link
Collaborator Author

#404 is related

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants