RE: CryptoAPI

2004-04-13 Thread Robert Shearman
Juan Lang wrote: > > --- Robert Shearman <[EMAIL PROTECTED]> > wrote: > > CryptGetOIDFunctionAddress is > > kind of like GetProcAddress and so all of the real > > work is done by > > CertDllOpenStoreProv which is provided by the > > certificate provider. > > > CertOpenStore is just a wrapper for >

RE: CryptoAPI

2004-04-13 Thread Juan Lang
--- Robert Shearman <[EMAIL PROTECTED]> wrote: > CryptGetOIDFunctionAddress is > kind of like GetProcAddress and so all of the real > work is done by > CertDllOpenStoreProv which is provided by the > certificate provider. > CertOpenStore is just a wrapper for > CryptGetOIDFunctionAddress("CertDllO

RE: CryptoAPI

2004-04-09 Thread Robert Shearman
Juan Lang wrote: > > Hi Robert, > > Robert wrote: > > It depends on which part you are trying to > implement. > > For the Certificate Store functions I would > recommend > > implementing the "OID support functions" first, > > I was taking a look at implementing the certificate > store functions, an

Re: CryptoAPI

2004-04-09 Thread dataphile
I read in one of the list archives that someone was working on implementing CryptoAPI functionality via libgcrypt on the backend. Anyone have any more info on this?

RE: CryptoAPI

2004-04-06 Thread Juan Lang
Hi Robert, Robert wrote: > It depends on which part you are trying to implement. > For the Certificate Store functions I would recommend > implementing the "OID support functions" first, I was taking a look at implementing the certificate store functions, and I was thinking (hoping?) I could avoi

RE: CryptoAPI

2004-04-05 Thread Robert Shearman
> > Has anybody started implementing CryptoApi in WINE?? If no mayby someone > can give me some clues how to start... I am not bad i C++ I think, but I > have never make thing like that. I don't promise I will do that, but I > can try... :) It depends on which part you are trying to implement. For

Re: CryptoAPI

2004-04-05 Thread Geoff Thorpe
Hi, On April 5, 2004 10:57 am, "Jacek [KRunch] Chaƅupka" wrote: > Has anybody started implementing CryptoApi in WINE?? I know that Juan Lang has already been making inroads into this. Cheers, Geoff -- Geoff Thorpe [EMAIL PROTECTED] http://www.geoffthorpe.net/

Re: CryptoAPI

2004-04-05 Thread Juan Lang
Jacek wrote: > Has anybody started implementing CryptoApi in WINE?? > If no mayby someone can give me some clues how to > start... I am not bad i C++ I think, but I > have never make thing like that. I don't promise I > will do that, but I can try... :) Hi Jacek, take a look at Wine's rsabase.dll