Re: PKCS12 Key Store API

2008-02-13 Thread Milinda Pathirage
Hi, I added the missing parts into wiki page. :) Thanks Milinda On Feb 14, 2008 10:58 AM, Kaushalye Kapuruge <[EMAIL PROTECTED]> wrote: > Hi Milinda, > Looks fine to me. Would like to add followings suggestions. > 1. The structure of the pkcs12_keystore_t should be in the wiki > 2. The free fu

Re: PKCS12 Key Store API

2008-02-13 Thread Kaushalye Kapuruge
Hi Milinda, Looks fine to me. Would like to add followings suggestions. 1. The structure of the pkcs12_keystore_t should be in the wiki 2. The free function is missing 3. Shouldn't it be pkcs12_keystore_*create* -> pkcs12_keystore_*load* Or do we need both functions. Thoughts? -Kaushalye

Re: PKCS12 Key Store API

2008-02-13 Thread Milinda Pathirage
hi all, I updated the API for pkcs12 key store. Please refer the wiki page and comment if there are any issues. thanks Milinda On Feb 7, 2008 11:25 AM, Kaushalye Kapuruge <[EMAIL PROTECTED]> wrote: > The correct location is ... > http://wiki.apache.org/ws/rampartc/pkcs12_API > :) > -Kaushalye

Re: PKCS12 Key Store API

2008-02-06 Thread Kaushalye Kapuruge
The correct location is ... http://wiki.apache.org/ws/rampartc/pkcs12_API :) -Kaushalye Kaushalye Kapuruge wrote: Hi Milinda, I created following[1] WIKI page with some modifications to the API. Please add other functions too. -Kau [1]http://wiki.apache.org/general/rampartc/pkcs12_API Milinda

Re: PKCS12 Key Store API

2008-02-06 Thread Kaushalye Kapuruge
Hi Milinda, I created following[1] WIKI page with some modifications to the API. Please add other functions too. -Kau [1]http://wiki.apache.org/general/rampartc/pkcs12_API Milinda Pathirage wrote: Hi all, After doing some research with openssl pkcs12 implementation, I designed following API fo

Re: PKCS12 Key Store API

2008-01-31 Thread Milinda Pathirage
Hi, In the case of private key, we have only one private key in any side. Therefore I think we don't have any difficulties to retrieve that private key. In general case we only store our own private key only in our key store with matching certificate (our own certificate) and certificates from othe

Re: PKCS12 Key Store API

2008-01-31 Thread Kaushalye Kapuruge
Manjula Peiris wrote: On Thu, 2008-01-31 at 12:43 +0530, Milinda Pathirage wrote: Hi all, After doing some research with openssl pkcs12 implementation, I designed following API for PKCS12 Keystore to include in Rampart/C. Currently Rampart configuration support specifying certificate using

Re: PKCS12 Key Store API

2008-01-31 Thread Manjula Peiris
On Thu, 2008-01-31 at 12:43 +0530, Milinda Pathirage wrote: > Hi all, > > After doing some research with openssl pkcs12 implementation, I designed > following API for PKCS12 Keystore to include in Rampart/C. > > Currently Rampart configuration support specifying certificate using their > .pem fi

Re: PKCS12 Key Store API

2008-01-31 Thread Kaushalye Kapuruge
Hi Milinda, Good job. :). See my comments in line. Cheers, Kaushalye Milinda Pathirage wrote: Hi all, After doing some research with openssl pkcs12 implementation, I designed following API for PKCS12 Keystore to include in Rampart/C. Currently Rampart configuration support specifying certifica

PKCS12 Key Store API

2008-01-30 Thread Milinda Pathirage
Hi all, After doing some research with openssl pkcs12 implementation, I designed following API for PKCS12 Keystore to include in Rampart/C. Currently Rampart configuration support specifying certificate using their .pem file name. This approach is limiting our capabilities of server side security