RE: BSAFE42.lib and SFL (sm_rsaDLL project)
"Pawling, John" <[email protected]>
| Newsgroups | gmane.ietf.sfl |
|---|---|
| Message-ID | <33BD629222C0D211B6DB0060085ACF315A0263@WFHQEX03> |
All, Bob Colestock, VDA, writes: "I believe you can simply place these 2 functions in our "./alg_libs/sm_rsa/sm_tstdlib.c". RSA must have added these to the other memory allocation/copy functions we had to replace. They would simply call the standard "C" functions of similar names (see our replacements for malloc, memcpy, etc.)." I hope this helps. - John Pawling -----Original Message----- From: Pawling, John Sent: Friday, October 08, 1999 11:24 AM To: 'Doug Colligan'; '[email protected]' Cc: '[email protected]'; '[email protected]'; '[email protected]' Subject: RE: BSAFE42.lib and SFL (sm_rsaDLL project) David, We have tested the SFL and BSAFE CTIL with the RSA BSAFE v3.0 library. We have not tested with the BSAFE v4.2 library. We will investigate obtaining a copy of the v4.2 BSAFE library. Assuming that we can obtain it, we will test it with the BSAFE CTIL. This will probably take at least a week. ============================================ John Pawling, Director - Systems Engineering J.G. Van Dyke & Associates, Inc., a Wang Government Services Company [email protected] ============================================ -----Original Message----- From: Doug Colligan [mailto:[email protected]] Sent: Friday, October 08, 1999 5:10 AM To: '[email protected]' Cc: '[email protected]'; '[email protected]'; Doug Colligan; '[email protected]' Subject: BSAFE42.lib and SFL (sm_rsaDLL project) Hello I work for DISA and am attempting to build the SFL library using the following tools (VS6.0 with patch 3, RSA BSAFE 4.2) and I get the following linker errors when building this particular CTIL. bsafe42.lib (asendecod.obj) error LNK2001 unresolved external _T_strcpy bsafe42.lib (asendecod.obj) error LNK2001 unresolved external _T_strlen bsafe42.lib (asn.obj) error LNK2001 unresolved external _T_strlen bsafe42.lib (asndata.obj) error LNK2001 unresolved external _T_strlen I realize that this is not the recommended release of BSAFE to utilize but it is what I have. If this is not the correct forum for this question then please direct me to the correct forum and I will state now that I am sorry to bother folks with this mail message. Since T_* are internal mechanisms to the RSA compiled library I have no insight into the RSA library. Am hoping that I can correct this using either a compiler or a linker directive when building sm_rsaDLL. Appreciate your time David Coe