Reece Wilson
d68fc7fc91
[+] ByteBuffer::GetNextLinearWrite() [-] ByteBuffer::WriterTryGetWriteHeadFor [+] ITLSPrivateKeyPair [+] ITLSContext::GetFatalErrorCodeAsString() [+] Begin to add certificate chains [*] Clean up TLS
20 lines
412 B
C++
20 lines
412 B
C++
/***
|
|
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
File: TLS.hpp
|
|
Date: 2022-8-24
|
|
Author: Reece
|
|
***/
|
|
#pragma once
|
|
|
|
#include "../Protocol/Protocol.hpp"
|
|
#include "ICertificateChain.hpp"
|
|
#include "IPinCertificate.hpp"
|
|
#include "TLSPrivateKeyPair.hpp"
|
|
#include "ITLSPrivateKeyPair.hpp"
|
|
#include "ITLSContext.hpp"
|
|
#include "TLSCipherSuites.hpp"
|
|
|
|
namespace Aurora::IO::TLS
|
|
{
|
|
} |