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

feat: use openssl for tls connections, add CA_ROOT_FILE support #268

Merged
merged 1 commit into from
Oct 18, 2021

Conversation

stepankuzmin
Copy link
Collaborator

@stepankuzmin stepankuzmin commented Oct 17, 2021

Closes #63
Closes #95

@stepankuzmin stepankuzmin changed the title feat: use openssl for tls connections feat: use openssl for tls connections, add CA_ROOT_FILE support Oct 17, 2021
@codecov
Copy link

codecov bot commented Oct 17, 2021

Codecov Report

Merging #268 (de5a09f) into master (d4d101c) will increase coverage by 0.45%.
The diff coverage is 40.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #268      +/-   ##
==========================================
+ Coverage   52.13%   52.59%   +0.45%     
==========================================
  Files          14       14              
  Lines        1805     1795      -10     
==========================================
+ Hits          941      944       +3     
+ Misses        864      851      -13     
Impacted Files Coverage Δ
src/bin/main.rs 0.75% <0.00%> (-0.05%) ⬇️
src/config.rs 54.08% <0.00%> (-1.13%) ⬇️
src/db.rs 48.97% <72.72%> (-1.03%) ⬇️
src/dev.rs 100.00% <100.00%> (ø)
src/lib.rs 47.43% <0.00%> (+1.81%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d4d101c...de5a09f. Read the comment docs.

@stepankuzmin stepankuzmin merged commit 7ad7f1a into master Oct 18, 2021
@stepankuzmin stepankuzmin deleted the switch-to-openssl branch October 18, 2021 11:35
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

Successfully merging this pull request may close these issues.

Support SSL connections to PostgreSQL
1 participant