Search found 2 matches

by thelarry
2006-06-25 04:22
Forum: Programmer's Help
Topic: file transfers freeze at 100%
Replies: 0
Views: 4745

file transfers freeze at 100%

hi all. I went ahead and implemented the SSL code using matrix ssl because for some reason yassl wont work. I got everything to transfer, but the weird thing is if the file isnt divisible by 1024 (wut i set the packet size) the last packet doesnt transmit properly and it gets stuck at downloaded 100...
by thelarry
2006-06-17 00:48
Forum: Programmer's Help
Topic: enabling encryption
Replies: 0
Views: 4734

enabling encryption

So i am trying to build a client that forces encrypted transfer. I set up the two seperate clients (both being debugged by VS 2005) each with different certs. SslPrivateKeyFile is set to my.key, SslCertificateFile is set to my.cert, and SslTrustedCertificatesPath is set to ca.crt on both computers. ...