First you need to load the DLL file and put it in the VM directory. Then open the workspace in Squeak and run:
(Installer ss) project: 'SqueakSSL'; install: 'SqueakSSL-Core'; install: 'SqueakSSL-Tests'.
This will install the appropriate Squeak classes needed to access the plugin. That should be all you need to do.
If this does not work, try checking the output:
Smalltalk listLoadedModules
The SSL plugin must be specified after you try to run the test. If the plugin is specified, but the tests still do not allow something - either the Smalltalk classes or the binary plugin - are deprecated.
Michael
source share