summaryrefslogtreecommitdiff
path: root/src/lib/tests/auth_test.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: Use ecdsa_with_SHA-256 signatures in auth_testbeDimitri Staessens20 hours1-51/+50
| | | | | | | | Older versions of openssl don't seem to like certificates signed with ecdsa_with_SHA3-256. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
* lib: Add authentication functionsDimitri Staessens27 hours1-0/+571
Adds functions needed for authentication using X509 certificates, implemented using OpenSSL. Refactors some library internals, and adds some unit tests for them. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>