Re: openssl patch

2020-12-01 Thread Harley Swick
Hi Vasilij, > This isn't small due to what seems to be loads of whitespace changes. > Could you please fix those and resend the patch? My bad, looks like my emacs setup got a bit aggressive. Now the patch is actually small. Harley Index: openssl.scm

New egg: transmission

2020-12-01 Thread siiky
Hello, I'd like to share the `transmision` egg with everyone. It implements an API for the Transmission RPC. `test-new-egg` says "Egg looks ok!". You can find the code here: https://github.com/siiky/transmission.scm The (almost complete) documentation here:

Re: openssl patch

2020-12-01 Thread Vasilij Schneidermann
Hello Harley, > I've attached a small patch for the openssl egg that adds another error > status. This isn't small due to what seems to be loads of whitespace changes. Could you please fix those and resend the patch? Vasilij signature.asc Description: PGP signature

openssl patch

2020-12-01 Thread Harley Swick
Hi there, I've attached a small patch for the openssl egg that adds another error status. This status is 'ssl-eof when the error is SSL_ERR_SYSCALL but the return code is zero. According to the OpenSSL docs[1] under the BUGS section: > The SSL_ERROR_SYSCALL eith errno value of 0 indicates