bettybop68 / android-rcs-ims-stack

Automatically exported from code.google.com/p/android-rcs-ims-stack
0 stars 1 forks source link

MSRPoTLS / bouncycastle lib #217

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Under Android there are already security/cert packages:
java.security.cert
javax.crypto
...

So why to we need to integrate a lib of bouncycastle for MSRPoTLS in the stack?

We should avoid code duplication, also to reduce the size of the stack (this 
may be important in case of a downloadable client).

Note: the bouncycastle lib is also part of the Android OS (see open source at 
\android\external\bouncycastle)

Original issue reported on code.google.com by jmauffret@gmail.com on 5 Feb 2014 at 2:05

GoogleCodeExporter commented 8 years ago

Original comment by jmauffret@gmail.com on 5 Feb 2014 at 2:06

GoogleCodeExporter commented 8 years ago
Although most devices do bring an implementation of java.security.cert there's 
no official API. So in order to ensure an according X.509 implementation 
beining available and accessible I think we need to integrate it.

Original comment by andreas-...@telekom.de on 5 Feb 2014 at 2:46