[Cdsa-dev] RE: [Cdsa-discuss] Query
Status: Abandoned
Brought to you by:
mdwood-intel
From: Bowler, D. <dav...@in...> - 2002-08-20 21:30:08
|
The first thing to check is that your CSP has been correctly installed in MDS. If the entry isn't in MDS, CSSM won't know where to look to load your CSP despite the fact that it's in the system directory. Assuming you're running Windows (which I assume you are since you're talking about .dlls and system directories), you can check that your CSP is installed correctly by using MDSEdit, which is included in the open source distribution. The CSSM handles the direct calling of your actual crypto functions, since only basic module management functions are actually exported from the CSP. Look at the install code for the eaycsp for a guide of how to install your CSP. I'm guessing that your problem is that the CSP isn't installed correctly. If this isn't the case, then any additional information about your setup would prove useful. You may also want to look at some of the documentation on developing CSPs and using MAF that are included in the CDSA docs from the SF web site. David Bowler Sr. Software Engineer Intel Research & Development > -----Original Message----- > From: raju [mailto:ra...@cr...] > Sent: Tuesday, August 20, 2002 2:38 AM > To: cds...@li...; > Cds...@li...; cds...@li... > Subject: [Cdsa-discuss] Query > > > Hi! > > I have created my own dll file for csp module in CDSA and > also included > in system directory. > I am unable to call the functions specified in that dll. > I shall be thankful if you will guide me the steps required for > calling own created csp. > > Regards, > Meenakshi > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > Cdsa-discuss mailing list > Cds...@li... > https://lists.sourceforge.net/lists/listinfo/cdsa-discuss > |