Go to the source code of this file.
Functions | |
| int | Nsssl_InitCommands (Tcl_Interp *interp) |
| int | Nsssle_Init (Tcl_Interp *interp) |
| int | Nsssl_Init (Tcl_Interp *interp) |
| int | NsSSLInterpInit (Tcl_Interp *interp, void *ignored) |
| int Nsssl_Init | ( | Tcl_Interp * | interp | ) |
----------------------------------------------------------------------
Nsssl_Init -- ***DOMESTIC VERSION***
Entry point for stand-alone mode (nsssl.so domestic version).
Results: NS_OK
Side effects: None.
----------------------------------------------------------------------
| int Nsssl_InitCommands | ( | Tcl_Interp * | interp | ) |
EXPORT NOTICE
This source code is subject to the U.S. Export Administration Regulations and other U.S. law, and may not be exported or re-exported to certain countries (currently Afghanistan (Taliban-controlled areas), Cuba, Iran, Iraq, Libya, North Korea, Serbia (except Kosovo), Sudan and Syria) or to persons or entities prohibited from receiving U.S. exports (including Denied Parties, Specially Designated Nationals, and entities on the Bureau of Export Administration Entity List).
| int Nsssle_Init | ( | Tcl_Interp * | interp | ) |
----------------------------------------------------------------------
Nsssle_Init -- ***EXPORT VERSION***
Entry point for stand-alone mode (nsssle.so export version).
Results: NS_OK
Side effects: None.
----------------------------------------------------------------------
| int NsSSLInterpInit | ( | Tcl_Interp * | interp, | |
| void * | ignored | |||
| ) |
----------------------------------------------------------------------
NsSSLInterpInit
Add Tcl commands for SSL functions.
Note: This is called in normal (non-stand-alone) mode.
Results: NS_OK
Side effects: Adds Tcl commands to the interp.
----------------------------------------------------------------------
1.5.1