index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
PolarSSL++
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-08-12
Fix old style casts and implicit conversions
Matti Hänninen
1
-3
/
+3
2015-05-28
Fix comments
tycho
1
-2
/
+2
2015-05-24
Made -Weverything an error.
tycho
7
-15
/
+19
2015-05-23
Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher.
Lukas Pioch
1
-3
/
+3
2015-05-23
Close Ssl Socket on destroy
Tiger Wang
1
-0
/
+5
2015-05-21
Added Equifax root CA.
Mattes D
1
-1
/
+1
2015-05-19
Don't verify certificate
worktycho
1
-1
/
+1
2015-05-19
Fixed some more warnings
tycho
1
-1
/
+1
2015-05-02
Update submodules
Tiger Wang
1
-1
/
+1
2015-02-14
SslContext: Turned debug messages off.
Mattes D
1
-1
/
+1
2015-02-12
PolarSSL++: Fixed debugging output.
Mattes D
1
-0
/
+3
2015-02-12
LuaAPI: Added client TLS support for TCP links.
Mattes D
1
-1
/
+1
2015-01-27
BlockingSslClientSocket: Migrated to cNetwork API.
Mattes D
3
-15
/
+198
2014-10-23
En masse NULL -> nullptr replace
Tiger Wang
4
-10
/
+10
2014-10-20
En masse NULL -> nullptr replace
Tiger Wang
4
-10
/
+10
2014-08-21
Added initializers for class members.
Mattes D
1
-0
/
+1
2014-07-19
CMakeLists: Moved Bindings-specific code to subdir
archshift
1
-5
/
+7
2014-07-17
Normalized comments.
madmaxoft
1
-1
/
+1
2014-06-04
Removed unused field test
worktycho
1
-1
/
+0
2014-06-04
Initialise m_Callbacks field to NULL in empty constructor.
worktycho
1
-1
/
+2
2014-05-10
Client cert is not requested.
Mattes D
1
-1
/
+1
2014-05-01
Fixed warning in cCallbackSslContext::cDataCallbacks.
madmaxoft
1
-0
/
+3
2014-05-01
cSslContext has virtual destructor now.
madmaxoft
1
-1
/
+1
2014-05-01
Renamed PublicKey to CryptoKey in CMakeLists.txt
Mattes D
1
-3
/
+2
2014-05-01
Renamed cPublicKey to cCryptoKey.
madmaxoft
5
-30
/
+29
2014-05-01
Added a (disabled) test of low-security ciphersuites.
madmaxoft
1
-0
/
+12
2014-05-01
Fixed BufferedSslContext's buffer reading and writing.
madmaxoft
1
-2
/
+2
2014-05-01
cSslContext supports setting own cert / privkey.
madmaxoft
5
-7
/
+187
2014-05-01
Added cBufferedSslContext implementation.
madmaxoft
1
-0
/
+31
2014-04-29
Moved the rest of the Crypto objects into their own respective files.
madmaxoft
7
-18
/
+451
2014-04-29
Moved cPublicKey to its separate file in PolarSSL++.
madmaxoft
4
-0
/
+124
2014-04-29
Added missing initialization.
madmaxoft
1
-2
/
+5
2014-04-29
Moved cRsaPrivateKey to PolarSSL++, rewritten using existing objects.
madmaxoft
4
-3
/
+239
2014-04-28
Added a debug cert printing function.
madmaxoft
2
-0
/
+65
2014-04-27
Reordered constructors.
madmaxoft
1
-2
/
+2
2014-04-27
Fixed a late-night typo.
madmaxoft
1
-2
/
+2
2014-04-27
PolarSSL wrappers for the SSL context.
madmaxoft
10
-5
/
+847
2014-04-24
Replaced MSVC-specific decorators with our universal ones.
madmaxoft
2
-2
/
+2
2014-04-24
Fixed filename case.
madmaxoft
1
-1
/
+1
2014-04-24
Attempted CMake inclusion for PolarSSL++.
madmaxoft
1
-0
/
+17
2014-04-24
Initial C++ SSL classes.
madmaxoft
6
-0
/
+244