Re: Server Binary Mode: open files requested by the client in binary mode

2019-07-18 Thread chabboud
For context: the binary file is for wireless firmware updates of an ARM Cortex-M4 MCU. If opening files in binary mode is not possible, I will need to implement a base64 text encoding, which unfortunately increases my image size. -- Sent from: http://openssl.6102.n7.nabble.com/OpenSSL-User-f

Server Binary Mode: open files requested by the client in binary mode

2019-07-16 Thread chabboud
I am trying to set up a server from which I can download binary files. However, I can only download text files. If I try to download binary files, I only receive the first few hundred bytes. Using options: openssl s_server -key key.pem -cert cert.pem -accept 4443 -WWW The master Manual lists opt