[go: up one dir, main page]

Menu

[r369]: / main / src / osp.def  Maximize  Restore  History

Download this file

285 lines (281 with data), 7.6 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
;/*
;#########################################################################
;#########################################################################
;#########################################################################
;#
;# COPYRIGHT (c) 1998 by TransNexus, LLC
;#
;# This software contains proprietary and confidential information
;# of TransNexus, LLC. Except as may be set forth in the license
;# agreement under which this software is supplied, use, disclosure,
;# or reproduction is prohibited without the prior, express, written
;# consent of TransNexus, LLC.
;#
;#
;# $Author: dmitry $
;#
;# $Date: 2004/01/26 13:36:40 $
;#
;# $Header: /tmp/OSPclient/osptoolkit/src/osp.def,v 1.2 2004/01/26 13:36:40 dmitry Exp $
;#
;# $Id: osp.def,v 1.2 2004/01/26 13:36:40 dmitry Exp $
;#
;# $Locker: $
;#
;# $Name: $
;#
;# $RCSfile: osp.def,v $
;#
;# $Revision: 1.2 $
;#
;# $Source: /tmp/OSPclient/osptoolkit/src/osp.def,v $
;#
;# $State: Exp $
;#
;# $Log: osp.def,v $
;# Revision 1.2 2004/01/26 13:36:40 dmitry
;# Added two new API calls
;#
;# Revision 1.1 2002/02/22 14:16:14 dmitry
;# Moved and restructured OSP Toolkit files from "osp" to "osptoolkit".
;#
;# Revision 1.19 1998/10/30 19:46:13 maria
;# fixes for tnlog.c
;#
;# Revision 1.18 1998/10/29 19:21:11 maria
;# minor fixes
;#
;# Revision 1.17 1998/10/23 19:05:06 maria
;# added funcs to support xmltest
;#
;# Revision 1.16 1998/10/23 16:55:20 maria
;# added functions to work w/xmltest
;#
;# Revision 1.15 1998/10/01 19:29:10 maria
;# Added OSPPTransactionRecordFailure
;#
;# Revision 1.14 1998/09/29 18:31:41 maria
;# added OSPPTransactionReInitializeAtDevice
;#
;# Revision 1.13 1998/09/25 22:02:03 maria
;# Added TransactionInitialize
;#
;# Revision 1.12 1998/09/17 14:39:24 maria
;# added list exports
;#
;# Revision 1.11 1998/09/17 14:30:43 maria
;# added callid delete
;#
;# Revision 1.10 1998/09/14 21:33:47 rvaughn
;# Added BuildTok for osptestsrvr
;#
;# Revision 1.9 1998/09/13 15:30:55 rvaughn
;# Fixes
;#
;# Revision 1.8 1998/09/11 20:35:59 rvaughn
;# Fixes to AuthRsp
;#
;# Revision 1.7 1998/08/04 18:57:32 rvaughn
;# format changes
;#
;# Revision 1.6 1998/07/29 01:33:58 rvaughn
;# signed/unsigned fixes. Added XML API stuff to osp.def temporarily
;# so that xmltest could link to the osp20.dll
;#
;# Revision 1.5 1998/07/20 14:19:50 rvaughn
;# OSPPCleanup
;#
;# Revision 1.4 1998/07/20 14:17:22 rvaughn
;# added OSPPCleanup
;#
;# Revision 1.3 1998/07/13 23:18:15 rvaughn
;# begin to remove stubs
;#
;# Revision 1.2 1998/07/02 12:39:55 maria
;# Fixed header.
;#
;# Revision 1.1 1998/07/02 12:36:32 maria
;# Initial version.
;#
;#
;##########################################################################
;##########################################################################
;##########################################################################
;*/
;/*
; * osp.def - Export file for osp.dll.
; */
LIBRARY "OSP20"
DESCRIPTION 'OSP Windows Dynamic Link Library'
EXPORTS
; Explicit exports can go here
OSPPInit
OSPPCleanup
OSPPProviderDelete
OSPPProviderGetAuthorityCertificates
OSPPProviderGetHTTPMaxConnections
OSPPProviderGetHTTPPersistence
OSPPProviderGetHTTPRetryDelay
OSPPProviderGetHTTPRetryLimit
OSPPProviderGetHTTPTimeout
OSPPProviderGetLocalKeys
OSPPProviderGetLocalValidation
OSPPProviderGetNumberOfAuthorityCertificates
OSPPProviderGetNumberOfServicePoints
OSPPProviderGetServicePoints
OSPPProviderGetSSLLifetime
OSPPProviderNew
OSPPProviderSetAuthorityCertificates
OSPPProviderSetCapabilitiesURLs
OSPPProviderSetHTTPMaxConnections
OSPPProviderSetHTTPPersistence
OSPPProviderSetHTTPRetryDelay
OSPPProviderSetHTTPRetryLimit
OSPPProviderSetHTTPTimeout
OSPPProviderSetLocalKeys
OSPPProviderSetLocalValidation
OSPPProviderSetServicePoints
OSPPProviderSetSSLLifetime
OSPPTransactionAccumulateOneWayDelay
OSPPTransactionAccumulateRoundTripDelay
OSPPTransactionDelete
OSPPTransactionGetFirstDestination
OSPPTransactionGetNextDestination
OSPPTransactionIndicateCapabilities
OSPPTransactionInitializeAtDevice
OSPPTransactionRecordFailure
OSPPTransactionReinitializeAtDevice
OSPPTransactionNew
OSPPTransactionReportUsage
OSPPTransactionRequestAuthorisation
OSPPTransactionValidateAuthorisation
OSPPAuthCnfFromElement
OSPPAuthCnfToElement
OSPPAuthCnfNew
OSPPUsageCnfFromElement
OSPPUsageCnfToElement
OSPPUsageCnfNew
OSPPAuthIndFromElement
OSPPAuthIndToElement
OSPPAuthIndNew
OSPPStatusDelete
OSPPAuthRspFromElement
OSPPAuthRspToElement
OSPPStatusNew
OSPPAuthRspNew
OSPPUsageIndFromElement
OSPPUsageIndToElement
OSPPUsageIndNew
OSPPAuthReqFromElement
OSPPXMLDocParse
OSPPXMLDocCreate
OSPPBfrNew
OSPPAuthReqToElement
OSPPCallIdNew
OSPPCallIdDelete
OSPPAuthReqNew
OSPPAuthRspDelete
OSPPDestNew
OSPPUsageIndDelete
OSPPAuthReqDelete
OSPPAuthRspAddDest
OSPPDestSetCallId
OSPPAuthRspSetStatus
OSPPStatusSetDesc
OSPPUsageCnfSetStatus
OSPPMimeHeaderBuild
OSPPMimeMessageCreate
OSPPXMLMessageCreate
OSPPXMLMessageParse
OSPPMimeMessageParse
OSPPListAppend
OSPPTokenNew
OSPPListRemove
OSPPListNext
OSPPListFirst
OSPPListNew
OSPPListEmpty
OSPPAuthRspSetTNDelayLimit
OSPPAuthRspSetTNDelayPref
OSPPAuthReqGetCallId
OSPPDestGetCallIdSize
OSPPDestGetCallIdValue
OSPPDestAddToken
OSPPDestSetLimit
OSPPDestSetAuthority
OSPPDestSetValidUntil
OSPPDestSetAddr
OSPPDestSetNumber
OSPPAuthRspSetTrxId
OSPPStatusSetCode
OSPPAuthRspSetTimestamp
OSPPAuthRspSetStatusDesc
OSPPAuthRspSetStatusCode
OSPPUsageCnfSetTimestamp
OSPPDestSetValidAfter
OSPPDestFirstToken
OSPPListLast
OSPPUsageCnfDelete
OSPPTokenDelete
OSPPTokenToElement
OSPPTokenInfoDelete
OSPPTokenInfoFromElement
OSPPTokenInfoToElement
OSPPTokenInfoSetTrxId
OSPPTokenInfoSetValidUntil
OSPPTokenInfoSetValidAfter
OSPPTokenInfoSetDestNumber
OSPPTokenInfoSetSourceNumber
OSPPTokenInfoNew
OSPPAuthCnfDelete
OSPPAuthCnfSetValidUntil
OSPPAuthCnfSetValidAfter
OSPPAuthCnfSetStatus
OSPPAuthCnfSetTimestamp
OSPPAuthIndDelete
OSPPAuthIndSetTimestamp
OSPPUsageIndSetTNFailReason
OSPPUsageIndSetTNDeviceId
OSPPUsageIndSetTNCustId
OSPPUsageIndSetDuration
OSPPUsageIndAddSourceAlt
OSPPUsageIndAddDestinationAlt
OSPPAltInfoNew
OSPPUsageIndSetDestNumber
OSPPUsageIndSetSourceNumber
OSPPUsageIndSetCallId
OSPPUsageIndSetTransactionId
OSPPUsageIndSetRole
OSPPUsageIndSetTimestamp
OSPPBfrDelete
OSPPXMLElemDelete
OSPPBfrSize
OSPPAuthReqSetTNDeviceId
OSPPAuthReqSetTNCustId
OSPPAuthReqSetMaxDest
OSPPAuthReqSetDestNumber
OSPPAuthReqSetSourceNumber
OSPPAuthReqSetTimestamp
OSPPAuthReqAddCallIdValue
OSPPTokenInfoSetCallId
OSPPAuthIndAddDestinationAlt
OSPPAuthIndAddSourceAlt
OSPPAuthIndSetDestNumber
OSPPAuthIndSetSourceNumber
OSPPAuthIndSetCallId
OSPPAuthIndSetRole
OSPPAuthIndAddToken
OSPPSSLWrapCleanup
OSPPSecGetSSLLifetime
OSPPSSLWrapInit
OSPPSecSetSSLLifetime
OSPPPKCS1PrivateKeyCopy
OSPPPKCS1PrivateKeyCreate
OSPPPKCS1PrivateKeyDelete
OSPPSSLWrapSessionContextDelete
OSPPSSLWrapSessionContextNew
OSPPSSLWrapSessionContextValidate
OSPPSSLWrapHandshake
OSPPSSLWrapAttachConnection
OSPPSSLWrapGetData
OSPPSSLWrapSendData