Secure Sockets / SSL
Tim Rowledge (1742) 170 posts |
Whilst trying (and failing) to make an sftp connection to my Mac I googled for ssl & secure sockets for RISC OS and found a page claiming that the WebsterXL securesockets module could be downloaded for free. Yippee, I thought until I tried it – dead page. I did find a copy of a module name SecureSockets in the Grapvine app in my copy of nutPi but it still didn’t help ftpc make an actual sftp connection :-( Is that the module I’m supposed to use? I’m trying all this because Omni/lanman is driving me nuts by only showing some of the files in the directories I look at… and right now I can’t get Sunfish to work either. |
Steve Pampling (1551) 8172 posts |
Try the vendors: |
Colin (478) 2433 posts |
Ftpc supports ftps not sftp and yes it’s the correct module. |
patric aristide (434) 418 posts |
I’ve been quite happy using Nettle with Ron’s port of putty for all my SSH/psftp needs: |
Garry (87) 184 posts |
On a similar subject, if I want to make HTTPS connection in C, is it best to use the SecureSockets modules, or is there a simple port of libssl? I’d rather use libssl just like I would in UNIX if that’s possible. Cheers Garry |
Theo Markettos (89) 919 posts |
There is a port of libssl in the GCCSDK autobuilder which is a cross-compile framework that runs on Linux and other platforms. While it can build a library you can link with your program, it doesn’t appear to package the library itself for download (made slightly more complex because GCC now emits ELF libraries not AOF that the Norcroft compiler requires). So you can do it, but not at present run the compiler on RISC OS. |
Garry (87) 184 posts |
Thanks Theo, maybe I’ll look at the SecureSockets module too. I’d probably rather avoid GCCSDK etc. and do everything on my RISC OS box. |