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()
375 OPENSSL_PUT_ERROR(SSL, SSL_R_BAD_SIGNATURE); in tls13_process_certificate_verify()
385 SSL *const ssl = hs->ssl; in tls13_process_finished()
406 OPENSSL_PUT_ERROR(SSL, SSL_R_DIGEST_CHECK_FAILED); in tls13_process_finished()
414 SSL *const ssl = hs->ssl; in tls13_add_certificate()
436 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR); in tls13_add_certificate()
450 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR); in tls13_add_certificate()
463 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR); in tls13_add_certificate()
478 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR); in tls13_add_certificate()
491 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR); in tls13_add_certificate()
504 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR); in tls13_add_certificate()
515 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR); in tls13_add_certificate()
528 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR); in tls13_add_certificate()
541 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR); in tls13_add_certificate()
549 SSL *const ssl = hs->ssl; in tls13_add_certificate_verify()
561 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR); in tls13_add_certificate_verify()
599 SSL *const ssl = hs->ssl; in tls13_add_finished()
605 OPENSSL_PUT_ERROR(SSL, SSL_R_DIGEST_CHECK_FAILED); in tls13_add_finished()
620 bool tls13_add_key_update(SSL *ssl, int update_requested) { in tls13_add_key_update()
639 static bool tls13_receive_key_update(SSL *ssl, const SSLMessage &msg) { in tls13_receive_key_update()
646 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR); in tls13_receive_key_update()
665 bool tls13_post_handshake(SSL *ssl, const SSLMessage &msg) { in tls13_post_handshake()
670 OPENSSL_PUT_ERROR(SSL, SSL_R_TOO_MANY_KEY_UPDATES); in tls13_post_handshake()
685 OPENSSL_PUT_ERROR(SSL, SSL_R_UNEXPECTED_MESSAGE); in tls13_post_handshake()