aboutsummaryrefslogtreecommitdiff
path: root/libs/jose/patches
Commit message (Collapse)AuthorAge
* Revert "jose: fix static library usage"Rosen Penev2022-09-25
| | | | | | This reverts commit c61b70918b6c10f6fd726b098474736a7e0ae9cd. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* jose: fix static library usageRosen Penev2022-09-18
| | | | | | | When libjose is built statically, it must use --whole-archive as it uses GCC's constructor attribute to initialize itself. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* jose: update to 11Rosen Penev2021-06-02
| | | | | | Reorganized Makefile slightly for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* jose: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-04-20
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* jose: Add Makefile for v10Tibor Dudlák2019-04-03
Jose is acommand line utility for performing various tasks on JSON Object Signing and Encryption (JOSE) objects. José provides a full crypto stack including key generation, signing and encryption. Added: https://github.com/latchset/jose/commit/198f7207427ad7f569aa3592ea16e2bb400db040 Signed-off-by: Tibor Dudlák <tibor.dudlak@gmail.com>