8devices / wakaama

Eclipse Wakaama (formerly liblwm2m) is an implementation of the Open Mobile Alliance's LightWeight M2M protocol (LWM2M).
0 stars 4 forks source link

Implement https security #70

Closed Lycopersicum closed 6 years ago

Lycopersicum commented 6 years ago

Recent commits implements JWT security, before that there are HTTPS commits (same as in #66) Resolves #8

GiedriusM commented 6 years ago

Triggering travis

codecov[bot] commented 6 years ago

Codecov Report

Merging #70 into master-rest will increase coverage by 1.89%. The diff coverage is 87.57%.

Impacted file tree graph

@@               Coverage Diff               @@
##           master-rest      #70      +/-   ##
===============================================
+ Coverage        80.83%   82.72%   +1.89%     
===============================================
  Files               13       14       +1     
  Lines             1080     1378     +298     
===============================================
+ Hits               873     1140     +267     
- Misses             207      238      +31
Flag Coverage Δ
#regular 59.57% <6.66%> (-14.69%) :arrow_down:
#secure 41% <86.66%> (+15.35%) :arrow_up:
Impacted Files Coverage Δ
examples/rest-server/rest-core-types.c 84.25% <66.66%> (ø) :arrow_up:
examples/rest-server/restserver.c 76.5% <76.47%> (-0.15%) :arrow_down:
examples/rest-server/settings.c 80% <84.54%> (+5%) :arrow_up:
examples/rest-server/rest-authentication.c 90.18% <90.18%> (ø)
examples/rest-server/security.c 91.17% <91.89%> (+6.32%) :arrow_up:
examples/rest-server/rest-list.c 85.36% <0%> (+9.75%) :arrow_up:

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 fa3b9e9...d4cc46b. Read the comment docs.