Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: Exchange protocol info during CACEP | dimitri staessens | 2017-02-21 | 1 | -5/+2 |
| | | | | | | | | | This exchanges a protocol name, a protocol version and concrete syntax for the protocol upon CACEP. For CDAP, only version 1 and GPB are supported. No lists for other supported versions or syntaxes are exchanged (but the proto file supports it). CACEP fails if there is a mismatch between the protocol names, version and syntax specified by the communicating parties. | ||||
* | ipcpd: Allocation of authenticated CDAP flows | dimitri staessens | 2017-02-20 | 1 | -0/+153 |
Avoids some code duplication in the normal IPCP with respect to establishing authenticated CDAP flows. |