certificate-pinning Questions

1

I have a running Android application that implements Certificate Pinning with a SHA256 Pin. I use the https://www.ssllabs.com/ssltest tool to obtain that pin. The current server certificate is abou...
Ethiopian asked 4/7, 2018 at 12:50

1

As mentioned in the official docs [1], I have been trying to implement SSL Pinning in an Ionic + Angular + Capacitor Project using the Cordova Advanced HTTP plugin [2]. However, each time I open t...

2

Solved

I'm not quite understanding the necessity of certificate pinning in SSL connection establishment (to avoid Man in the Middle attacks). SSL cert pinning requires embedding original server certificat...
Subulate asked 15/8, 2017 at 18:19

2

Solved

I'm using the following certificate pinning code which has worked for a while (error handling edited out for brevity's sake): private static SSLContext _ssl_context = null; public static SSLSocke...
Emphysema asked 20/9, 2018 at 13:51

1

Solved

I am implementing SSL pinning in our android app. I have pinned 2 certificates (current and backup) at the client by embedding them in the app. Now, I want to have a mechanism in place to update t...
Hilversum asked 29/4, 2019 at 10:6

1

Solved

We have a Xamarin.Forms project that is currently compiled for Android, iOS and UWP using .NET Standard 2.0 for the shared project. The communications is performed through a WCF Service Contract. ...
Rockery asked 12/9, 2018 at 6:47

1

I am starting my question by mentioning what I have tried so far: I do not have certificate in my app, I am using SHA256 key only, Most of the answer on internet requires physical certificate in a...

1

Solved

I've searched far and wide and have not been able to find an answer for my question. To make our app more secure, we've been told to use "certificate pinning". We already make use of the Alamofire ...
Martguerita asked 31/5, 2017 at 23:37

1

Solved

I am using Retrofit 1.9 with OKHTTP3 client and I am trying to add certification pinning. Below is the relevant code: String hostname = "xxxxxx.xx"; CertificatePinner certificatePinner = new Cert...
Loseff asked 14/12, 2016 at 10:54
1

© 2022 - 2024 — McMap. All rights reserved.