A process using curl (rtorrent) was giving the subject error after the remote system updated their secure cert from SHA1 to SHA256. this pageprovides an answer; openssl needs to be updated: “It requires at least OpenSSL 0.9.8o for a total management of SHA256” ...
ASN1_item_verify_ctx(): Return -1 on fatal errors 22dff96 t8maddedbranch: masterMerge to master branchapproval: review pendingThis pull request needs review by a committerapproval: otc review pendingtriaged: bugThe issue/pr is/fixes a bugbranch: 3.0Merge to openssl-3.0 branchbranch: 3.1Merg...
生成系统签名,首先需要下面的两个系统签名文件: platform.pk8 platform.x509.pem 这两个文件可以从Android源码中获取,具体路径为: build/target/product/security/ 将上面的两个文件放到同一个文件夹,同时也将自己生成的签名文件放置在这个文件夹下,从gitHub上下载工具keytool-importkeypair 执行下面的命令...