How extract XML from P7M
- nageswaragunupudi
- Posts: 10721
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 8 times
- Contact:
Re: How extract XML from P7M
I missing to say: "For free" !
I am searching some sample with FWH o same PHP to run...
tks
R
I am searching some sample with FWH o same PHP to run...
tks
R
Re: How extract XML from P7M
Hello
you must use the OPENSSL command
below an example:
// ---------------------------------------------------//
nFIN:="file.xml.p7m"
nFOUT:="file.xml"
nCMD:="openssl smime -verify -noverify -in "+nFIN+" -inform DER -out "+nFOUT
WaitRun(nCMD,0) // 0 = esegue la finestra in HIDE
// ---------------------------------------------------//
Regards
Santo Venezia - Italy
you must use the OPENSSL command
below an example:
// ---------------------------------------------------//
nFIN:="file.xml.p7m"
nFOUT:="file.xml"
nCMD:="openssl smime -verify -noverify -in "+nFIN+" -inform DER -out "+nFOUT
WaitRun(nCMD,0) // 0 = esegue la finestra in HIDE
// ---------------------------------------------------//
Regards
Santo Venezia - Italy
- Enrico Maria Giordano
- Posts: 8756
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 4 times
- Contact:
Re: How extract XML from P7M
I get this:
What am I missing?
EMG
Code: Select all | Expand
Error reading S/MIME message
7344:error:0D0680A8:asn1 encoding routines:asn1_check_tlen:wrong tag:crypto\asn1\tasn_dec.c:1130:
7344:error:0D07803A:asn1 encoding routines:asn1_item_embed_d2i:nested asn1 error:crypto\asn1\tasn_dec.c:290:Type=PKCS7
What am I missing?
EMG
Re: How extract XML from P7M
Ciao Enrico,
did you use openssl.exe ?
If yes, send me a P7M file, i will try it !
romeo1960@gmail.com
ciao
did you use openssl.exe ?
If yes, send me a P7M file, i will try it !
romeo1960@gmail.com
ciao
- Enrico Maria Giordano
- Posts: 8756
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Has thanked: 1 time
- Been thanked: 4 times
- Contact:
Re: How extract XML from P7M
Romeo wrote:did you use openssl.exe ?
Yes.
Romeo wrote:If yes, send me a P7M file, i will try it !
That file is not mine, so I can't send it to you, sorry.
EMG