|
iso14229 0.9.0
ISO14229-1 (UDS) C Library
|
UDS server demonstrating Security Access (0x27) More...
#include "iso14229.h"#include <stdint.h>#include <stdio.h>#include <stdlib.h>#include <errno.h>#include <signal.h>#include <sys/time.h>#include <sys/types.h>#include <time.h>#include <mbedtls/config.h>#include <mbedtls/platform.h>#include <mbedtls/pk.h>#include <mbedtls/rsa.h>#include <mbedtls/sha256.h>#include <mbedtls/error.h>
Go to the source code of this file.
Functions | |
| void | sigint_handler (int signum) |
| int | rsa_verify (const uint8_t *key, size_t key_len, bool *valid) |
| int | main (int ac, char **av) |
UDS server demonstrating Security Access (0x27)
Definition in file server.c.
| int rsa_verify | ( | const uint8_t * | key, |
| size_t | key_len, | ||
| bool * | valid | ||
| ) |