1
0
cuberite-2a/src/mbedTLS++
peterbell10 a4dbb5c582
Prefer static_cast to reinterpret_cast (#4223)
* Change reinterpret_cast -> static_cast wherever possible
* Remove more unnecessary `const_cast`s.

reinterpret_casts should be avoided for the same reason as c-style casts - they don't do any type-checking. reinterpret_cast was mainly being used for down-casting in inheritance hierarchies but static_cast works just as well while also making sure that there is actually an inheritance relationship there.
2018-05-02 08:50:36 +01: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 Prefer static_cast to reinterpret_cast (#4223) 2018-05-02 08:50:36 +01: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
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
CMakeLists.txt Add the fmt library (#4065) 2018-01-03 17:41:16 +00:00
CryptoKey.cpp Prefer static_cast to reinterpret_cast (#4223) 2018-05-02 08:50:36 +01:00
CryptoKey.h Removed UTF-8 BOM (#4033) 2017-09-19 10:34:08 +02:00
CtrDrbgContext.cpp Prefer static_cast to reinterpret_cast (#4223) 2018-05-02 08:50:36 +01: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 Deal with covered switches consistently (#4161) 2018-02-04 23:07:12 +00:00
SslConfig.h Update mbedtls to 2.5.1 (#3964) 2017-08-30 15:00:06 +01:00
SslContext.cpp Prefer static_cast to reinterpret_cast (#4223) 2018-05-02 08:50:36 +01:00
SslContext.h Prefer static_cast to reinterpret_cast (#4223) 2018-05-02 08:50:36 +01:00
X509Cert.cpp Prefer static_cast to reinterpret_cast (#4223) 2018-05-02 08:50:36 +01:00
X509Cert.h Fixed webadmin certificate reading. 2017-09-19 19:44:30 +02:00