Attention is currently required from: Hoernchen.
Jenkins Builder has posted comments on this change by Hoernchen. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122?usp=email )
Change subject: smdpp: proper headers for native code ......................................................................
Patch Set 3:
(317 comments)
File smdpp/helpers.h:
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/a7836bc2_af0ec... : PS3, Line 56: void operator()(EVP_PKEY* key) const { Bad function definition - void operator() should probably be void operator(void)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/88925d19_37b6c... : PS3, Line 56: void operator()(EVP_PKEY* key) const { need consistent spacing around '*' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/72f3250b_d3d81... : PS3, Line 171: #endif // HELPERS_H adding a line without newline at end of file
File smdpp/http_client.h:
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/e75bc8d7_a8b84... : PS3, Line 21: public: labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/6759e5bc_1a68e... : PS3, Line 26: std::string body; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/e990e808_32713... : PS3, Line 28: std::string headers; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/413053bc_276a1... : PS3, Line 33: std::string clientCertPath; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/75657654_48eea... : PS3, Line 34: std::string clientKeyPath; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/ffa72c6f_2ea71... : PS3, Line 37: std::string contentType = "application/json"; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/8c0e87a9_837fe... : PS3, Line 40: ResponseData postJson(const std::string& url, unsigned int port, const std::string& jsonData, X509_STORE* store, std::vector<X509*>& certPool, "foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/e72d70e2_f4009... : PS3, Line 40: ResponseData postJson(const std::string& url, unsigned int port, const std::string& jsonData, X509_STORE* store, std::vector<X509*>& certPool, need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/9b2e36aa_805d6... : PS3, Line 40: ResponseData postJson(const std::string& url, unsigned int port, const std::string& jsonData, X509_STORE* store, std::vector<X509*>& certPool, need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/954d0797_2ea35... : PS3, Line 40: ResponseData postJson(const std::string& url, unsigned int port, const std::string& jsonData, X509_STORE* store, std::vector<X509*>& certPool, spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/bb3475a2_2a9c6... : PS3, Line 40: ResponseData postJson(const std::string& url, unsigned int port, const std::string& jsonData, X509_STORE* store, std::vector<X509*>& certPool, spaces required around that '>' (ctx:OxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/fbc45b98_9a888... : PS3, Line 40: ResponseData postJson(const std::string& url, unsigned int port, const std::string& jsonData, X509_STORE* store, std::vector<X509*>& certPool, space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/d4bf1ab1_5fbcb... : PS3, Line 40: ResponseData postJson(const std::string& url, unsigned int port, const std::string& jsonData, X509_STORE* store, std::vector<X509*>& certPool, space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/3288b097_75962... : PS3, Line 41: const PostConfig& config); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/164dff42_5f41e... : PS3, Line 43: private: labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/ff01acd4_f3221... : PS3, Line 44: static size_t writeCallback(void* contents, size_t size, size_t nmemb, void* userp); "foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/8036c54d_45921... : PS3, Line 44: static size_t writeCallback(void* contents, size_t size, size_t nmemb, void* userp); "foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/53aaa731_e9127... : PS3, Line 45: static size_t headerCallback(void* contents, size_t size, size_t nmemb, void* userp); "foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/12de7764_67779... : PS3, Line 45: static size_t headerCallback(void* contents, size_t size, size_t nmemb, void* userp); "foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/701cb46b_977ad... : PS3, Line 48: X509_STORE* store; "foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/c5491b1a_89fac... : PS3, Line 49: std::vector<X509*>* certPool; spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/2ed257bf_902c3... : PS3, Line 49: std::vector<X509*>* certPool; spaces required around that '>' (ctx:OxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/702a7543_355ee... : PS3, Line 49: std::vector<X509*>* certPool; space required before that '*' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/cf6b16cc_21af1... : PS3, Line 49: std::vector<X509*>* certPool; space prohibited after that '*' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/f4375ff7_0f7fd... : PS3, Line 49: std::vector<X509*>* certPool; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/203fdfd5_11ebc... : PS3, Line 51: std::string errorMessage; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/44e256dd_f6b22... : PS3, Line 54: static std::string get_cn_name(X509_NAME* const name); need consistent spacing around '*' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/343b87a5_f23ef... : PS3, Line 55: static CURLcode sslCtxFunction(CURL* curl, SSL_CTX* sslCtx, void* arg); "foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/f71c79ff_a5aa4... : PS3, Line 55: static CURLcode sslCtxFunction(CURL* curl, SSL_CTX* sslCtx, void* arg); need consistent spacing around '*' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/5a23764f_a699b... : PS3, Line 55: static CURLcode sslCtxFunction(CURL* curl, SSL_CTX* sslCtx, void* arg); need consistent spacing around '*' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/2feaa6ba_94bdd... : PS3, Line 60: #endif // HTTP_CLIENT_H adding a line without newline at end of file
File smdpp/logger.h:
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/a30c6e4c_0e9f0... : PS3, Line 256: #endif // LOGGER_H adding a line without newline at end of file
File smdpp/rsp_client.h:
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/06edc4d1_a02cc... : PS3, Line 20: typedef struct x509_st X509; do not add new typedefs
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/778c33f7_43d51... : PS3, Line 21: typedef struct evp_pkey_st EVP_PKEY; do not add new typedefs
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/adb0168f_f3f6c... : PS3, Line 22: typedef struct x509_store_st X509_STORE; do not add new typedefs
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/e6f86d94_2529b... : PS3, Line 36: public: labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/e2fc2bc5_ab839... : PS3, Line 44: RSPClient(const std::string& serverUrl, const unsigned int serverPort, const std::vectorstd::string& certPath, need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/297be6f8_cd76e... : PS3, Line 44: RSPClient(const std::string& serverUrl, const unsigned int serverPort, const std::vectorstd::string& certPath, spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/3d22d3ad_b92f0... : PS3, Line 44: RSPClient(const std::string& serverUrl, const unsigned int serverPort, const std::vectorstd::string& certPath, spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/0b337c4b_7fa48... : PS3, Line 44: RSPClient(const std::string& serverUrl, const unsigned int serverPort, const std::vectorstd::string& certPath, space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/b17c5d28_5b18a... : PS3, Line 44: RSPClient(const std::string& serverUrl, const unsigned int serverPort, const std::vectorstd::string& certPath, space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/93932935_ec2a5... : PS3, Line 45: const std::vectorstd::string& name_filters = {}); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/19613ee7_5fbe1... : PS3, Line 45: const std::vectorstd::string& name_filters = {}); spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/9ae309a4_b28f5... : PS3, Line 45: const std::vectorstd::string& name_filters = {}); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/3fe797f0_c4ce1... : PS3, Line 45: const std::vectorstd::string& name_filters = {}); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/6cb87028_14b20... : PS3, Line 53: void setCACertPath(const std::string& path); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/c948f6f1_78875... : PS3, Line 54: void loadEUICCCertificate(const std::string& euiccCertPath); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/c56a9ae3_da0dd... : PS3, Line 55: void loadEUICCKeyPair(const std::string& euiccPrivateKeyPath, const std::string& euiccPublicKeyPath = ""); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/1f63a823_f584a... : PS3, Line 55: void loadEUICCKeyPair(const std::string& euiccPrivateKeyPath, const std::string& euiccPublicKeyPath = ""); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/43fd90bd_06887... : PS3, Line 56: void loadEUMCertificate(const std::string& eumCertPath); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/4f252998_dec00... : PS3, Line 57: void loadEUMKeyPair(const std::string& eumPrivateKeyPath, const std::string& eumPublicKeyPath = ""); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/2590f5bc_dbc02... : PS3, Line 57: void loadEUMKeyPair(const std::string& eumPrivateKeyPath, const std::string& eumPublicKeyPath = ""); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/4587e4cb_f5ae6... : PS3, Line 60: std::vector<uint8_t> getEUMCertificate(); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/be579b7f_37978... : PS3, Line 60: std::vector<uint8_t> getEUMCertificate(); spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/4715569a_8f4b4... : PS3, Line 60: std::vector<uint8_t> getEUMCertificate(); labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/c422853b_98c27... : PS3, Line 61: std::vector<uint8_t> getEUICCCertificate(); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/0224ad71_f0d46... : PS3, Line 61: std::vector<uint8_t> getEUICCCertificate(); spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/834ca507_fa3af... : PS3, Line 61: std::vector<uint8_t> getEUICCCertificate(); labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/64f1c7e7_5752e... : PS3, Line 62: std::vector<uint8_t> getCICertificate(); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/95a592e8_62521... : PS3, Line 62: std::vector<uint8_t> getCICertificate(); spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/15ff6f11_bd55e... : PS3, Line 62: std::vector<uint8_t> getCICertificate(); labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/da79fe1d_51121... : PS3, Line 65: std::vector<uint8_t> generateChallenge(); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/7f0bb054_a25c7... : PS3, Line 65: std::vector<uint8_t> generateChallenge(); spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/8923d519_3ba98... : PS3, Line 65: std::vector<uint8_t> generateChallenge(); labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/15e24e12_ed907... : PS3, Line 66: void generateEUICCOtpk(); Bad function definition - void generateEUICCOtpk() should probably be void generateEUICCOtpk(void)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/5d33c09e_39335... : PS3, Line 67: std::vector<uint8_t> getEUICCOtpk(); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/4535b7be_9460b... : PS3, Line 67: std::vector<uint8_t> getEUICCOtpk(); spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/a4cfb107_9350c... : PS3, Line 67: std::vector<uint8_t> getEUICCOtpk(); labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/3c7d6181_5f768... : PS3, Line 68: std::vector<uint8_t> signDataWithEUICC(const std::vector<uint8_t>& dataToSign); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/ea6c5f38_13bd8... : PS3, Line 68: std::vector<uint8_t> signDataWithEUICC(const std::vector<uint8_t>& dataToSign); spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/55f74853_a5dc2... : PS3, Line 68: std::vector<uint8_t> signDataWithEUICC(const std::vector<uint8_t>& dataToSign); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/b0863f5c_2fb05... : PS3, Line 68: std::vector<uint8_t> signDataWithEUICC(const std::vector<uint8_t>& dataToSign); spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/372a938c_210cc... : PS3, Line 68: std::vector<uint8_t> signDataWithEUICC(const std::vector<uint8_t>& dataToSign); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/0f935a97_c11d8... : PS3, Line 68: std::vector<uint8_t> signDataWithEUICC(const std::vector<uint8_t>& dataToSign); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/76ab45bd_8269d... : PS3, Line 68: std::vector<uint8_t> signDataWithEUICC(const std::vector<uint8_t>& dataToSign); labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/36c858cd_3babc... : PS3, Line 69: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& signature); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/c2a04e99_dbf80... : PS3, Line 69: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& signature); spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/734a1e19_05b4f... : PS3, Line 69: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& signature); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/0a391efa_eb08d... : PS3, Line 69: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& signature); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/90c6f059_841d8... : PS3, Line 69: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& signature); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/8af3ab1b_23914... : PS3, Line 69: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& signature); spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/26603c91_a2404... : PS3, Line 69: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& signature); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/13d559cd_1e0aa... : PS3, Line 69: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& signature); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/a4ffe5dc_c50ef... : PS3, Line 69: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& signature); function definition argument 'uint8_t' should also have an identifier name
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/027cb963_51b13... : PS3, Line 69: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& signature); function definition argument 'uint8_t' should also have an identifier name
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/bf66bf18_18c06... : PS3, Line 70: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& serverSignature1, spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/053c60f4_e2d96... : PS3, Line 70: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& serverSignature1, spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/93fed03a_a68b5... : PS3, Line 70: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& serverSignature1, space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/3fa38635_7e835... : PS3, Line 70: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& serverSignature1, space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/16b382c5_b4504... : PS3, Line 70: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& serverSignature1, spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/a73e6052_3bd76... : PS3, Line 70: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& serverSignature1, spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/11790386_c69c0... : PS3, Line 70: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& serverSignature1, space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/0c2f274d_619df... : PS3, Line 70: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& serverSignature1, space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/352343d5_4edad... : PS3, Line 70: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& serverSignature1, function definition argument 'uint8_t' should also have an identifier name
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/c9d93102_07224... : PS3, Line 70: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& serverSignature1, function definition argument 'uint8_t' should also have an identifier name
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/9e080112_7f627... : PS3, Line 70: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& serverSignature1, function definition argument 'uint8_t' should also have an identifier name
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/e46b34d5_b434a... : PS3, Line 71: const std::vector<uint8_t>& derDataServerCert); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/3e96c5e2_c3792... : PS3, Line 71: const std::vector<uint8_t>& derDataServerCert); spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/6869e4b7_c0c9a... : PS3, Line 71: const std::vector<uint8_t>& derDataServerCert); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/2dc606bd_75292... : PS3, Line 71: const std::vector<uint8_t>& derDataServerCert); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/0747769b_40006... : PS3, Line 72: std::vector<uint8_t> computeECDHSharedSecret(const std::vector<uint8_t>& otherPublicKey); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/b3a474e4_cb29e... : PS3, Line 72: std::vector<uint8_t> computeECDHSharedSecret(const std::vector<uint8_t>& otherPublicKey); spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/635c8ffa_b86ff... : PS3, Line 72: std::vector<uint8_t> computeECDHSharedSecret(const std::vector<uint8_t>& otherPublicKey); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/bb811f0c_2c04b... : PS3, Line 72: std::vector<uint8_t> computeECDHSharedSecret(const std::vector<uint8_t>& otherPublicKey); spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/7d565577_824af... : PS3, Line 72: std::vector<uint8_t> computeECDHSharedSecret(const std::vector<uint8_t>& otherPublicKey); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/6a669a47_7e425... : PS3, Line 72: std::vector<uint8_t> computeECDHSharedSecret(const std::vector<uint8_t>& otherPublicKey); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/009d0b76_88595... : PS3, Line 72: std::vector<uint8_t> computeECDHSharedSecret(const std::vector<uint8_t>& otherPublicKey); labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/60614fd7_619fe... : PS3, Line 75: void setConfirmationCode(const std::string& confirmationCode); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/88c8a0b4_28fbd... : PS3, Line 76: void setTransactionId(const std::vector<uint8_t>& transactionId); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/d3c8da77_e3e48... : PS3, Line 76: void setTransactionId(const std::vector<uint8_t>& transactionId); spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/b10d2a05_b854a... : PS3, Line 76: void setTransactionId(const std::vector<uint8_t>& transactionId); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/e7dd3982_dc9b2... : PS3, Line 76: void setTransactionId(const std::vector<uint8_t>& transactionId); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/b18ebdc5_e17ee... : PS3, Line 76: void setTransactionId(const std::vector<uint8_t>& transactionId); function definition argument 'uint8_t' should also have an identifier name
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/a1c81862_c97a0... : PS3, Line 77: std::vector<uint8_t> getConfirmationCodeHash() const; spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/1bed5134_8e00d... : PS3, Line 77: std::vector<uint8_t> getConfirmationCodeHash() const; spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/f38b9687_34e59... : PS3, Line 77: std::vector<uint8_t> getConfirmationCodeHash() const; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/05be8fc5_0f05f... : PS3, Line 78: void setConfirmationCodeHash(const std::vector<uint8_t>& hash); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/1945b33c_29a64... : PS3, Line 78: void setConfirmationCodeHash(const std::vector<uint8_t>& hash); spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/289a1fd6_20c06... : PS3, Line 78: void setConfirmationCodeHash(const std::vector<uint8_t>& hash); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/fbd7768b_eaea6... : PS3, Line 78: void setConfirmationCodeHash(const std::vector<uint8_t>& hash); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/2c00a494_d8df2... : PS3, Line 78: void setConfirmationCodeHash(const std::vector<uint8_t>& hash); function definition argument 'uint8_t' should also have an identifier name
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/2987e011_84104... : PS3, Line 81: void configureHttpClient(bool useCustomTlsCert, const std::string& customTlsCertPath = ""); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/92c5e590_37444... : PS3, Line 82: void setAuthParams(bool useMutualTLS, const std::string& clientCertPath, const std::string& clientKeyPath); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/9c2806b3_30f56... : PS3, Line 82: void setAuthParams(bool useMutualTLS, const std::string& clientCertPath, const std::string& clientKeyPath); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/48683a81_70d98... : PS3, Line 85: std::string sendHttpsPost(const std::string& endpoint, const std::string& body, int& httpStatusCode, unsigned int portOverride); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/e5c834be_ede89... : PS3, Line 85: std::string sendHttpsPost(const std::string& endpoint, const std::string& body, int& httpStatusCode, unsigned int portOverride); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/f94ec7c3_964c4... : PS3, Line 85: std::string sendHttpsPost(const std::string& endpoint, const std::string& body, int& httpStatusCode, unsigned int portOverride); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/41da2d1d_1e980... : PS3, Line 85: std::string sendHttpsPost(const std::string& endpoint, const std::string& body, int& httpStatusCode, unsigned int portOverride); labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/e10e779b_4fb38... : PS3, Line 86: std::string sendHttpsPostWithAuth(const std::string& endpoint, const std::string& body, int& httpStatusCode, unsigned int portOverride); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/1f3e6bb2_42bbb... : PS3, Line 86: std::string sendHttpsPostWithAuth(const std::string& endpoint, const std::string& body, int& httpStatusCode, unsigned int portOverride); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/2a042a6d_df401... : PS3, Line 86: std::string sendHttpsPostWithAuth(const std::string& endpoint, const std::string& body, int& httpStatusCode, unsigned int portOverride); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/938aa22e_feebd... : PS3, Line 86: std::string sendHttpsPostWithAuth(const std::string& endpoint, const std::string& body, int& httpStatusCode, unsigned int portOverride); labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/1bf904b1_e29e1... : PS3, Line 87: std::string sendHttpsPostWithContentType(const std::string& endpoint, const std::string& body, const std::string& contentType, int& httpStatusCode, need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/69d24961_c13b5... : PS3, Line 87: std::string sendHttpsPostWithContentType(const std::string& endpoint, const std::string& body, const std::string& contentType, int& httpStatusCode, need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/210fada4_bc5a7... : PS3, Line 87: std::string sendHttpsPostWithContentType(const std::string& endpoint, const std::string& body, const std::string& contentType, int& httpStatusCode, need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/283f0814_4d37a... : PS3, Line 87: std::string sendHttpsPostWithContentType(const std::string& endpoint, const std::string& body, const std::string& contentType, int& httpStatusCode, need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/b5f7dd73_a33d7... : PS3, Line 87: std::string sendHttpsPostWithContentType(const std::string& endpoint, const std::string& body, const std::string& contentType, int& httpStatusCode, labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/1bdedf00_26147... : PS3, Line 89: std::string sendHttpsPostUnified(const std::string& endpoint, const std::string& body, int& httpStatusCode, unsigned int portOverride, need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/3a3488c2_a0a45... : PS3, Line 89: std::string sendHttpsPostUnified(const std::string& endpoint, const std::string& body, int& httpStatusCode, unsigned int portOverride, need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/267cb1e7_49778... : PS3, Line 89: std::string sendHttpsPostUnified(const std::string& endpoint, const std::string& body, int& httpStatusCode, unsigned int portOverride, need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/6b2dc5ba_7308f... : PS3, Line 89: std::string sendHttpsPostUnified(const std::string& endpoint, const std::string& body, int& httpStatusCode, unsigned int portOverride, labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/5693a859_c29bc... : PS3, Line 90: bool useMutualTLS = false, const std::string& clientCertPath = "", const std::string& clientKeyPath = "", Statements should start on a tabstop
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/18d62ec4_42705... : PS3, Line 90: bool useMutualTLS = false, const std::string& clientCertPath = "", const std::string& clientKeyPath = "", need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/decbf24c_d7721... : PS3, Line 90: bool useMutualTLS = false, const std::string& clientCertPath = "", const std::string& clientKeyPath = "", need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/8d35117e_a7854... : PS3, Line 91: const std::string& contentType = "application/json"); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/06b70c4b_4690c... : PS3, Line 93: private: labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/c41f8af2_980dc... : PS3, Line 95: void loadCertificate(const std::string& certPath, const std::string& certType, std::unique_ptr<X509, X509Deleter>& certStorage); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/97dbce9d_69221... : PS3, Line 95: void loadCertificate(const std::string& certPath, const std::string& certType, std::unique_ptr<X509, X509Deleter>& certStorage); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/8ec219bc_fde3b... : PS3, Line 95: void loadCertificate(const std::string& certPath, const std::string& certType, std::unique_ptr<X509, X509Deleter>& certStorage); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/ee76880e_2b311... : PS3, Line 95: void loadCertificate(const std::string& certPath, const std::string& certType, std::unique_ptr<X509, X509Deleter>& certStorage); spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/d4b6acd4_ea060... : PS3, Line 95: void loadCertificate(const std::string& certPath, const std::string& certType, std::unique_ptr<X509, X509Deleter>& certStorage); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/d2f2bdc6_ac8a9... : PS3, Line 95: void loadCertificate(const std::string& certPath, const std::string& certType, std::unique_ptr<X509, X509Deleter>& certStorage); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/51a39e2b_703d6... : PS3, Line 96: void loadKeyPair(const std::string& privateKeyPath, const std::string& publicKeyPath, const std::string& keyType, need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/3d8d6e54_bac52... : PS3, Line 96: void loadKeyPair(const std::string& privateKeyPath, const std::string& publicKeyPath, const std::string& keyType, need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/d952a3fd_90d6f... : PS3, Line 96: void loadKeyPair(const std::string& privateKeyPath, const std::string& publicKeyPath, const std::string& keyType, need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/1e34158e_e886c... : PS3, Line 96: void loadKeyPair(const std::string& privateKeyPath, const std::string& publicKeyPath, const std::string& keyType, function definition argument 'uint8_t' should also have an identifier name
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/e2a4d91d_9c510... : PS3, Line 97: std::unique_ptr<EVP_PKEY, EVP_PKEY_Deleter>& privateKeyStorage, std::vector<uint8_t>& publicKeyStorage); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/27994f24_28e1f... : PS3, Line 97: std::unique_ptr<EVP_PKEY, EVP_PKEY_Deleter>& privateKeyStorage, std::vector<uint8_t>& publicKeyStorage); spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/4009f09b_41733... : PS3, Line 97: std::unique_ptr<EVP_PKEY, EVP_PKEY_Deleter>& privateKeyStorage, std::vector<uint8_t>& publicKeyStorage); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/25a55cb2_daefe... : PS3, Line 97: std::unique_ptr<EVP_PKEY, EVP_PKEY_Deleter>& privateKeyStorage, std::vector<uint8_t>& publicKeyStorage); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/be3c4157_6c113... : PS3, Line 97: std::unique_ptr<EVP_PKEY, EVP_PKEY_Deleter>& privateKeyStorage, std::vector<uint8_t>& publicKeyStorage); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/82ee5fe9_3eb96... : PS3, Line 97: std::unique_ptr<EVP_PKEY, EVP_PKEY_Deleter>& privateKeyStorage, std::vector<uint8_t>& publicKeyStorage); spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/336e8499_468c4... : PS3, Line 97: std::unique_ptr<EVP_PKEY, EVP_PKEY_Deleter>& privateKeyStorage, std::vector<uint8_t>& publicKeyStorage); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/7f7db813_ff0a2... : PS3, Line 97: std::unique_ptr<EVP_PKEY, EVP_PKEY_Deleter>& privateKeyStorage, std::vector<uint8_t>& publicKeyStorage); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/9c98a44d_525ea... : PS3, Line 97: std::unique_ptr<EVP_PKEY, EVP_PKEY_Deleter>& privateKeyStorage, std::vector<uint8_t>& publicKeyStorage); labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/83aff81c_82a8d... : PS3, Line 98: std::vector<uint8_t> signDataWithKey(const std::vector<uint8_t>& dataToSign, EVP_PKEY* pkey); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/832c4f3d_37811... : PS3, Line 98: std::vector<uint8_t> signDataWithKey(const std::vector<uint8_t>& dataToSign, EVP_PKEY* pkey); spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/4bf336fe_9f170... : PS3, Line 98: std::vector<uint8_t> signDataWithKey(const std::vector<uint8_t>& dataToSign, EVP_PKEY* pkey); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/2d811d85_daba0... : PS3, Line 98: std::vector<uint8_t> signDataWithKey(const std::vector<uint8_t>& dataToSign, EVP_PKEY* pkey); spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/b5e9de37_49d4a... : PS3, Line 98: std::vector<uint8_t> signDataWithKey(const std::vector<uint8_t>& dataToSign, EVP_PKEY* pkey); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/fdd43d84_16c22... : PS3, Line 98: std::vector<uint8_t> signDataWithKey(const std::vector<uint8_t>& dataToSign, EVP_PKEY* pkey); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/b1730ab1_474f6... : PS3, Line 98: std::vector<uint8_t> signDataWithKey(const std::vector<uint8_t>& dataToSign, EVP_PKEY* pkey); need consistent spacing around '*' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/bbb14461_002fe... : PS3, Line 98: std::vector<uint8_t> signDataWithKey(const std::vector<uint8_t>& dataToSign, EVP_PKEY* pkey); labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/a701e5ad_35ae3... : PS3, Line 99: bool verifyServerSignature(const std::vector<uint8_t>& signedData, const std::vector<uint8_t>& signature, X509* serverCert); "foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/f6775912_23982... : PS3, Line 99: bool verifyServerSignature(const std::vector<uint8_t>& signedData, const std::vector<uint8_t>& signature, X509* serverCert); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/3e6360cd_2e36d... : PS3, Line 99: bool verifyServerSignature(const std::vector<uint8_t>& signedData, const std::vector<uint8_t>& signature, X509* serverCert); spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/206c683b_29157... : PS3, Line 99: bool verifyServerSignature(const std::vector<uint8_t>& signedData, const std::vector<uint8_t>& signature, X509* serverCert); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/46ec6c51_62f62... : PS3, Line 99: bool verifyServerSignature(const std::vector<uint8_t>& signedData, const std::vector<uint8_t>& signature, X509* serverCert); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/ae595a55_8a6d3... : PS3, Line 99: bool verifyServerSignature(const std::vector<uint8_t>& signedData, const std::vector<uint8_t>& signature, X509* serverCert); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/6cc6d46a_52df3... : PS3, Line 99: bool verifyServerSignature(const std::vector<uint8_t>& signedData, const std::vector<uint8_t>& signature, X509* serverCert); spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/d0ec9c25_fc308... : PS3, Line 99: bool verifyServerSignature(const std::vector<uint8_t>& signedData, const std::vector<uint8_t>& signature, X509* serverCert); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/b455158b_266a9... : PS3, Line 99: bool verifyServerSignature(const std::vector<uint8_t>& signedData, const std::vector<uint8_t>& signature, X509* serverCert); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/d8ba1f7d_7588f... : PS3, Line 99: bool verifyServerSignature(const std::vector<uint8_t>& signedData, const std::vector<uint8_t>& signature, X509* serverCert); function definition argument 'uint8_t' should also have an identifier name
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/fe6bbaa1_c42f2... : PS3, Line 99: bool verifyServerSignature(const std::vector<uint8_t>& signedData, const std::vector<uint8_t>& signature, X509* serverCert); function definition argument 'uint8_t' should also have an identifier name
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/420473b8_c0bd1... : PS3, Line 100: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& signature, X509* serverCert, "foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/239936bf_b643d... : PS3, Line 100: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& signature, X509* serverCert, spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/af87c7fc_c7503... : PS3, Line 100: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& signature, X509* serverCert, spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/6d77f78d_6b0c7... : PS3, Line 100: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& signature, X509* serverCert, space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/1dd6cae0_709d6... : PS3, Line 100: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& signature, X509* serverCert, space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/ffce72c3_6ab2b... : PS3, Line 100: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& signature, X509* serverCert, spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/f289cc8f_1c521... : PS3, Line 100: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& signature, X509* serverCert, spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/00868cd5_fa747... : PS3, Line 100: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& signature, X509* serverCert, space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/637bdfd7_fb6c4... : PS3, Line 100: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& signature, X509* serverCert, space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/ed991800_b6015... : PS3, Line 100: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& signature, X509* serverCert, function definition argument 'uint8_t' should also have an identifier name
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/c8915922_7de36... : PS3, Line 100: bool verifyServerSignature(const std::vector<uint8_t>& serverSigned1, const std::vector<uint8_t>& signature, X509* serverCert, function definition argument 'uint8_t' should also have an identifier name
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/5143630e_b445b... : PS3, Line 101: const std::string& certSource); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/b8ce2e59_0dcf2... : PS3, Line 102: int getEUICCCurveNID(); Bad function definition - int getEUICCCurveNID() should probably be int getEUICCCurveNID(void)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/8b4f265c_ff150... : PS3, Line 105: std::string m_serverUrl; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/bef2b79d_dd1ef... : PS3, Line 107: std::unique_ptr<X509, X509Deleter> m_rootCA; spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/0381be25_61d2a... : PS3, Line 107: std::unique_ptr<X509, X509Deleter> m_rootCA; spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/f161b7e7_7af31... : PS3, Line 107: std::unique_ptr<X509, X509Deleter> m_rootCA; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/b03b35a5_7baa1... : PS3, Line 108: std::vector<std::unique_ptr<X509, X509Deleter>> m_intermediateCA; spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/8379037c_f1492... : PS3, Line 108: std::vector<std::unique_ptr<X509, X509Deleter>> m_intermediateCA; spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/2d3bbb1e_ae2ad... : PS3, Line 108: std::vector<std::unique_ptr<X509, X509Deleter>> m_intermediateCA; need consistent spacing around '>>' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/dce21a06_522f3... : PS3, Line 108: std::vector<std::unique_ptr<X509, X509Deleter>> m_intermediateCA; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/f493e300_2fa28... : PS3, Line 109: std::unique_ptr<X509, X509Deleter> m_serverCert; spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/29946b00_c0a4d... : PS3, Line 109: std::unique_ptr<X509, X509Deleter> m_serverCert; spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/4b5627c5_a0c01... : PS3, Line 109: std::unique_ptr<X509, X509Deleter> m_serverCert; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/73039811_b1e18... : PS3, Line 110: std::vector<std::unique_ptr<X509, X509Deleter>> m_certPool; spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/3e20183d_4f2ea... : PS3, Line 110: std::vector<std::unique_ptr<X509, X509Deleter>> m_certPool; spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/81ef86e6_759d0... : PS3, Line 110: std::vector<std::unique_ptr<X509, X509Deleter>> m_certPool; need consistent spacing around '>>' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/3d4f0bba_13cde... : PS3, Line 110: std::vector<std::unique_ptr<X509, X509Deleter>> m_certPool; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/57b853ea_a3768... : PS3, Line 112: std::vector<uint8_t> m_euiccSKI; spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/6eb46dc8_547f6... : PS3, Line 112: std::vector<uint8_t> m_euiccSKI; spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/27b54947_37bed... : PS3, Line 112: std::vector<uint8_t> m_euiccSKI; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/f2347efb_a4281... : PS3, Line 113: std::string m_EID; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/77f6f5fb_4a762... : PS3, Line 114: std::unique_ptr<X509, X509Deleter> m_euiccCert; spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/8fded099_aebf9... : PS3, Line 114: std::unique_ptr<X509, X509Deleter> m_euiccCert; spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/4bc12274_fd84f... : PS3, Line 114: std::unique_ptr<X509, X509Deleter> m_euiccCert; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/21922396_57add... : PS3, Line 115: std::unique_ptr<EVP_PKEY, EVP_PKEY_Deleter> m_euiccPrivateKey; spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/ab9c59bd_1d106... : PS3, Line 115: std::unique_ptr<EVP_PKEY, EVP_PKEY_Deleter> m_euiccPrivateKey; spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/7c1fd285_1df00... : PS3, Line 115: std::unique_ptr<EVP_PKEY, EVP_PKEY_Deleter> m_euiccPrivateKey; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/8f13e1dd_4ee51... : PS3, Line 116: std::vector<uint8_t> m_euiccPublicKeyData; spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/21f9d50a_7d4a9... : PS3, Line 116: std::vector<uint8_t> m_euiccPublicKeyData; spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/6403f0ab_856fc... : PS3, Line 116: std::vector<uint8_t> m_euiccPublicKeyData; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/807a9b46_16c70... : PS3, Line 117: std::unique_ptr<EVP_PKEY, EVP_PKEY_Deleter> m_euicc_ot_PrivateKey; spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/e9bf49e3_5067e... : PS3, Line 117: std::unique_ptr<EVP_PKEY, EVP_PKEY_Deleter> m_euicc_ot_PrivateKey; spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/62f74ed2_ae142... : PS3, Line 117: std::unique_ptr<EVP_PKEY, EVP_PKEY_Deleter> m_euicc_ot_PrivateKey; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/fc8ed102_54ffa... : PS3, Line 118: std::vector<uint8_t> m_euiccOtpk; spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/12700654_69a2b... : PS3, Line 118: std::vector<uint8_t> m_euiccOtpk; spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/f564784d_59e90... : PS3, Line 118: std::vector<uint8_t> m_euiccOtpk; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/16958c21_f49e1... : PS3, Line 120: std::unique_ptr<X509, X509Deleter> m_eumCert; spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/12cd723e_4de25... : PS3, Line 120: std::unique_ptr<X509, X509Deleter> m_eumCert; spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/8793ce2b_67448... : PS3, Line 120: std::unique_ptr<X509, X509Deleter> m_eumCert; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/b7e3b409_81721... : PS3, Line 121: std::unique_ptr<EVP_PKEY, EVP_PKEY_Deleter> m_eumPrivateKey; spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/20dc5493_57098... : PS3, Line 121: std::unique_ptr<EVP_PKEY, EVP_PKEY_Deleter> m_eumPrivateKey; spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/ffcb7700_6fdf9... : PS3, Line 121: std::unique_ptr<EVP_PKEY, EVP_PKEY_Deleter> m_eumPrivateKey; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/9880fe95_f0b5b... : PS3, Line 122: std::vector<uint8_t> m_eumPublicKeyData; spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/f2c947d3_ccd7f... : PS3, Line 122: std::vector<uint8_t> m_eumPublicKeyData; spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/feda9ee7_255b7... : PS3, Line 122: std::vector<uint8_t> m_eumPublicKeyData; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/8886cae7_c8d3f... : PS3, Line 124: std::string m_confirmationCode; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/005651bd_87a65... : PS3, Line 125: std::vector<uint8_t> m_confirmationCodeHash; spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/4f2f18c9_4879a... : PS3, Line 125: std::vector<uint8_t> m_confirmationCodeHash; spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/f2112298_7cdde... : PS3, Line 125: std::vector<uint8_t> m_confirmationCodeHash; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/c6657606_104cb... : PS3, Line 126: std::vector<uint8_t> m_transactionId; spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/67b2b2e6_34a8f... : PS3, Line 126: std::vector<uint8_t> m_transactionId; spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/48284d9f_0f839... : PS3, Line 126: std::vector<uint8_t> m_transactionId; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/dce77933_28ac0... : PS3, Line 127: std::string m_caCertPath; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/0971dc94_aab92... : PS3, Line 129: std::unique_ptr<HttpClient> m_httpClient; spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/69a82c17_971ec... : PS3, Line 129: std::unique_ptr<HttpClient> m_httpClient; spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/cf705b9f_3e4e8... : PS3, Line 129: std::unique_ptr<HttpClient> m_httpClient; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/a0136cd9_4f421... : PS3, Line 131: std::string m_customTlsCertPath; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/77f10ac2_6d6f0... : PS3, Line 134: std::string m_clientCertPath; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/62e20b76_d467c... : PS3, Line 135: std::string m_clientKeyPath; labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/352e160d_18d3a... : PS3, Line 140: public: labels should not be indented
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/92377444_341fe... : PS3, Line 141: static std::unique_ptr<X509, X509Deleter> loadCertFromDER(const std::vector<uint8_t>& derData); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/7fed68bd_3903e... : PS3, Line 141: static std::unique_ptr<X509, X509Deleter> loadCertFromDER(const std::vector<uint8_t>& derData); spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/e96116bd_3cf23... : PS3, Line 141: static std::unique_ptr<X509, X509Deleter> loadCertFromDER(const std::vector<uint8_t>& derData); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/fed40fd5_dfd2a... : PS3, Line 141: static std::unique_ptr<X509, X509Deleter> loadCertFromDER(const std::vector<uint8_t>& derData); spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/bac6f28d_a257f... : PS3, Line 141: static std::unique_ptr<X509, X509Deleter> loadCertFromDER(const std::vector<uint8_t>& derData); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/f6f9f06e_eda1b... : PS3, Line 141: static std::unique_ptr<X509, X509Deleter> loadCertFromDER(const std::vector<uint8_t>& derData); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/f17e0efc_93216... : PS3, Line 142: static std::vector<std::unique_ptr<X509, X509Deleter>> loadCertificateChain(const std::string& filename); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/080f8d16_530f0... : PS3, Line 142: static std::vector<std::unique_ptr<X509, X509Deleter>> loadCertificateChain(const std::string& filename); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/eaa72a8b_45294... : PS3, Line 142: static std::vector<std::unique_ptr<X509, X509Deleter>> loadCertificateChain(const std::string& filename); need consistent spacing around '>>' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/7fba611b_42412... : PS3, Line 142: static std::vector<std::unique_ptr<X509, X509Deleter>> loadCertificateChain(const std::string& filename); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/32e40d10_a795e... : PS3, Line 143: static std::vector<std::unique_ptr<X509, X509Deleter>> loadCertificatesFromDirectory(const std::string& directory, spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/826ee265_2ec43... : PS3, Line 143: static std::vector<std::unique_ptr<X509, X509Deleter>> loadCertificatesFromDirectory(const std::string& directory, spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/604fe729_b9fdf... : PS3, Line 143: static std::vector<std::unique_ptr<X509, X509Deleter>> loadCertificatesFromDirectory(const std::string& directory, need consistent spacing around '>>' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/80408ae7_d016b... : PS3, Line 143: static std::vector<std::unique_ptr<X509, X509Deleter>> loadCertificatesFromDirectory(const std::string& directory, need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/ae5513bf_ace25... : PS3, Line 144: const std::vectorstd::string& name_filters); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/85681c6c_7a5eb... : PS3, Line 144: const std::vectorstd::string& name_filters); spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/19dd4ae7_b5e87... : PS3, Line 144: const std::vectorstd::string& name_filters); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/82c20e06_e1dab... : PS3, Line 144: const std::vectorstd::string& name_filters); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/02c05a69_ef425... : PS3, Line 145: static std::string getEID(X509* cert); "foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/a60ca77b_ff0d5... : PS3, Line 146: static std::string getSubjectName(X509* cert); "foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/a8ef8372_e35b3... : PS3, Line 147: static std::vector<uint8_t> getSubjectKeyIdentifier(X509* cert); "foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/52dfc6d6_59b1e... : PS3, Line 147: static std::vector<uint8_t> getSubjectKeyIdentifier(X509* cert); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/39d656c8_e7a14... : PS3, Line 147: static std::vector<uint8_t> getSubjectKeyIdentifier(X509* cert); spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/0338591f_d0fac... : PS3, Line 148: static std::vector<uint8_t> getAuthorityKeyIdentifier(X509* cert); "foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/17e8a06b_8a6fa... : PS3, Line 148: static std::vector<uint8_t> getAuthorityKeyIdentifier(X509* cert); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/21194dbf_e05bd... : PS3, Line 148: static std::vector<uint8_t> getAuthorityKeyIdentifier(X509* cert); spaces required around that '>' (ctx:VxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/445edac0_f9f27... : PS3, Line 149: static bool validateEIDRange(const std::string& eid, const std::vector<uint8_t>& eumCertData); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/4a1b865f_fa848... : PS3, Line 149: static bool validateEIDRange(const std::string& eid, const std::vector<uint8_t>& eumCertData); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/b3b3b04c_c7a65... : PS3, Line 149: static bool validateEIDRange(const std::string& eid, const std::vector<uint8_t>& eumCertData); spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/754812b7_89fca... : PS3, Line 149: static bool validateEIDRange(const std::string& eid, const std::vector<uint8_t>& eumCertData); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/f549d921_ef9a3... : PS3, Line 149: static bool validateEIDRange(const std::string& eid, const std::vector<uint8_t>& eumCertData); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/15b7a321_65228... : PS3, Line 150: static bool hasRSPRole(const std::vector<uint8_t>& certData, const std::string& roleOid); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/e9e89843_473d5... : PS3, Line 150: static bool hasRSPRole(const std::vector<uint8_t>& certData, const std::string& roleOid); spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/81202730_99e28... : PS3, Line 150: static bool hasRSPRole(const std::vector<uint8_t>& certData, const std::string& roleOid); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/913fd2d7_1856b... : PS3, Line 150: static bool hasRSPRole(const std::vector<uint8_t>& certData, const std::string& roleOid); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/a6cd8158_ac0a8... : PS3, Line 150: static bool hasRSPRole(const std::vector<uint8_t>& certData, const std::string& roleOid); need consistent spacing around '&' (ctx:VxW) (or typedef missing in osmo-ci/lint/checkpatch/typedefs_osmo.txt?)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/98e9284c_63495... : PS3, Line 151: static std::string getPermittedEINs(const std::vector<uint8_t>& eumCertData); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/8674dd6d_8393a... : PS3, Line 151: static std::string getPermittedEINs(const std::vector<uint8_t>& eumCertData); spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/ed8cda0b_1f727... : PS3, Line 151: static std::string getPermittedEINs(const std::vector<uint8_t>& eumCertData); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/6ee32e92_268b8... : PS3, Line 151: static std::string getPermittedEINs(const std::vector<uint8_t>& eumCertData); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/0fad15c8_941e5... : PS3, Line 152: static bool verifyECDHCompatible(const std::vector<uint8_t>& pubKey1, const std::vector<uint8_t>& pubKey2); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/9200d119_fdccc... : PS3, Line 152: static bool verifyECDHCompatible(const std::vector<uint8_t>& pubKey1, const std::vector<uint8_t>& pubKey2); spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/82f9fcc7_abc7b... : PS3, Line 152: static bool verifyECDHCompatible(const std::vector<uint8_t>& pubKey1, const std::vector<uint8_t>& pubKey2); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/bcfda601_04870... : PS3, Line 152: static bool verifyECDHCompatible(const std::vector<uint8_t>& pubKey1, const std::vector<uint8_t>& pubKey2); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/b62b2078_9bc85... : PS3, Line 152: static bool verifyECDHCompatible(const std::vector<uint8_t>& pubKey1, const std::vector<uint8_t>& pubKey2); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/af8752c9_68670... : PS3, Line 152: static bool verifyECDHCompatible(const std::vector<uint8_t>& pubKey1, const std::vector<uint8_t>& pubKey2); spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/c51ca2d0_6dd55... : PS3, Line 152: static bool verifyECDHCompatible(const std::vector<uint8_t>& pubKey1, const std::vector<uint8_t>& pubKey2); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/32f24db8_562ce... : PS3, Line 152: static bool verifyECDHCompatible(const std::vector<uint8_t>& pubKey1, const std::vector<uint8_t>& pubKey2); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/d120efb3_5d1f7... : PS3, Line 153: static std::string getCurveOID(const std::vector<uint8_t>& certData); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/983a35f1_39cc2... : PS3, Line 153: static std::string getCurveOID(const std::vector<uint8_t>& certData); spaces required around that '>' (ctx:VxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/9a165419_cbcfc... : PS3, Line 153: static std::string getCurveOID(const std::vector<uint8_t>& certData); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/87ab5b3b_7b5db... : PS3, Line 153: static std::string getCurveOID(const std::vector<uint8_t>& certData); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/571b44a7_965e8... : PS3, Line 154: static bool verifyCertificateChainDynamic(X509* cert, const std::vector<X509*>& certPool, X509* rootCA, bool verbose); "foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/c9ae3b5a_1cca2... : PS3, Line 154: static bool verifyCertificateChainDynamic(X509* cert, const std::vector<X509*>& certPool, X509* rootCA, bool verbose); "foo* bar" should be "foo *bar"
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/ef11eec8_f386b... : PS3, Line 154: static bool verifyCertificateChainDynamic(X509* cert, const std::vector<X509*>& certPool, X509* rootCA, bool verbose); spaces required around that '<' (ctx:VxV)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/ce069735_1dc9e... : PS3, Line 154: static bool verifyCertificateChainDynamic(X509* cert, const std::vector<X509*>& certPool, X509* rootCA, bool verbose); spaces required around that '>' (ctx:OxO)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/543e6ebe_3bd90... : PS3, Line 154: static bool verifyCertificateChainDynamic(X509* cert, const std::vector<X509*>& certPool, X509* rootCA, bool verbose); space required before that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/26b8bd45_f55f5... : PS3, Line 154: static bool verifyCertificateChainDynamic(X509* cert, const std::vector<X509*>& certPool, X509* rootCA, bool verbose); space prohibited after that '&' (ctx:OxW)
Robot Comment from checkpatch (run ID ): https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41122/comment/7caa9079_a1ac0... : PS3, Line 159: #endif // RSP_CLIENT_H adding a line without newline at end of file