- 05 Apr, 2024 - 1 commit
-
-
Ghislain MARY authored
-
- 11 Feb, 2022 - 1 commit
-
-
jehan authored
-
- 08 Oct, 2021 - 1 commit
-
-
François Grisez authored
-
- 27 Jul, 2021 - 1 commit
-
-
François Grisez authored
Add include dirs in INTERFACE_INCLUDE_DIRECTORIES property of 'jose' target See merge request !2
-
- 26 Jul, 2021 - 1 commit
-
-
François Grisez authored
-
- 04 May, 2020 - 1 commit
-
-
Simon Morlat authored
-
- 25 Jan, 2019 - 1 commit
-
-
Peio Rigaux authored
-
- 27 Nov, 2018 - 2 commits
-
-
Ronan authored
- 13 Jun, 2018 - 7 commits
- 11 Jun, 2018 - 1 commit
-
-
Ronan authored
-
- 26 Oct, 2017 - 1 commit
-
-
Nathaniel McCallum authored
Fixes: #45
-
- 29 Sep, 2017 - 3 commits
-
-
Nathaniel McCallum authored
-
Nathaniel McCallum authored
-
Nathaniel McCallum authored
-
- 27 Sep, 2017 - 1 commit
-
-
Nathaniel McCallum authored
The page was already written but was not being properly installed.
-
- 18 Sep, 2017 - 3 commits
-
-
Nathaniel McCallum authored
This allows compilation using mingw.
-
Nathaniel McCallum authored
The previous functions aren't portable.
-
Nathaniel McCallum authored
This function is deprecated and doesn't work on some platforms. Note that the current implementation for Windows is incomplete.
-
- 05 Jul, 2017 - 1 commit
-
-
Javier Martinez Canillas authored
The jcmd_opt_set_jwkt() function calls json_loads() to decode the JSON passed using the -i option. This function returns NULL on error and in this case is attempted to first get the JSON from either the standard input or a file. But it's never checked again if one of those succeeded, so an invalid JSON passed to jose jwk {gen,exc} leads to a NULL pointer dereference: $ jose jwk gen -i '{"kty":"oct",,"bytes":32}' -o oct.jwk Segmentation fault (core dumped) Signed-off-by:
Javier Martinez Canillas <javierm@redhat.com>
-
- 29 Jun, 2017 - 1 commit
-
-
Nathaniel McCallum authored
Thanks Cedric Buissart <cbuissar@redhat.com>!
-
- 16 Jun, 2017 - 7 commits
-
-
Nathaniel McCallum authored
-
Nathaniel McCallum authored
-
Nathaniel McCallum authored
-
Nathaniel McCallum authored
-
Nathaniel McCallum authored
Thanks to Homebrew accepting the jose formula, we have uncovered some issues running tests on older macOS installs. We now test on these older macOS versions and fix the testing issues.
-
Nathaniel McCallum authored
This fixes a bug discovered with the previously committed test as well as some basic cleanup for readability.
-
Nathaniel McCallum authored
This test presumes that our encoder works. From there it generates every possible input to the encoder and tracks the outputs that occur. Then it generates every possible value to the decoder and checks each against the valid value table to determine if the decoder should succeed or fail. This is essentially a brute force proof that the decoder works for every possible value. Thanks to OpenMP we can do this in parallel without much effort. Unfortunately, this still takes a lot of time to test (~5-6 minutes on my system). This test is fully enabled where OpenMP is found and not disabled (--disable-openmp). On other systems, it only runs a partial test. Due to resource constraints, we only run the short version on TravisCI.
-
- 14 Jun, 2017 - 4 commits
-
-
Nathaniel McCallum authored
-
Nathaniel McCallum authored
-
Nathaniel McCallum authored
-
Nathaniel McCallum authored
-
- 12 Jun, 2017 - 2 commits
-
-
Nathaniel McCallum authored
-
Nathaniel McCallum authored
This might expose key material to other processes. So we have to rely on IO.
-