aboutsummaryrefslogtreecommitdiffstats
path: root/libparc/parc/security/parc_PublicKeySigner.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-30[HICN-489] Add iOS support to hicn stackAngelo Mantellini1-1/+1
2019-03-08[CICN-19] Fixed missing allocation for holding the signature in SignDigestAlberto Compagno1-2/+2
2019-02-13Reintroduced for backward compatibility the old api for signing packets that ...Alberto Compagno1-7/+82
2019-02-07Code cleanupAlberto Compagno1-3/+0
2019-02-06[HICN-26] Windows compatibilty for libparcAngelo Mantellini1-4/+4
2019-02-06[CICN-14] Removed copy of signature in libparc. The api now accepts a pointer...Alberto Compagno1-17/+16
2019-01-17add clang directives to avoid warningsAngelo Mantellini1-1/+3
2019-01-16removed longbow dependencyGiovanni Conte1-14/+14
2018-06-20Solved memory leaks in parc_PublicKeySigner.cMauro Sardara1-0/+3
2018-04-16Added method to retrieve the signature length from the signer. Fixed bug on p...Devel1-0/+43
2018-04-14Added method to retrieve a PARCCryptoSuite from a PARCSigningAlgorithm and a ...Devel1-1/+2
2018-04-12Added signature calculation and verification for ECDSADevel1-24/+72
2017-02-23Initial commit: cframework. Longbow and LibparcLuca Muscariello1-0/+228