Home
last modified time | relevance | path

Searched refs:resp (Results 26 – 37 of 37) sorted by relevance

12

/openssl/apps/
H A Dcmp.c3170 OSSL_CMP_MSG *resp = NULL; in cmp_server() local
3200 resp = OSSL_CMP_CTX_server_perform(cmp_ctx, req); in cmp_server()
3202 if (resp == NULL) { in cmp_server()
3210 (const ASN1_VALUE *)resp); in cmp_server()
3211 OSSL_CMP_MSG_free(resp); in cmp_server()
/openssl/doc/man1/
H A Dopenssl-ocsp.pod.in492 -url http://ocsp.myhost.com/ -resp_text -respout resp.der
496 openssl ocsp -respin resp.der -text -noverify
518 -reqin req.der -respout resp.der
/openssl/
H A DREADME-FIPS.md27 resp. `fips.dll` (on Windows). The FIPS provider does not get built and
H A DCHANGES.md3774 resp. the platform maintainer to ensure a proper initialization
/openssl/ssl/statem/
H A Dextensions.c1146 OPENSSL_free(s->ext.ocsp.resp); in init_status_request()
1147 s->ext.ocsp.resp = NULL; in init_status_request()
H A Dstatem_clnt.c2881 s->ext.ocsp.resp = OPENSSL_malloc(resplen); in tls_process_cert_status_body()
2882 if (s->ext.ocsp.resp == NULL) { in tls_process_cert_status_body()
2888 if (!PACKET_copy_bytes(pkt, s->ext.ocsp.resp, resplen)) { in tls_process_cert_status_body()
H A Dstatem_srvr.c2176 if (s->ext.ocsp.resp) in tls_handle_status_request()
4308 || !WPACKET_sub_memcpy_u24(pkt, s->ext.ocsp.resp, in tls_construct_cert_status_body()
/openssl/apps/lib/
H A Dapps.c2613 ASN1_VALUE *resp = NULL; in app_http_get_asn1() local
2644 resp = ASN1_item_d2i_bio(it, mem, NULL); in app_http_get_asn1()
2650 return resp; in app_http_get_asn1()
/openssl/ssl/
H A Ds3_lib.c3634 *(unsigned char **)parg = sc->ext.ocsp.resp; in ssl3_ctrl()
3641 OPENSSL_free(sc->ext.ocsp.resp); in ssl3_ctrl()
3642 sc->ext.ocsp.resp = parg; in ssl3_ctrl()
H A Dssl_lib.c820 s->ext.ocsp.resp = NULL; in ossl_ssl_connection_new_int()
1453 OPENSSL_free(s->ext.ocsp.resp); in ossl_ssl_connection_free()
6185 if (s->ext.ocsp.resp == NULL || s->ext.ocsp.resp_len == 0) in ct_extract_ocsp_response_scts()
6188 p = s->ext.ocsp.resp; in ct_extract_ocsp_response_scts()
H A Dssl_local.h1578 unsigned char *resp; member
/openssl/crypto/err/
H A Dopenssl.txt830 HTTP_R_ASN1_LEN_EXCEEDS_MAX_RESP_LEN:108:asn1 len exceeds max resp len
843 HTTP_R_MAX_RESP_LEN_EXCEEDED:117:max resp len exceeded

Completed in 130 milliseconds

12