mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 20:47:09 +02:00
begin implementing
This commit is contained in:
parent
3a9c92ecb2
commit
ee9828a8b6
3 changed files with 91 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <openssl/bio.h>
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/pem.h>
|
||||
#include <openssl/rand.h>
|
||||
#include <openssl/ts.h>
|
||||
#include <openssl/bn.h>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue