-
as seen on Super User
- Search for 'Super User'
I have received an email that has no content, just a file called smime.p7m attached.
I was looking into the OpenSSL and it's smime module but I cannot figure out exactly how.
I must be doing something wrong.
I extracted the certificate chain form the p7m file.
# openssl pkcs7 -inform DER -in smime…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
This is an odd one.
We want to have an encrypted e-mail list. There are a few ways to do this, but in the interim what we've done is created a public/private keypair via openssl for our e-mail list ([email protected]) and then distributed the public/private keypair amongst the list participants (ugh)…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using Mime::Lite to create and send E-Mails. Now I need to add support for S/Mime-encryption and finally could encrypt my E-Mail (the only Perllib I could install seems broken, so I'm using a systemcall and openssl smime), but when I try to create a mime-object with it, the E-Mail will be broken…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Dear list,
I would like to send a mail with a s/mime v3 attachment through SMTP.
The excellent HOWTO below describes the procedure in detail for s/mime v2.
http://sandbox.rulemaker.net/ngps/m2/howto.smime.html
I would greatly appreciate any help in doing the same for s/mime v3.
Arye.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is it possible to sign a MIME email (RFC 2822) multiple times using S/MIME, so that all signatures are verifiable and retrievable?
>>> More