There is an existing discussion on an old tracker ... https://code.google.com/p/k9mail/issues/detail?id=2538
A lot of work seems to be done on PGP support in the https://github.com/k9mail/k-9/milestones/PGP/MIME milestone.
Hope this issue helps to track S/MIME support. I would like to easily verify both PGP and S/MIME signatures.
A few related issues:
There was a mobile application development project at our university and one project tried to implement this: https://github.com/FAU-Inf2/SMile
For me this looks like a big chaos but maybe you can use some parts... ;)
We can take some lessons from it, but:
Similarly to the first OpenPGP implementation, we can probably learn lessons but direct code re-use is going to be problematic.
I've begun a branch in my local repository which assumes it will receive similar intents to that which OpenKeychain provides: https://github.com/philipwhiuk/k-9/commits/smime I will keep re-basing this on-top of master maintaining parity with any new relevant features that the PGP/MIME development adds.
I need to write a SMIME certificates storage app now to implement the other side so I can test decrypting a SMIME message (and test composition). It's possible I can fork https://github.com/FAU-Inf2/SMileCE for that. Otherwise it will take a while...
Right now the OpenKeychain project kind of owns the crypto provider interface and drives the development. Which is fine, because nobody else showed interest in integrating with K-9 Mail.
But really I want to have a crypto provider interface that is generic enough to be able to support both PGP/MIME and S/MIME. That is also part of the reason why I suggested using the openintents namespace back when this all started. My hope was this interface will be implemented by more than one app, and one day supports more than one crypto system.
The use of "openpgp" all over the place is a bit unfortunate. But I suspect the API needs some tweaking to be able to support S/MIME anyway. So transitioning to a more generic name shouldn't be a huge problem either.
/cc @Valodim @dschuermann
I can recommend the library https://en.wikipedia.org/wiki/Bouncy_Castle_(cryptography) for this. At work we use this API for Java and S/Mime and it was simple to integrate. It also supports PGP, but I never tried the PGP part.
While you implement this a temporary word-around is X509Tools
Hello everyone! I'm curious, what's the current status of the S/MIME integration?
Are there still plans to ship this feature, do you need help with something specific, or is it just not going to happen?
In 3 years you grow a long 馃
Most helpful comment
Hello everyone! I'm curious, what's the current status of the S/MIME integration?
Are there still plans to ship this feature, do you need help with something specific, or is it just not going to happen?