Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
Flutter Inappwebview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李增强
Flutter Inappwebview
Commits
62d14039
Commit
62d14039
authored
4 years ago
by
Lorenzo Pichilli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added SslCertificate class and X509Certificate class and parser, updated ServerTrustChallenge class
parent
6c2a6071
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
CHANGELOG.md
CHANGELOG.md
+1
-1
lib/src/X509Certificate/asn1_decoder.dart
lib/src/X509Certificate/asn1_decoder.dart
+1
-2
No files found.
CHANGELOG.md
View file @
62d14039
...
...
@@ -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`
...
...
This diff is collapsed.
Click to expand it.
lib/src/X509Certificate/asn1_decoder.dart
View file @
62d14039
...
...
@@ -192,8 +192,7 @@ class ASN1DERDecoder {
byteArray
.
add
(
n
);
}
}
else
{
break
;
// throw ASN1OutOfBufferError();
throw
ASN1OutOfBufferError
();
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment