FreeDSx / ASN1

An ASN.1 Library for PHP.
MIT License
10 stars 3 forks source link

Resolve some OID decoding / encoding issues #9

Closed ChadSikorra closed 3 years ago

ChadSikorra commented 3 years ago

Currently a work in progress. This attempts to resolve some issues brought up in https://github.com/FreeDSx/ASN1/issues/8.

codecov[bot] commented 3 years ago

Codecov Report

Merging #9 into master will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #9      +/-   ##
============================================
+ Coverage     95.98%   96.03%   +0.05%     
- Complexity      365      370       +5     
============================================
  Files            23       23              
  Lines           871      883      +12     
============================================
+ Hits            836      848      +12     
  Misses           35       35              
Impacted Files Coverage Δ Complexity Δ
src/FreeDSx/Asn1/Encoder/BerEncoder.php 94.61% <100.00%> (+0.13%) 203.00 <0.00> (+5.00)

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 7fa3c54...ae185d2. Read the comment docs.