Re: Create a SelfSign Certificate in C++

2013-02-04 Thread Brian Smith
James Burton wrote: > I want to create a selfsign certificate in c++ but i don't know were > to start and i would like some help if you could make a example > application to show me how to create a selfsign certificate or show > me some documentation to create a selfsign

Re: Create a SelfSign Certificate in C++

2013-02-04 Thread mdege
Have a look at the sources of certutil. This tool let you create a certificate (main otion -S) -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto

Re: Create a SelfSign Certificate in C++

2013-02-04 Thread helpcrypto helpcrypto
https://www.google.com/search?q=c%2B%2B+create+self+signed+certificate On Sat, Feb 2, 2013 at 8:30 PM, James Burton wrote: > Hello > > I want to create a selfsign certificate in c++ but i don't know were to start > and > i would like some help if you could make a example ap

Create a SelfSign Certificate in C++

2013-02-02 Thread James Burton
Hello I want to create a selfsign certificate in c++ but i don't know were to start and i would like some help if you could make a example application to show me how to create a selfsign certificate or show me some documentation to create a selfsign certificates in c++. Thank you -- dev