summaryrefslogtreecommitdiffstats
path: root/csarvalidation/src/test/java/org/onap/cvc/csar/parser
AgeCommit message (Collapse)AuthorFilesLines
2020-03-21Set version 1.2.3Kanagaraj Manickam1-1/+1
Issue-ID: VNFSDK-565 Change-Id: I4abe480328684f28032035ff6b3c3b3c2c85d4b5 Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com>
2019-11-22Support non DOS/Windows format CSAR manifest fileLianhao Lu1-4/+19
When recreating the csar manifest file during signature verification, we should use the same newline charater as the original file instead of using the DOS/Windows newline charater to avoid false positive signature verfication failure. Issue-ID: VNFSDK-520 Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Change-Id: I7bdf0a7f6b46c7def0a92d7ec7f245e268355959
2019-08-22CMS signature validationBogumil Zebek1-0/+50
Change-Id: Ie5d1c835d0e6a760f1b7de651a3833cb87b727e0 Issue-ID: VNFSDK-396 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>