etingof / pyasn1-modules

ASN.1 modules for pyasn1 library
http://snmplabs.com/pyasn1/
BSD 2-Clause "Simplified" License
41 stars 45 forks source link

Add support for RFC 3820 #113

Closed russhousley closed 4 years ago

russhousley commented 4 years ago

Add module and test for RFC 3820

codecov-io commented 4 years ago

Codecov Report

Merging #113 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #113      +/-   ##
=========================================
+ Coverage    99.4%   99.4%   +<.01%     
=========================================
  Files         103     104       +1     
  Lines        6364    6382      +18     
=========================================
+ Hits         6326    6344      +18     
  Misses         38      38
Impacted Files Coverage Δ
pyasn1_modules/rfc3820.py 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 58954d7...33de980. Read the comment docs.

etingof commented 4 years ago

Thank you!