Sergey V. Lobanov 6bfc8bb4a3 utils/px5g-wolfssl: make selfsigned certicates compatible with chromium
Chromium based web-browsers (version >58) checks x509v3 extended attributes.
If this check fails then chromium does not allow to click "Proceed to ...
(unsafe)" link. This patch add three x509v3 extended attributes to self-signed
certificate:
1. SAN (Subject Alternative Name) (DNS Name) = CN (common name)
2. Key Usage = Digital Signature, Non Repudiation, Key Encipherment
3. Extended Key Usage = TLS Web Server Authentication

SAN will be added only if CONFIG_WOLFSSL_ALT_NAMES=y

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2021-12-29 22:55:16 +01:00
..
2019-12-23 00:22:07 +01:00
2021-10-05 20:59:32 +02:00
2019-10-19 12:49:11 +02:00
2019-08-16 22:53:06 +02:00
2020-08-30 22:18:35 +02:00
2021-12-13 13:48:08 +01:00
2020-08-31 10:19:31 +01:00
2021-10-31 13:02:49 +00:00
2021-10-25 23:08:42 +02:00
2021-08-08 19:50:46 +02:00