Lines Matching refs:push_certinfo
319 static CURLcode push_certinfo(struct Curl_easy *data,
323 static CURLcode push_certinfo(struct Curl_easy *data, in push_certinfo() function
346 return push_certinfo(data, mem, namebuf, num); in pubkey_show()
449 result = push_certinfo(data, mem, "Subject", i); in ossl_certchain()
454 result = push_certinfo(data, mem, "Issuer", i); in ossl_certchain()
459 result = push_certinfo(data, mem, "Version", i); in ossl_certchain()
468 result = push_certinfo(data, mem, "Serial Number", i); in ossl_certchain()
483 result = push_certinfo(data, mem, "Signature Algorithm", i); in ossl_certchain()
493 result = push_certinfo(data, mem, "Public Key Algorithm", i); in ossl_certchain()
509 result = push_certinfo(data, mem, "Signature Algorithm", i); in ossl_certchain()
513 result = push_certinfo(data, mem, "Public Key Algorithm", i); in ossl_certchain()
527 result = push_certinfo(data, mem, "Start date", i); in ossl_certchain()
532 result = push_certinfo(data, mem, "Expire date", i); in ossl_certchain()
571 result = push_certinfo(data, mem, "RSA Public Key", i); in ossl_certchain()
667 result = push_certinfo(data, mem, "Signature", i); in ossl_certchain()
672 result = push_certinfo(data, mem, "Cert", i); in ossl_certchain()