-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
mbedtls: support CURLOPT_CERTINFO #13113
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
Conversation
b2ad1d7
to
d128510
Compare
The Linux / mbedtls job fails here. Was that just a temporary glitch or is this PR making it fail? |
8ae324c
to
28ac622
Compare
I don't know, it looked so. The first commit could not interrupt
|
28ac622
to
aedbbdf
Compare
50a9f79
to
04a2428
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I presume the fact that this PR is still in draft is not significant?
I am experimenting with what is wrong with the proxy tests on Linux/mbedtls. I've disabled |
21178e9
to
21bde06
Compare
3478944
to
50a3213
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this going anywhere soon or can we close this again? Having a draft PR queued up in a temp state does us no good.
I will fix and finish this PR. Just I am getting troubles with running and debugging the python tests locally. |
f655372
to
6b14447
Compare
94d8674
to
3e6e4ce
Compare
I think you want something like this? diff --git a/tests/test1275.pl b/tests/test1275.pl
index 47ce799578..353391d2f3 100755
--- a/tests/test1275.pl
+++ b/tests/test1275.pl
@@ -30,10 +30,11 @@ my @m = `git ls-files -- $root`;
my $errors;
my %accepted=('curl' => 1,
'libcurl' => 1,
'macOS' => 1,
+ 'mbedTLS' => 1,
'c-ares' => 1);
sub checkfile {
my ($f) = @_;
chomp $f; |
3e6e4ce
to
c94fe5e
Compare
Thanks! |
No description provided.