Re: Automated certificate creation

2007-08-08 Thread bgiles
> Hi, > > while creating certificate requests using openssl, one is prompted for > some information like Country name, Sate, Locality name etc. > Though these parameters have defaults set, one has to hit return to move > ahead. > > Is there a way to achieve this without being prompted for any infor

Re: Saving (and restoring) cipher context

2007-05-30 Thread bgiles
You may have already gotten this answer, but just in case you haven't... You're looking at two distinct problems. The first is protecting the data "in motion", and you basically need to look at the SSL routines and related authentication information (e.g., X.509 certificates). The data you put i

Re: can repository reliably convert between PEM and DER?

2006-08-07 Thread bgiles
>> Can a certificate repository freely convert between PEM and DER formats? > > Yes, they are simple transcriptions, so something else is going on. IIRC the 'trusted' tag on some certs were getting lost when converted back to PEM. But it's been awhile and could easily have been a problem between

can repository reliably convert between PEM and DER?

2006-08-07 Thread bgiles
[I'm not sure if this goes into -users or -dev since the implementation uses the openssl library, not the command-line tools.] Can a certificate repository freely convert between PEM and DER formats? I thought they were simple transcriptions, but I'm not sure since I'm having problems with a trus

Re: using openssl as CA ?

2006-07-18 Thread bgiles
> What could be the reasons for using anything other than openssl as CA? Are > there security issues? > > Are people using openssl as their private CA? are any particular problems > reported regarding the use of openssl as private CA on large scale? I was designing an open Java/C CA a few years ba