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

Replace base64 lib with custom base64 encode #54

Closed GiedriusM closed 6 years ago

GiedriusM commented 6 years ago

For some inputs base64 behaves not as expected (returns longer size) and may cause restserver to crash. Remove this dependency by writing custom base64 function implementation.