Commit 62d14039 authored by Lorenzo Pichilli's avatar Lorenzo Pichilli

Added SslCertificate class and X509Certificate class and parser, updated ServerTrustChallenge class

parent 6c2a6071
......@@ -9,7 +9,7 @@
- Added error and message to the `ServerTrustChallenge` class for iOS (class used by the `onReceivedServerTrustAuthRequest` event)
- Added `contentInsetAdjustmentBehavior` webview iOS-specific option
- Added `copy` and `copyWithValue` methods for webview class options
- Added X509Certificate class and parser
- Added `SslCertificate` class and `X509Certificate` class and parser
- Fixed `zoomBy`, `setOptions` webview methods on Android
- Fixed `databaseEnabled` android webview option default value to `true`
......
......@@ -192,8 +192,7 @@ class ASN1DERDecoder {
byteArray.add(n);
}
} else {
break;
// throw ASN1OutOfBufferError();
throw ASN1OutOfBufferError();
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment