-
-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for RELATIVE-OID #196
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #196 +/- ##
==========================================
- Coverage 86.65% 86.07% -0.58%
==========================================
Files 26 26
Lines 4600 4732 +132
==========================================
+ Hits 3986 4073 +87
- Misses 614 659 +45
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The RelativeOIDPayloadDecoder
appears twice in the source.
Codecov Report
@@ Coverage Diff @@
## master #196 +/- ##
==========================================
- Coverage 86.65% 86.59% -0.06%
==========================================
Files 26 26
Lines 4600 4700 +100
==========================================
+ Hits 3986 4070 +84
- Misses 614 630 +16
Continue to review full report at Codecov.
|
Hey @russhousley i merged the pull request on inexio/pyasn1 the fork where we try to maintain the pyasn1 for the community as much as we can, so as you got any questions write me or open an issue on this forked Repo. |
Add support for RELATIVE-OID.