aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src/security/signer.cc
AgeCommit message (Collapse)AuthorFilesLines
2020-03-24[HICN-580] Improve memory usage in signer and verifierOlivier Roques1-23/+21
This patch reduces the amount of memory used by the signer and verifier classes. It also removes some logs from VPP collectd plugins. Change-Id: I3dac7b9104b5586ac22dee60f506bee51ece2cbe Signed-off-by: Olivier Roques <oroques+fdio@cisco.com>
2020-03-11[HICN-546] Fix memory leak on producer sideOlivier Roques1-2/+2
Fix a memory leak caused during the signing of packets on the producer side by releasing the signature when signing is done. Change-Id: I352885913e3a16d03fcc77116238928edb090e01 Signed-off-by: Olivier Roques <oroques+fdio@cisco.com>
2020-02-26[HICN-534] Major rework on libtransport organizationMauro Sardara1-0/+187
Change-Id: I361b83a18b4fd59be136d5f0817fc28e17e89884 Signed-off-by: Mauro Sardara <msardara@cisco.com>