Re: [openssl-users] Developing CA with Openssl library

2016-03-03 Thread Bear Giles
I've written big chunks of a CA in both openssl and java (BouncyCastle). It has definite benefits since it can be tightly integrated into an existing infrastructure but does require a fairly deep understanding of both concepts and implementation details. The actual key management is not that hard t

Re: [openssl-users] Developing CA with Openssl library

2016-03-02 Thread lists
On 03/02/2016 09:36 AM, thirumalkumarkanakur...@bel.co.in wrote: Dear users, I want to develop my own CA with openssl library with all the CA functionalities like Key generation,Certificate creation,Certificate Revocation List creation,Certificate revocation and certificate verification.in O

Re: [openssl-users] Developing CA with Openssl library

2016-03-02 Thread Michel
-users] Developing CA with Openssl library Dear users, I want to develop my own CA with openssl library … -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] Developing CA with Openssl library

2016-03-02 Thread thirumalkumarkanakurthi
Dear users, �I want to develop my own CA with openssl library with all the CA functionalities like Key generation,Certificate creation,Certificate Revocation List creation,Certificate revocation and certificate verification.in Order to do so i am struct with the following questions 1. currently