Re: cert LDAP publication

1999-09-10 Thread Radovan Semancik
"Salz, Rich" wrote: Can anyone point me to some starting place where I can find some documents on publication of user certificates into LDAP directory. You could start by looking at www.ietf.org, in the internet-drafts area for documents with pkix and ldap in their title. We have some

Re: cert LDAP publication

1999-09-10 Thread Michael Hallgren
"Salz, Rich" wrote: Can anyone point me to some starting place where I can find some documents on publication of user certificates into LDAP directory. You could start by looking at www.ietf.org, in the internet-drafts area for documents with pkix and ldap in their title.

RE: cert LDAP publication

1999-09-09 Thread Salz, Rich
Can anyone point me to some starting place where I can find some documents on publication of user certificates into LDAP directory. You could start by looking at www.ietf.org, in the internet-drafts area for documents with pkix and ldap in their title. We have some C++ code: // This code is

RE: cert LDAP publication

1999-09-09 Thread Tom Jordan
Along these lines, does anyone have any experience or recommendation on the type of certificate to publish in an LDAP directory for support of S/MIME, etc. Are there any strong feelings about X.509 vs. PKCS12 (or others) or encoding types? Please let me know if you have any experience or

Re: cert LDAP publication

1999-09-09 Thread Michael Hallgren
Hi! Hi, Can anyone point me to some starting place where I can find some documents on publication of user certificates into LDAP directory. Maybe this is not a best place to ask, but I just cannot find a better one :-) Since you're into OpenSSL, I suggest you pass by OpenCA

RE: cert LDAP publication

1999-09-09 Thread Salz, Rich
type of certificate to publish in an LDAP directory for support of S/MIME, etc. Are there any strong feelings about X.509 vs. PKCS12 (or others) or encoding types? I thought everyone used the DER representation of the X.509 certificate structure. (That is what PKIX folks do.) Who does

Re: cert LDAP publication

1999-09-09 Thread Michael Ströder
"Salz, Rich" wrote: type of certificate to publish in an LDAP directory for support of S/MIME, etc. Are there any strong feelings about X.509 vs. PKCS12 (or others) or encoding types? I thought everyone used the DER representation of the X.509 certificate structure. (That is what