17 Sep 2003 15:21
problem - veryfing Cyclone signed message
Konrad Jasinski <corado <at> student.uci.agh.edu.pl>
2003-09-17 13:21:54 GMT
2003-09-17 13:21:54 GMT
Hi, can anyone help me with my problem? I'm testing some self-made software to communicate with CycloneActivator ver 4.2 by using AS2 protocol; To do tests I'm using two Cyclons and my soft is analyzing backup data I'm analyzing signed messages from Cyclone, but I have a problem with verifing them. In rfcs and drafts it's said that multipart/signed message should be created with two parts: - in the first part: source data with some MIME Headers - in the second part: signature computed over the first part the first part sent by Cyclone is OK, but the second part is strange for me , it has much more that 64 bytes (Cyclone is using RSA(512 bits) with SHA-1, so the signature should be 64 bytes long) after a while i realized that in second part is: - something like certificate (several bytes are different, the public key is the same I've imported from Cyclone earlier - .p7c and .cer format) - I don't know why Cyclone is sending it... - after that some data,which loooks similar to some kind of certificate(Continue reading)
RSS Feed