- Sep 20, 2017
-
-
Erwin Jansen authored
- Using openssl on mac is not straightforward. We now explictly set the homebrew path to /usr/local/opt/openssl@1.1 - Updated documentation to reflect change of homebrew install requirement.
-
Erwin Jansen authored
Update for OpenSSL 1.1.0
-
- Sep 08, 2017
-
-
Dan authored
-
- Jul 19, 2017
-
-
Erwin Jansen authored
Thank you so much!
-
Martin Dederer authored
-
Martin Dederer authored
-
- Jun 28, 2017
-
-
Erwin Jansen authored
Adds windows build support
-
- Jun 27, 2017
-
-
Pavel Pavlov authored
-
- Feb 14, 2017
-
-
Erwin Jansen authored
-
- Apr 29, 2016
-
-
Erwin Jansen authored
- Fixed overflow / underflow checks - Small fixes related to type - Added documentation for KID/ISS claim issues one could encounter. - Added documentation on keeping keys in memory.
-
Erwin Jansen authored
- Add a set of unit tests - Fix a set of small bugs
-
- Nov 10, 2015
-
-
Erwin Jansen authored
- Moved all headers to a single location so they can be installed - Removed C++11 extensions from headers - Seperated out public/private headers - Added doxygen - Updates and adds documentation - Fixed some memory leaks - Updated samples
-
- Jul 22, 2015
-
-
Erwin Jansen authored
-
- Jul 21, 2015
-
-
Erwin Jansen authored
- Cleaned up the validator code - Added set & kid validator - Updated unit tests - Removed jwsverifier. - Added exceptions for parse errors.
-
- Jul 18, 2015
-
-
Erwin Jansen authored
- Minimal support for JWE - Support for RS256, RS384, RS512 - Cleanup of claim verifiers - Factory to produce claim verifiers from json description
-
- Jul 15, 2015
-
-
Erwin Jansen authored
-
- Jul 10, 2015
-
-
Erwin Jansen authored
- Added some additional tests. - Removed some unneeded code.
-
- Jul 09, 2015
-
-
Erwin Jansen authored
-
Erwin Jansen authored
-
Erwin Jansen authored
git-subtree-dir: ext/jansson git-subtree-split: fef27e6d3efa755a75888db1167f34fa80695b9e
-
Erwin Jansen authored
- We can now sign & verify JWT's. Only none, HS256, HS384, HS512 supported - A set of claim validators to validate the JWTs - Adds a set of unit tests to validate - Adds support code coverage - Adds support for lint - Valgrind reports no memory leaks JIRA: SEC-14818
-
- Jul 08, 2015
-
-
Erwin Jansen authored
- Implements JWT validation spec with JWS - Only minimal cipher support (HS256, HS384, HS512, none) - Only exp, iat, nbf check - Set of unit tests to validate implementation JIRA: SEC-14839
-
- Jul 06, 2015
-
-
Erwin Jansen authored
-
Erwin Jansen authored
-
Erwin Jansen authored
-
- Jul 02, 2015
-
-
Erwin Jansen authored
-