tunnelkit/TunnelKit/Sources/Core
Davide De Rosa 037f08ed62 Retry auth once without local options
Hack around picky server implementations.

Fixes #95
2019-05-01 11:14:52 +02:00
..
Allocation.h Update copyright 2019-03-09 11:44:18 +01:00
Allocation.m Wrap minilzo into dynamic Obj-C plugin 2019-03-19 15:12:46 +01:00
BidirectionalState.swift Update copyright 2019-03-09 11:44:18 +01:00
CompressionAlgorithmNative.h Parse compression from several places 2019-03-19 15:14:29 +01:00
CompressionFramingNative.h Update copyright 2019-03-09 11:44:18 +01:00
ConfigurationError.swift Rename OptionsError to ConfigurationError 2019-04-04 18:51:06 +02:00
ConfigurationParser.swift Extend handling of redirect-gateway flags 2019-04-27 22:55:20 +02:00
ControlChannel.swift Update copyright 2019-03-09 11:44:18 +01:00
ControlChannelSerializer.swift Set tls-auth/crypt timestamp once 2019-04-23 23:07:32 +02:00
ControlPacket.h Update copyright 2019-03-09 11:44:18 +01:00
ControlPacket.m Update copyright 2019-03-09 11:44:18 +01:00
CoreConfiguration.swift Resend PUSH_REQUEST every 2 seconds 2019-04-16 23:43:33 +02:00
Crypto.h Update copyright 2019-03-09 11:44:18 +01:00
CryptoAEAD.h Update copyright 2019-03-09 11:44:18 +01:00
CryptoAEAD.m Compress/decompress LZO data packets 2019-03-19 15:14:27 +01:00
CryptoBox.h Update copyright 2019-03-09 11:44:18 +01:00
CryptoBox.m Update copyright 2019-03-09 11:44:18 +01:00
CryptoCBC.h Update copyright 2019-03-09 11:44:18 +01:00
CryptoCBC.m Compress/decompress LZO data packets 2019-03-19 15:14:27 +01:00
CryptoCTR.h Update copyright 2019-03-09 11:44:18 +01:00
CryptoCTR.m Update copyright 2019-03-09 11:44:18 +01:00
CryptoContainer.swift Parse basic options in OptionsBundle 2019-04-03 13:19:16 +02:00
CryptoMacros.h Update copyright 2019-03-09 11:44:18 +01:00
DNS.h Read system-wide DNS servers 2019-04-25 16:36:16 +02:00
DNS.m Read system-wide DNS servers 2019-04-25 16:36:16 +02:00
Data+Manipulation.swift Fix retarded Swift pointer API somehow 2019-03-30 23:18:45 +01:00
DataPath.h Parse compression from several places 2019-03-19 15:14:29 +01:00
DataPath.m Handle LZO compression in --compress framing 2019-03-20 09:04:27 +01:00
DataPathCrypto.h Compress/decompress LZO data packets 2019-03-19 15:14:27 +01:00
EndpointProtocol.swift Update copyright 2019-03-09 11:44:18 +01:00
Errors.h Wrap minilzo into dynamic Obj-C plugin 2019-03-19 15:12:46 +01:00
Errors.m Update copyright 2019-03-09 11:44:18 +01:00
IOInterface.swift Update copyright 2019-03-09 11:44:18 +01:00
LZO.h Wrap minilzo into dynamic Obj-C plugin 2019-03-19 15:12:46 +01:00
LZO.m Wrap minilzo into dynamic Obj-C plugin 2019-03-19 15:12:46 +01:00
LinkInterface.swift Update copyright 2019-03-09 11:44:18 +01:00
MSS.h Update copyright 2019-03-09 11:44:18 +01:00
MSS.m Update copyright 2019-03-09 11:44:18 +01:00
NSRegularExpression+Shortcuts.swift Update copyright 2019-03-09 11:44:18 +01:00
Packet.swift Convert PacketSteram to Obj-C 2019-04-25 12:42:29 +02:00
PacketMacros.h Compress/decompress LZO data packets 2019-03-19 15:14:27 +01:00
PacketMacros.m Update copyright 2019-03-09 11:44:18 +01:00
PacketStream.h Convert PacketSteram to Obj-C 2019-04-25 12:42:29 +02:00
PacketStream.m Convert PacketSteram to Obj-C 2019-04-25 12:42:29 +02:00
ProtocolMacros.swift Update copyright 2019-03-09 11:44:18 +01:00
ReplayProtector.h Update copyright 2019-03-09 11:44:18 +01:00
ReplayProtector.m Update copyright 2019-03-09 11:44:18 +01:00
SecureRandom.swift Fix retarded Swift pointer API somehow 2019-03-30 23:18:45 +01:00
SessionError.swift Shut down when no IPv4/6 routing available 2019-04-19 09:45:15 +02:00
SessionProxy+Authenticator.swift Retry auth once without local options 2019-05-01 11:14:52 +02:00
SessionProxy+CompressionAlgorithm.swift Parse compression from several places 2019-03-19 15:14:29 +01:00
SessionProxy+CompressionFraming.swift Update copyright 2019-03-09 11:44:18 +01:00
SessionProxy+Configuration.swift Fix mutable SessionProxy.Configuration 2019-05-01 11:14:38 +02:00
SessionProxy+EncryptionBridge.swift Fix malformed key generation message 2019-04-13 23:55:18 +02:00
SessionProxy+PIA.swift Update copyright 2019-03-09 11:44:18 +01:00
SessionProxy+SessionKey.swift Update copyright 2019-03-09 11:44:18 +01:00
SessionProxy+SessionReply.swift Merge OptionsBundle into Configuration 2019-04-04 18:51:06 +02:00
SessionProxy+TLSWrap.swift Update copyright 2019-03-09 11:44:18 +01:00
SessionProxy.swift Retry auth once without local options 2019-05-01 11:14:52 +02:00
SocketType.swift Update copyright 2019-03-09 11:44:18 +01:00
StaticKey.swift Add keydir to local options 2019-04-20 17:20:45 +02:00
TLSBox.h Implement RSA privkey decryption via OpenSSL 2019-03-25 18:45:00 +01:00
TLSBox.m Decrypt generic EVP private key 2019-04-27 10:54:32 +02:00
TunnelInterface.swift Update copyright 2019-03-09 11:44:18 +01:00
ZeroingData.h Update copyright 2019-03-09 11:44:18 +01:00
ZeroingData.m Update copyright 2019-03-09 11:44:18 +01:00
ZeroingData.swift Fix malformed key generation message 2019-04-13 23:55:18 +02:00
module.modulemap Read system-wide DNS servers 2019-04-25 16:36:16 +02:00