Gioacchino Mazzurco 7bf4da0691
Avoid JSON operations on RsGxsIdGroup::mPgpIdSign
The field is actually a raw memory chunk even if declared as an
  std::string as result the produced JSON is broken and JSON API clients
  cannot parse the output of methods like rsIdentity/getIdentitiesInfo
A proper fix would be refactoring the whole code to use a proper raw
  memory buffer for that field but given there is no usage for a raw PGP
  signature on a client app as RetroShare library already verify it internally
  workaround the issue by just ignoring that field in JSON serial operations.
2021-06-22 08:24:11 +02:00
..
2019-05-02 09:55:53 +02:00
2020-12-29 12:23:18 +01:00
2020-04-14 21:38:52 +02:00
2021-03-23 23:16:31 +01:00
2021-03-23 23:16:31 +01:00