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 4985 #96

Closed russhousley closed 4 years ago

russhousley commented 4 years ago

Add module and test for RFC 4985.

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #96      +/-   ##
==========================================
+ Coverage   99.35%   99.35%   +<.01%     
==========================================
  Files          86       87       +1     
  Lines        5740     5755      +15     
==========================================
+ Hits         5703     5718      +15     
  Misses         37       37
Impacted Files Coverage Δ
pyasn1_modules/rfc4985.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 6f9a139...cc30393. Read the comment docs.

etingof commented 4 years ago

Thank you!