1
0
Fork 0
cuberite-2a/src/mbedTLS++
peterbell10 757231cc6e
Add the fmt library (#4065)
* Replaces AppendVPrintf with fmt::sprintf
* fmt::ArgList now used as a type safe alternative to varargs.
* Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu.
* Adds FLOG functions to log with fmt's native formatting style.
2018-01-03 17:41:16 +00:00
..
AesCfb128Decryptor.cpp Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
AesCfb128Decryptor.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
AesCfb128Encryptor.cpp Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
AesCfb128Encryptor.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
BlockingSslClientSocket.cpp Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
BlockingSslClientSocket.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
BufferedSslContext.cpp Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
BufferedSslContext.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
CMakeLists.txt Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
CallbackSslContext.cpp Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
CallbackSslContext.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
CryptoKey.cpp Fixed webadmin certificate reading. 2017-09-19 19:44:30 +02:00
CryptoKey.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
CtrDrbgContext.cpp Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
CtrDrbgContext.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
EntropyContext.cpp Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
EntropyContext.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
ErrorCodes.h Update mbedtls to 2.5.1 (#3964) 2017-08-30 15:00:06 +01:00
RsaPrivateKey.cpp Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
RsaPrivateKey.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
Sha1Checksum.cpp Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
Sha1Checksum.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
SslConfig.cpp Update mbedtls to 2.5.1 (#3964) 2017-08-30 15:00:06 +01:00
SslConfig.h Update mbedtls to 2.5.1 (#3964) 2017-08-30 15:00:06 +01:00
SslContext.cpp Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
SslContext.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
X509Cert.cpp Fixed webadmin certificate reading. 2017-09-19 19:44:30 +02:00
X509Cert.h Fixed webadmin certificate reading. 2017-09-19 19:44:30 +02:00