Commit graph

22 commits

Author SHA1 Message Date
Arun M
2bb5623d39 explicit constructor initialization for EMap 2020-06-13 12:47:46 +05:30
Carlos Gomes Martinho
67f3dad16a fix: compilation with visual studio 14 2020-02-24 19:54:37 +01:00
Lubos Dolezel
4392f4b538 Fix char signedness in DMap 2019-07-13 20:10:20 +02:00
leoTlr
4234eea1bf prevent -Wimplicit-fallthrough= warning with gcc 8.2.1 2019-04-04 00:27:39 +02:00
Arun M
6e27aa4c86 Merge 2018-10-27 12:08:08 +05:30
Arun M
1e588256f4 Narrowing errors compiling for ARM #36 2018-10-27 12:07:06 +05:30
Matt Eastman
8cb5ea3d5e Fix out of bounds read in base64_decode 2018-10-03 17:24:11 -05:00
Arun M
64de7b6f1d Ptential Fix for VS2015 compile fail #27 2018-10-03 22:07:08 +05:30
Samer Afach
22856e9da2 Functions made inline because they're in the header. Otherwise multiple
definition errors will appear when this file is included.
2018-05-20 00:47:37 +02:00
Samer Afach
8ef6d055ae Make it possible to only include base64.hpp without having to include
jwt.hpp by adding missing includes to resolve incomplete types.
2018-05-19 21:38:25 +02:00
Samer Afach
e5fc25bbe8 Fixed a few warnings about signed and unsigned comparison. 2018-05-19 16:29:12 +02:00
Arun M
2cb65f231a Expects the two arrays in file base64.cpp to be in double curly braces on Linux 2018-05-02 21:26:23 +05:30
Arun M
27e73646ae Fixed the copyright permission on all source 2017-12-27 15:56:23 +05:30
Arun M
e5eb28716a Added copyright header 2017-12-27 15:39:38 +05:30
Arun M
9e69389caf Added decode error codes and exceptions 2017-12-04 13:17:48 +05:30
Arun M
2290c8733a Im provements in base64.hpp 2017-11-22 15:00:47 +05:30
Arun M
81e6b2392e Verification 2017-11-20 00:38:55 +05:30
Arun M
796abd6e65 Implement verify. Part 1 2017-11-09 23:42:04 +05:30
Arun M
8277e2cbd3 JWT encoding 2017-11-05 12:31:32 +05:30
Arun M
e7d52450d6 Payload data type addded 2017-11-04 19:21:46 +05:30
Arun M
3e867d77f1 JWT header impl 2017-11-01 17:04:09 +05:30
Arun M
b55cbe49c4 Base64 encoder decoder + Stack allocator 2017-10-27 23:21:52 +05:30