Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request - Add Ability to retrieve SSL certificate details #1793

Closed
amaitland opened this issue Sep 2, 2016 · 2 comments
Closed

Feature Request - Add Ability to retrieve SSL certificate details #1793

amaitland opened this issue Sep 2, 2016 · 2 comments

Comments

@amaitland
Copy link
Member

CEF has added support in the latest branch (a long time before this will be visible in CefSharp).

https://bitbucket.org/chromiumembedded/cef/commits/c83b6a1

Will be available as part of the 55 release.

@amaitland
Copy link
Member Author

NavigationEntry is currently a struct, which was fine before as the data was simple and it made memory management quite simple, no wrapping of an unmanaged object as all values were read into the struct.

Now that CefNavigationEntry::GetSSLStatus has been added, does it make sense for NavigationEntry to be a vc++ class that wraps CefNavigationEntry? Thought required.

@amaitland amaitland removed this from the 55.0.0 milestone Oct 24, 2016
@amaitland amaitland added this to the 55.0.0 milestone Dec 11, 2016
@amaitland
Copy link
Member Author

Issue of being structs should be revisited later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant