From e6c666d4f432d51ff449bbd4dfd137107c9e774c Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 22 May 2020 09:01:39 +0100 Subject: chore: Perform sslcert_viewer-ectomy This removes the sslcert_viewer entirely from the code. Where possible I've also trimmed out of frontends any code I think should not be present. Frontends should check and remove any further references that I have failed to catch. Signed-off-by: Daniel Silverstone --- include/netsurf/misc.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'include') diff --git a/include/netsurf/misc.h b/include/netsurf/misc.h index cc0b78dbb..ee5d00d3d 100644 --- a/include/netsurf/misc.h +++ b/include/netsurf/misc.h @@ -70,21 +70,6 @@ struct gui_misc_table { */ nserror (*launch_url)(struct nsurl *url); - /** - * Prompt the user to verify a certificate with issuse. - * - * \param url The URL being verified. - * \param certs The certificate to be verified - * \param num The number of certificates to be verified. - * \param cb Callback upon user decision. - * \param cbpw Context pointer passed to cb - * \return NSERROR_OK on sucess else error and cb never called - */ - nserror (*cert_verify)(struct nsurl *url, - const struct cert_chain *chain, - nserror (*cb)(bool proceed, void *pw), - void *cbpw); - /** * Retrieve username/password for a given url+realm if there is one * stored in a frontend-specific way (e.g. gnome-keyring) -- cgit v1.2.3