aboutsummaryrefslogtreecommitdiffstats
path: root/libparc/parc
AgeCommit message (Expand)AuthorFilesLines
2021-03-31[CICN-36] Add missing signing algorithm in libparcOlivier Roques1-0/+2
2020-04-02[CICN-33] Remove version from dynamic libsAngelo Mantellini1-2/+0
2020-01-30[HICN-489] Add iOS support to hicn stackAngelo Mantellini6-16/+16
2020-01-08[CICN-27] Fix invalid pointer deallocOlivier Roques1-2/+0
2019-12-13[CICN-26] Add support for HMACOlivier Roques2-23/+34
2019-10-14[CICN-20] use-after-free causes several valgrind warningsJordan Augé1-1/+1
2019-10-14[CICN-21] build for arm64 ubuntu 18Angelo Mantellini5-0/+26
2019-09-26[HICN-284] Android log for libparcAngelo Mantellini2-1/+9
2019-03-16the definition of read is not enabled when c++ compiler is available (only wi...Angelo Mantellini1-4/+4
2019-03-13Close, open and write are note redevined in C++Angelo Mantellini1-0/+4
2019-03-08Correct issue on windows. The file descriptor is closed by fclose.Angelo Mantellini1-0/+2
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 Compagno6-18/+165
2019-02-07Code cleanupAlberto Compagno2-4/+1
2019-02-07[CICN-15] Correct error about config.hAngelo Mantellini1-1/+3
2019-02-06[HICN-26] Windows compatibilty for libparcAngelo Mantellini293-324/+1806
2019-02-06[CICN-14] Removed copy of signature in libparc. The api now accepts a pointer...Alberto Compagno4-27/+30
2019-01-17Merge "parc assertions update" into cframework/masterLuca Muscariello1-52/+160
2019-01-17parc assertions updateGiovanni Conte1-52/+160
2019-01-17add clang directives to avoid warningsAngelo Mantellini4-1/+34
2019-01-16removed longbow dependencyGiovanni Conte140-838/+948
2018-11-26Added support for openssl 1.1.1Alberto Compagno3-4/+11
2018-11-09correct ios issue about processor variable definitionAngelo Mantellini1-2/+2
2018-06-20Solved memory leaks in parc_PublicKeySigner.cMauro Sardara1-0/+3
2018-06-20Adding precompilation check for libc realloc function.Mauro Sardara1-0/+2
2018-06-07Added parc_KeyType to files to install in CMakeLists.txt.Mauro Sardara1-10/+11
2018-05-10Fixes for ECDSA signatureMauro Sardara2-1/+3
2018-05-08Changed signature of parcIdentity_CreateSigner to add the crypto hash typeDevel2-4/+4
2018-05-08Removed cryptosuite as required parameter while reading p12. Added hashtypeDevel4-7/+6
2018-04-16Merge "Added method to retrieve the signature length from the signer. Fixed b...Alberto Compagno10-46/+132
2018-04-16Added method to retrieve the signature length from the signer. Fixed bug on p...Devel10-46/+132
2018-04-15Fixed bug in parcCryptoSuite_GetFromSigningHash()Mauro Sardara1-3/+3
2018-04-14Merge "Added method to retrieve a PARCCryptoSuite from a PARCSigningAlgorithm...Mauro Sardara12-64/+132
2018-04-14Added method to retrieve a PARCCryptoSuite from a PARCSigningAlgorithm and a ...Devel12-64/+132
2018-04-14Added const to char pointers in parc_CertificateFactory.[ch]Mauro Sardara2-2/+2
2018-04-12Added signature calculation and verification for ECDSADevel51-209/+2597
2018-04-03Added missing definition about InMemoryVerifierInterfaceAlberto Compagno1-0/+1
2018-03-19correct ANDROID definition (from _ANDROID_ to __ANDROID__)Angelo Mantellini2-2/+2
2017-08-08removed recoursive debuggin functions from RB treemichele papalini2-60/+0
2017-06-05- Adding support for iOSMauro Sardara1-23/+34
2017-05-11Adding missing binaries to package.Mauro Sardara1-3/+3
2017-04-29Adding support for dev and doc packages.Mauro Sardara1-11/+10
2017-02-23Initial commit: cframework. Longbow and LibparcLuca Muscariello461-0/+120601