Davide De Rosa
|
66864da51b
|
Default to no keep-alive if unset
For consistency with other optional flags.
Updates #20
|
2018-09-08 12:56:40 +02:00 |
Davide De Rosa
|
582ef4875d
|
Move default pingInterval to constructor
Use CoreConfiguration only within Core.
|
2018-09-08 00:00:07 +02:00 |
Davide De Rosa
|
1fbfe5b844
|
Document genericName method
|
2018-09-06 11:16:48 +02:00 |
Davide De Rosa
|
5b638ea5f6
|
Use different genericName for CBC/GCM
|
2018-09-06 11:16:14 +02:00 |
Davide De Rosa
|
0b28eacf0d
|
Add more metadata to Cipher/Digest
- Ciphers are AES.
- Digests are HMAC.
|
2018-09-06 10:55:56 +02:00 |
Davide De Rosa
|
ce6a41a218
|
Add more ciphers/digests
No-brainer, OpenSSL EVP supports them.
|
2018-09-06 10:38:18 +02:00 |
Davide De Rosa
|
d6b80ea449
|
Implement Codable in public entities
Also rename CompressionFraming for being an extension of
SessionProxy.
|
2018-09-06 10:34:10 +02:00 |
Davide De Rosa
|
e121555f82
|
Add Cipher.embedsDigest to signal digest embedding
Currently GCM ciphers do.
|
2018-09-04 15:57:07 +02:00 |
Davide De Rosa
|
b050110e60
|
Bridge CompressionFraming to Swift
Avoid exposing __TunnelKitNative module for using it.
|
2018-08-31 01:40:58 +02:00 |
Davide De Rosa
|
209889b9d2
|
Make compression framing an enum option
- Disabled: no framing (default)
- CompLZO: NO_COMPRESS
- Compress: NO_COMPRESS_SWAP
|
2018-08-30 12:43:36 +02:00 |
Davide De Rosa
|
a4c109a916
|
Bridge client cert from SessionProxy to TLSBox
|
2018-08-28 12:55:27 +02:00 |
Davide De Rosa
|
b172f79719
|
Re-license with proper per-file notices
Clarify explicitly the author/extent of the fork, with proper
credit to the original project's license and copyright holder.
|
2018-08-28 12:53:14 +02:00 |
Davide De Rosa
|
94890c08cf
|
Do not deprecate until replacement
Implement new compression framing later.
|
2018-08-24 00:48:17 +02:00 |
Davide De Rosa
|
9f54e624ee
|
Expose LZO framing option
|
2018-08-24 00:27:45 +02:00 |
Davide De Rosa
|
6d5e9f68a9
|
Move cipher/digest enums to Core
Restrict choice to supported OpenSSL algorithms.
|
2018-08-23 18:51:36 +02:00 |
Davide De Rosa
|
8a9e99e6a9
|
Wrap SessionProxy configuration in a builder
|
2018-08-23 18:51:36 +02:00 |