Commit Graph

8 Commits

Author SHA1 Message Date
59b373b48a Add plaintext.proto
Update Makefile to handle the import in `plaintext.proto`.
Import path is modified to be relative to the project root.
And we run `protoc` from where `Makefile` locates, i.e. the project
root.

Reference:
- plaintext.proto: 62b2c6c482/sec/insecure/pb/plaintext.proto
2019-08-22 22:53:46 +08:00
dbd4ed44dd Fix the issue when importing from other package 2019-08-22 15:36:17 +08:00
8596f7390f PR feedback: set protocol_id to constants 2019-08-21 11:43:24 +08:00
e7d2681fc0 Move base implementations into BaseSession 2019-08-15 16:33:34 -07:00
7942b7eaa7 Expose writer 2019-08-15 16:33:34 -07:00
879cbf1abd Add an "insecure session" that satisfies the ISecureConn interface 2019-08-15 16:33:33 -07:00
1e5357a1e1 Update the ISecureConn interface following the reference and simplify accordingly 2019-08-15 16:33:33 -07:00
b98025c379 Move security transports into their respective sub-packages 2019-08-15 16:33:33 -07:00