JuliaLang / MbedTLS.jl

Wrapper around mbedtls
Other
41 stars 50 forks source link

Add global locks to pk ccalls #245

Closed quinnj closed 2 years ago

quinnj commented 2 years ago

Follow up to https://github.com/JuliaLang/MbedTLS.jl/pull/244 (since I can't push to that branch)

codecov[bot] commented 2 years ago

Codecov Report

Merging #245 (9a21ff6) into master (0c02e44) will decrease coverage by 0.16%. The diff coverage is 33.33%.

@@            Coverage Diff             @@
##           master     #245      +/-   ##
==========================================
- Coverage   71.81%   71.65%   -0.17%     
==========================================
  Files          12       12              
  Lines         699      702       +3     
==========================================
+ Hits          502      503       +1     
- Misses        197      199       +2     
Impacted Files Coverage Δ
src/pk.jl 77.77% <33.33%> (-2.23%) :arrow_down:

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 0c02e44...9a21ff6. Read the comment docs.

nlw0 commented 2 years ago

Great. Hopefully I'll manage to test this in my project soon. Thanks!