[HTTP] Stub some certificate stuff

This commit is contained in:
wheremyfoodat 2023-08-20 17:50:53 +03:00
parent 82ded962d0
commit 41ef4ad540
2 changed files with 30 additions and 0 deletions

View file

@ -12,7 +12,9 @@ class HTTPService {
bool initialized = false;
// Service commands
void createRootCertChain(u32 messagePointer);
void initialize(u32 messagePointer);
void rootCertChainAddDefaultCert(u32 messagePointer);
public:
HTTPService(Memory& mem) : mem(mem) {}