Project

General

Profile

Actions

Feature #211

closed

Display the IP Address in the View SSL Certificate dialog

Added by bill bunter over 6 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Next Release
Start date:
09/28/2017
Due date:
% Done:

0%

Estimated time:

Description

Security features.
IP address of site in https dialogue.
IP address pinning in Domains dialogue?
I think IP address pinning increase security by preventing poison DNS redirect to fake site or MITM when IP address is already pinned no need for dns lookup.


Related issues 1 (0 open1 closed)

Related to Feature #212: IP Address Pinning in Domain SettingsClosedSoren Stoutner09/29/2017

Actions
Actions #1

Updated by Soren Stoutner over 6 years ago

  • Subject changed from IP Addresses to Display the IP Address in the View SSL Certificate dialog
  • Assignee changed from bill bunter to Soren Stoutner

This is a good suggestion. It doesn't look like `WebView` exposes this information directly, but I should be able to pull it using `InetAddress.getAllByName()`.

https://developer.android.com/reference/java/net/InetAddress.html

Note that this would be a separate call for DNS resolution than that used by `WebView`, but in most cases it should return the same results.

I will work on this for the second half of the 2.x series.

Actions #2

Updated by Soren Stoutner over 6 years ago

  • Related to Feature #212: IP Address Pinning in Domain Settings added
Actions #3

Updated by Soren Stoutner over 6 years ago

I split the pinning of IP addresses into a separate feature request.

https://redmine.stoutner.com/issues/212

Actions #4

Updated by Soren Stoutner over 5 years ago

  • Priority changed from 2 to Next Release
Actions

Also available in: Atom PDF