• Home
  • Raw
  • Download

Lines Matching refs:SSL

61     OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);  in tls13_get_cert_verify_signature_input()
67 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE); in tls13_get_cert_verify_signature_input()
83 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE); in tls13_get_cert_verify_signature_input()
91 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE); in tls13_get_cert_verify_signature_input()
100 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE); in tls13_get_cert_verify_signature_input()
109 SSL *const ssl = hs->ssl; in tls13_process_certificate()
123 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR); in tls13_process_certificate()
129 OPENSSL_PUT_ERROR(SSL, SSL_R_UNCOMPRESSED_CERT_TOO_LARGE); in tls13_process_certificate()
145 OPENSSL_PUT_ERROR(SSL, SSL_R_UNKNOWN_CERT_COMPRESSION_ALG); in tls13_process_certificate()
154 OPENSSL_PUT_ERROR(SSL, SSL_R_CERT_DECOMPRESSION_FAILED); in tls13_process_certificate()
162 OPENSSL_PUT_ERROR(SSL, SSL_R_CERT_DECOMPRESSION_FAILED); in tls13_process_certificate()
182 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR); in tls13_process_certificate()
189 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE); in tls13_process_certificate()
202 OPENSSL_PUT_ERROR(SSL, SSL_R_CERT_LENGTH_MISMATCH); in tls13_process_certificate()
210 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR); in tls13_process_certificate()
233 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE); in tls13_process_certificate()
257 OPENSSL_PUT_ERROR(SSL, SSL_R_UNEXPECTED_EXTENSION); in tls13_process_certificate()
285 OPENSSL_PUT_ERROR(SSL, SSL_R_UNEXPECTED_EXTENSION); in tls13_process_certificate()
291 OPENSSL_PUT_ERROR(SSL, SSL_R_ERROR_PARSING_EXTENSION); in tls13_process_certificate()
317 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR); in tls13_process_certificate()
324 OPENSSL_PUT_ERROR(SSL, SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE); in tls13_process_certificate()
342 SSL *const ssl = hs->ssl; in tls13_process_certificate_verify()
344 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR); in tls13_process_certificate_verify()
353 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR); in tls13_process_certificate_verify()
380 OPENSSL_PUT_ERROR(SSL, SSL_R_BAD_SIGNATURE); in tls13_process_certificate_verify()
390 SSL *const ssl = hs->ssl; in tls13_process_finished()
412 OPENSSL_PUT_ERROR(SSL, SSL_R_DIGEST_CHECK_FAILED); in tls13_process_finished()
420 SSL *const ssl = hs->ssl; in tls13_add_certificate()
442 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR); in tls13_add_certificate()
456 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR); in tls13_add_certificate()
469 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR); in tls13_add_certificate()
484 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR); in tls13_add_certificate()
497 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR); in tls13_add_certificate()
509 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR); in tls13_add_certificate()
520 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR); in tls13_add_certificate()
533 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR); in tls13_add_certificate()
546 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR); in tls13_add_certificate()
554 SSL *const ssl = hs->ssl; in tls13_add_certificate_verify()
566 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR); in tls13_add_certificate_verify()
604 SSL *const ssl = hs->ssl; in tls13_add_finished()
610 OPENSSL_PUT_ERROR(SSL, SSL_R_DIGEST_CHECK_FAILED); in tls13_add_finished()
625 bool tls13_add_key_update(SSL *ssl, int update_requested) { in tls13_add_key_update()
644 static bool tls13_receive_key_update(SSL *ssl, const SSLMessage &msg) { in tls13_receive_key_update()
651 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR); in tls13_receive_key_update()
670 bool tls13_post_handshake(SSL *ssl, const SSLMessage &msg) { in tls13_post_handshake()
675 OPENSSL_PUT_ERROR(SSL, SSL_R_TOO_MANY_KEY_UPDATES); in tls13_post_handshake()
690 OPENSSL_PUT_ERROR(SSL, SSL_R_UNEXPECTED_MESSAGE); in tls13_post_handshake()