Hi Ed,
short answer is yes, as long as you are on the latest NT 7 you will be able to create a "secure" site ok.
First let's clear up some terms. "SSL" is often used as a blanket term for "Secure web". Specifically it covers a rang of protocols including SSL v2, SSL v3, TLS v1 (*), TLS v1.1 and TLS 1.2.
(*) TLS _is_ SSL just with a different name. The reasons for the change are political, not technical. So "TLS = SSL" is a valid way to think of it - TLS 1 is really SSL 3.1 and so on. That said with the recent deprecation of SSL v3 it's possible that we should now start referring to all of this as "TLS" and not "SSL".
SSL v2 was declared "broken" many years ago. SSL v3 was declared broken in November 2014. So these days you're mostly just using TLS 1.0, 1.1 and 1.2. (1.2 is better, but many devices only go up to TLS 1.0 and it's still ok to use TLS 1.0)
NetTalk 8 allows you to put the server into "Any TLS" mode, and this means it handles old devices with TLS 1.0, but also gives maximum security to newer devices and browses that can handle TLS 1.2. This is of course recommended.
NetTalk 7 allows you to choose which TLS to use - TLS 1.0 is the default (I think) - but you can set it explicitly (and in NT7 probably should set it explicitly).
So, if it's not in the docs, all you really need to do is force your app to use TLS 1.0. See here for details on that;
http://www.nettalkcentral.com/index.php?option=com_smf&Itemid=36&topic=1023.0PS - as tempting as it is to save a few $ every couple years by skipping a NetTalk version, if you are doing "Secure" things then I'm not sure this is a habit I would recommend. Security isn't a problem, until it _is_ a problem, and usually by then things have gone really, really bad...
cheers
Bruce