1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/tls/openssl
Andy Green 4db2ff872b cose: keys and signing + validation
Support for COSE keys and signing / validation

 - lws_cose_key_t and import / export / generation apis for EC / RSA / SYMMETRIC

 - cose_sign1 ES256/384/512,RS256/384/512 sign + validate, passes RFC8152 WG tests sign1-tests
 - cose_sign  ES256/384/512,RS256/384/512 sign + validate, passes RFC8152 WG tests sign-tests
 - cose_mac0  HS256/HS256_64/384/512      sign + validate, passes RFC8152 WG tests hmac-examples
 - cose_mac   HS256/HS256_64/384/512             validate, passes RFC8152 WG tests hmac-examples

 - lws-crypto-cose-key commandline tool for key / key set dumping and
   creation
 - lws-crypro-cose-sign commandline tool for signing / validation

 - lws-api-test-cose - large number of test vectors and tests from RFC8152
2021-08-31 05:45:35 +01:00
..
lws-genaes.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
lws-gencrypto.c private.h: rename to contain dir 2019-08-15 10:49:52 +01:00
lws-genec.c cose: keys and signing + validation 2021-08-31 05:45:35 +01:00
lws-genhash.c cose: keys and signing + validation 2021-08-31 05:45:35 +01:00
lws-genrsa.c cose: keys and signing + validation 2021-08-31 05:45:35 +01:00
openssl-client.c openssl: manage _GNU_SOURCE better 2021-07-08 06:22:47 +01:00
openssl-server.c opensslv3: handle deprecation of EC apis 2021-02-17 11:39:15 +00:00
openssl-session.c tls: client: session cache synthetic cb 2021-04-29 20:03:41 +01:00
openssl-ssl.c windows: tls: make sure we are telling correct errno 2021-07-20 10:34:03 +01:00
openssl-tls.c logs: log contexts 2021-07-01 05:20:53 +01:00
openssl-x509.c tls: mbedtls-3 2021-07-13 13:22:50 +01:00
private-lib-tls-openssl.h mbedtls: session cache and resume 2021-04-04 05:44:08 +01:00