Skip to content

Instantly share code, notes, and snippets.

@anilatx
Created December 2, 2020 23:25
Show Gist options
  • Save anilatx/9ab259f89b7d12a555319f69dbc59380 to your computer and use it in GitHub Desktop.
Save anilatx/9ab259f89b7d12a555319f69dbc59380 to your computer and use it in GitHub Desktop.
$ grep SSLPeerUnverifiedException . -r
./okhttp3/CertificatePinner.smali: Ljavax/net/ssl/SSLPeerUnverifiedException;
./okhttp3/internal/tls/CertificateChainCleaner.smali: Ljavax/net/ssl/SSLPeerUnverifiedException;
./okhttp3/internal/tls/BasicCertificateChainCleaner.smali: Ljavax/net/ssl/SSLPeerUnverifiedException;
./okhttp3/internal/tls/BasicCertificateChainCleaner.smali: new-instance p1, Ljavax/net/ssl/SSLPeerUnverifiedException;
./okhttp3/internal/tls/BasicCertificateChainCleaner.smali: invoke-direct {p1, p2}, Ljavax/net/ssl/SSLPeerUnverifiedException;-><init>(Ljava/lang/String;)V
./okhttp3/internal/tls/BasicCertificateChainCleaner.smali: new-instance p2, Ljavax/net/ssl/SSLPeerUnverifiedException;
./okhttp3/internal/tls/BasicCertificateChainCleaner.smali: invoke-direct {p2, p1}, Ljavax/net/ssl/SSLPeerUnverifiedException;-><init>(Ljava/lang/String;)V
./okhttp3/internal/platform/AndroidPlatform$AndroidCertificateChainCleaner.smali: Ljavax/net/ssl/SSLPeerUnverifiedException;
./okhttp3/internal/platform/AndroidPlatform$AndroidCertificateChainCleaner.smali: new-instance p2, Ljavax/net/ssl/SSLPeerUnverifiedException;
./okhttp3/internal/platform/AndroidPlatform$AndroidCertificateChainCleaner.smali: invoke-direct {p2, v0}, Ljavax/net/ssl/SSLPeerUnverifiedException;-><init>(Ljava/lang/String;)V
./okhttp3/internal/platform/AndroidPlatform$AndroidCertificateChainCleaner.smali: invoke-virtual {p2, p1}, Ljavax/net/ssl/SSLPeerUnverifiedException;->initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
./okhttp3/internal/http/RetryAndFollowUpInterceptor.smali: instance-of p1, p1, Ljavax/net/ssl/SSLPeerUnverifiedException;
./okhttp3/internal/connection/RealConnection.smali: new-instance v2, Ljavax/net/ssl/SSLPeerUnverifiedException;
./okhttp3/internal/connection/RealConnection.smali: invoke-direct {v2, p1}, Ljavax/net/ssl/SSLPeerUnverifiedException;-><init>(Ljava/lang/String;)V
./okhttp3/internal/connection/RealConnection.smali: new-instance p1, Ljavax/net/ssl/SSLPeerUnverifiedException;
./okhttp3/internal/connection/RealConnection.smali: invoke-direct {p1, v0}, Ljavax/net/ssl/SSLPeerUnverifiedException;-><init>(Ljava/lang/String;)V
./okhttp3/internal/connection/RealConnection.smali: .catch Ljavax/net/ssl/SSLPeerUnverifiedException; {:try_start_0 .. :try_end_0} :catch_0
./okhttp3/internal/connection/ConnectionSpecSelector.smali: instance-of v0, p1, Ljavax/net/ssl/SSLPeerUnverifiedException;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment