├── CHANGES.md ├── Delphinus.Info.json ├── Delphinus.Install.json ├── Demo ├── Project4.dpr ├── Project4.dproj ├── SChannelSocketRequest.pas ├── Unit2.dfm └── Unit2.pas ├── Enable TLS 1.1 and 1.2 for W7.reg ├── LICENSE ├── Packages ├── SChannel_XE2.dpk ├── SChannel_XE2.dproj ├── SChannel_XE2_ICS.dpk └── SChannel_XE2_ICS.dproj ├── README.md ├── Source ├── SChannel.IcsWSocket.pas ├── SChannel.JwaBaseTypes.pas ├── SChannel.JwaSChannel.pas ├── SChannel.JwaSspi.pas ├── SChannel.JwaWinCrypt.pas ├── SChannel.JwaWinError.pas ├── SChannel.SyncHandshake.pas └── SChannel.Utils.pas └── docs ├── autolink-excl ├── docs ├── AllClasses.html ├── AllConstants.html ├── AllFunctions.html ├── AllIdentifiers.html ├── AllTypes.html ├── AllUnits.html ├── AllVariables.html ├── ClassHierarchy.html ├── SChannel.IcsWSocket.TSChannelWSocket.html ├── SChannel.IcsWSocket.html ├── SChannel.SyncHandshake.EHandshakeCommError.html ├── SChannel.SyncHandshake.html ├── SChannel.Utils.ESSPIError.html ├── SChannel.Utils.ISharedSessionCreds.html ├── SChannel.Utils.TBaseTLSOptions.html ├── SChannel.Utils.TBuffer.html ├── SChannel.Utils.TDefaultDebugFnHoster.html ├── SChannel.Utils.THandShakeData.html ├── SChannel.Utils.TSessionCreds.html ├── SChannel.Utils.TSessionData.html ├── SChannel.Utils.TTrustedCerts.html ├── SChannel.Utils.html ├── automated.gif ├── index.html ├── legend.html ├── pasdoc.css ├── private.gif ├── protected.gif ├── public.gif └── published.gif ├── index.html └── pasdoc.opt /CHANGES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/CHANGES.md -------------------------------------------------------------------------------- /Delphinus.Info.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/Delphinus.Info.json -------------------------------------------------------------------------------- /Delphinus.Install.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/Delphinus.Install.json -------------------------------------------------------------------------------- /Demo/Project4.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/Demo/Project4.dpr -------------------------------------------------------------------------------- /Demo/Project4.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/Demo/Project4.dproj -------------------------------------------------------------------------------- /Demo/SChannelSocketRequest.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/Demo/SChannelSocketRequest.pas -------------------------------------------------------------------------------- /Demo/Unit2.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/Demo/Unit2.dfm -------------------------------------------------------------------------------- /Demo/Unit2.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/Demo/Unit2.pas -------------------------------------------------------------------------------- /Enable TLS 1.1 and 1.2 for W7.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/Enable TLS 1.1 and 1.2 for W7.reg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/LICENSE -------------------------------------------------------------------------------- /Packages/SChannel_XE2.dpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/Packages/SChannel_XE2.dpk -------------------------------------------------------------------------------- /Packages/SChannel_XE2.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/Packages/SChannel_XE2.dproj -------------------------------------------------------------------------------- /Packages/SChannel_XE2_ICS.dpk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/Packages/SChannel_XE2_ICS.dpk -------------------------------------------------------------------------------- /Packages/SChannel_XE2_ICS.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/Packages/SChannel_XE2_ICS.dproj -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/README.md -------------------------------------------------------------------------------- /Source/SChannel.IcsWSocket.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/Source/SChannel.IcsWSocket.pas -------------------------------------------------------------------------------- /Source/SChannel.JwaBaseTypes.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/Source/SChannel.JwaBaseTypes.pas -------------------------------------------------------------------------------- /Source/SChannel.JwaSChannel.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/Source/SChannel.JwaSChannel.pas -------------------------------------------------------------------------------- /Source/SChannel.JwaSspi.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/Source/SChannel.JwaSspi.pas -------------------------------------------------------------------------------- /Source/SChannel.JwaWinCrypt.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/Source/SChannel.JwaWinCrypt.pas -------------------------------------------------------------------------------- /Source/SChannel.JwaWinError.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/Source/SChannel.JwaWinError.pas -------------------------------------------------------------------------------- /Source/SChannel.SyncHandshake.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/Source/SChannel.SyncHandshake.pas -------------------------------------------------------------------------------- /Source/SChannel.Utils.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/Source/SChannel.Utils.pas -------------------------------------------------------------------------------- /docs/autolink-excl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/autolink-excl -------------------------------------------------------------------------------- /docs/docs/AllClasses.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/AllClasses.html -------------------------------------------------------------------------------- /docs/docs/AllConstants.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/AllConstants.html -------------------------------------------------------------------------------- /docs/docs/AllFunctions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/AllFunctions.html -------------------------------------------------------------------------------- /docs/docs/AllIdentifiers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/AllIdentifiers.html -------------------------------------------------------------------------------- /docs/docs/AllTypes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/AllTypes.html -------------------------------------------------------------------------------- /docs/docs/AllUnits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/AllUnits.html -------------------------------------------------------------------------------- /docs/docs/AllVariables.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/AllVariables.html -------------------------------------------------------------------------------- /docs/docs/ClassHierarchy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/ClassHierarchy.html -------------------------------------------------------------------------------- /docs/docs/SChannel.IcsWSocket.TSChannelWSocket.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/SChannel.IcsWSocket.TSChannelWSocket.html -------------------------------------------------------------------------------- /docs/docs/SChannel.IcsWSocket.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/SChannel.IcsWSocket.html -------------------------------------------------------------------------------- /docs/docs/SChannel.SyncHandshake.EHandshakeCommError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/SChannel.SyncHandshake.EHandshakeCommError.html -------------------------------------------------------------------------------- /docs/docs/SChannel.SyncHandshake.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/SChannel.SyncHandshake.html -------------------------------------------------------------------------------- /docs/docs/SChannel.Utils.ESSPIError.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/SChannel.Utils.ESSPIError.html -------------------------------------------------------------------------------- /docs/docs/SChannel.Utils.ISharedSessionCreds.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/SChannel.Utils.ISharedSessionCreds.html -------------------------------------------------------------------------------- /docs/docs/SChannel.Utils.TBaseTLSOptions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/SChannel.Utils.TBaseTLSOptions.html -------------------------------------------------------------------------------- /docs/docs/SChannel.Utils.TBuffer.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/SChannel.Utils.TBuffer.html -------------------------------------------------------------------------------- /docs/docs/SChannel.Utils.TDefaultDebugFnHoster.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/SChannel.Utils.TDefaultDebugFnHoster.html -------------------------------------------------------------------------------- /docs/docs/SChannel.Utils.THandShakeData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/SChannel.Utils.THandShakeData.html -------------------------------------------------------------------------------- /docs/docs/SChannel.Utils.TSessionCreds.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/SChannel.Utils.TSessionCreds.html -------------------------------------------------------------------------------- /docs/docs/SChannel.Utils.TSessionData.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/SChannel.Utils.TSessionData.html -------------------------------------------------------------------------------- /docs/docs/SChannel.Utils.TTrustedCerts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/SChannel.Utils.TTrustedCerts.html -------------------------------------------------------------------------------- /docs/docs/SChannel.Utils.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/SChannel.Utils.html -------------------------------------------------------------------------------- /docs/docs/automated.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/automated.gif -------------------------------------------------------------------------------- /docs/docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/index.html -------------------------------------------------------------------------------- /docs/docs/legend.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/legend.html -------------------------------------------------------------------------------- /docs/docs/pasdoc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/pasdoc.css -------------------------------------------------------------------------------- /docs/docs/private.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/private.gif -------------------------------------------------------------------------------- /docs/docs/protected.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/protected.gif -------------------------------------------------------------------------------- /docs/docs/public.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/public.gif -------------------------------------------------------------------------------- /docs/docs/published.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/docs/published.gif -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/pasdoc.opt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fr0sT-Brutal/Delphi_SChannelTLS/HEAD/docs/pasdoc.opt --------------------------------------------------------------------------------