I'm trying to get SSL certificate infos from libcurl using CURLINFO_CERTINFO. I'm using a simple sample with libcurl 8.7.1 on macOS (installed via homebrew): #include <curl/curl.h> int main(void) { CURL *curl = curl_easy_init(); if(curl) { CURLcode res; curl_easy_setopt(curl,...
result = ssl_push_certinfo_dyn(data, certnum, "Cert", &out); done: if(result) failf(data, "Failed extracting certificate chain"); Curl_dyn_free(&out); return result; } 0 comments on commit 5f4179b Please sign in to comment. Footer...
x509asn1: make Curl_extract_certinfo store error message … Verified 5f4179b bagder added TLS libcurl API labels Jun 16, 2024 bagder closed this in 8dc4493 Jun 16, 2024 bagder deleted the bagder/x509-cert-error branch June 16, 2024 21:48 Sign up for free to join this conversati...
注册 登录 首页 我要报名 上传作品 教学设计 获奖名单 证书下载 姓名 参赛作品 奖项 打印证书 梁雨忆 验证阿基米德原理 一等奖 点击下载 商晓绪 制取一定浓度的氧气——氧气的实验室制取与性质学生实验课 一等奖 点击下载 孙鉴 微生物的培养 一等奖 点击下载 房荣丽 初级财经英语SpendingandSavingIncome 二等奖 点击下...
吉莉At the snack bar(课前课、课中课)一等奖点击下载 李巍回声现象一等奖点击下载 刘蕊果渔歌子一等奖点击下载 刘燕<滕王阁序>景物描写之美一等奖点击下载 马春阳微课<学吹竖笛>一等奖点击下载 马力化学元素的那些事一等奖点击下载 聂红斌The Usage of Sometimes一等奖点击下载 ...
广州织点智能科技有限公司成立于2015年05月28日,注册地位于广州市海珠区南边路38号之六105室(仅限办公),法定代表人为梁瀚君。经营范围包括物联网技术研究开发;人工智能算法软件的技术开发与技术服务;网络技术的研究、开发;计算机技术开发、技术服务;信息系统集成服务;数据处理和存储服务;集成电路设计;信息电子技术服务...
Meanwhile, can I ask if we can add the feature to support the use of custom CA cert (possibly by respecting the presence of env variable such as REQUESTS_CA_BUNDLE, CURL_CA_BUNDLE, CARGO_HTTP_CAINFO, SSL_CERT_FILE ? ) Thanks Owner Jake-Shadle commented Nov 6, 2023 I don't have ...