diff options
author | Ondrej Fabry <ofabry@cisco.com> | 2020-07-22 04:40:55 +0200 |
---|---|---|
committer | Ondrej Fabry <ofabry@cisco.com> | 2020-07-22 04:40:55 +0200 |
commit | 58da9ac6e691a8c660eb8ca838a154e11da0db68 (patch) | |
tree | a1bbda04c6d0621ce0fc20779276620f1820190b /internal/testbinapi/binapi2001/.vppapi/plugins/tls_openssl.api.json | |
parent | a155cd438c6558da266c1c5931361ea088b35653 (diff) |
Fix binapigen decoding and minor improvements
- fixed allocating byte slices before copying decoded data
- simplified encoding functions
- several minor improvements
Change-Id: I6669424b89eb86333805cb1b57e4551169980cc2
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Diffstat (limited to 'internal/testbinapi/binapi2001/.vppapi/plugins/tls_openssl.api.json')
-rw-r--r-- | internal/testbinapi/binapi2001/.vppapi/plugins/tls_openssl.api.json | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/internal/testbinapi/binapi2001/.vppapi/plugins/tls_openssl.api.json b/internal/testbinapi/binapi2001/.vppapi/plugins/tls_openssl.api.json new file mode 100644 index 0000000..1d9b9e6 --- /dev/null +++ b/internal/testbinapi/binapi2001/.vppapi/plugins/tls_openssl.api.json @@ -0,0 +1,72 @@ +{ + "types": [], + "messages": [ + [ + "tls_openssl_set_engine", + [ + "u16", + "_vl_msg_id" + ], + [ + "u32", + "client_index" + ], + [ + "u32", + "context" + ], + [ + "u32", + "async_enable" + ], + [ + "u8", + "engine", + 64 + ], + [ + "u8", + "algorithm", + 64 + ], + [ + "u8", + "ciphers", + 64 + ], + { + "crc": "0xe34d95c1" + } + ], + [ + "tls_openssl_set_engine_reply", + [ + "u16", + "_vl_msg_id" + ], + [ + "u32", + "context" + ], + [ + "i32", + "retval" + ], + { + "crc": "0xe8d4e804" + } + ] + ], + "unions": [], + "enums": [], + "services": { + "tls_openssl_set_engine": { + "reply": "tls_openssl_set_engine_reply" + } + }, + "options": { + "version": "2.0.0" + }, + "aliases": {}, + "vl_api_version": "0x7386fbcd" +} |