Andy Green
5b780b85b5
COV225132: check if no JOSE alg
...
In the cases where an alg was expected, make sure it
came.
2019-09-22 09:35:07 -07:00
Andy Green
d7f0521aeb
private.h: rename to contain dir
...
Having unique private header names is a requirement of a particular
platform build system it's desirable to work with
2019-08-15 10:49:52 +01:00
Andy Green
26319663f7
license: switch LGPLv2.1+SLE parts to MIT
2019-08-14 10:44:38 +01:00
Andy Green
38fb0e31da
lws_struct
...
lws_struct JSON + sqlite3 serializer and deserializer
See READMEs/README.lws_struct.md
2019-04-06 06:08:47 +08:00
Andy Green
043700a4b0
optee: remove build system
2019-01-15 06:59:48 +08:00
Andy Green
0adc845507
lws-x509: validation functions
2018-12-31 20:35:54 +08:00
Andy Green
21889b53f7
ecdh-es
...
Mainly JWE support for ecdh-es and initial refactor to support multiple
recipients / signatures.
2018-12-27 06:45:32 +08:00
Andy Green
eda102e397
jwe
2018-12-27 06:45:32 +08:00
Andy Green
a3dcc95471
genec: generic ECDH crypto layer
...
!!! WIP
This implements the "genec" layer wrapping mbedtls + openssl
ECDH support.
API tests are added for the parts that are implemented so far.
Stuff related to ec at all, like keys, are prefixed lws_genec_.
Stuff specific to ECDH are prefixed lws_genecdh_.
2018-12-27 06:45:31 +08:00
Andy Green
47e14ba34b
genrsa: add OAEP and PSS and convert openssl to EVP
...
Wanting PSS padding on signatures triggers and avalanche of
openssl EVP conversions as the only way to do it with the
openssl public apis.
2018-12-27 06:45:31 +08:00
Andy Green
440dacc992
JOSE: refactor and prepare for JWE
...
Until now the JOSE pieces only had enough support for ACME.
This patch improves the JWK parsing to prepare for more
complete support and for adding JWE, genaes and genec in
later patches.
2018-12-27 06:45:31 +08:00