Re: Crypto Ancienne: TLS for the Internet of Old Things

2020-11-20 Thread Jacob Ritorto via cctalk
Nice going! Next on wish list: openssh for 2.9BSD ;) >

Re: Crypto Ancienne: TLS for the Internet of Old Things

2020-11-20 Thread Cameron Kaiser via cctalk
> Unfortunately, at least one line in the files is very long, so I can't > easily put them to QSYS.LIB. This is not mandatory, but I like it that way. How so? If it's an easy fix to split up the line or something, no biggie. -- personal:

Re: Crypto Ancienne: TLS for the Internet of Old Things

2020-11-20 Thread Patrik Schindler via cctalk
Hello Cameron, Am 16.11.2020 um 19:34 schrieb Cameron Kaiser via cctalk : > If you have an older pre-C99 system, I've backported a TLS 1.2 library to gcc > versions as early as 2.5 as long as it has 64-bit ints (long long, usually) > and stdarg.h. Thanks for that! I’ll try to compile this in

Re: Crypto Ancienne: TLS for the Internet of Old Things

2020-11-18 Thread Chris Hanson via cctalk
On Nov 18, 2020, at 4:16 PM, Cameron Kaiser via cctalk wrote: >> Another option for these systems is mbedTLS, originally by ARM. It only >> requires C89, > > I looked at mbedTLS (formerly PolarSSL) before I even embarked on it based > on other recommendations, but it claims to require c99: Oh,

Re: Crypto Ancienne: TLS for the Internet of Old Things

2020-11-18 Thread Cameron Kaiser via cctalk
> > If you have an older pre-C99 system, I've backported a TLS 1.2 library to > > gcc versions as early as 2.5 as long as it has 64-bit ints (long long, > > usually) and stdarg.h. > > > > https://github.com/classilla/cryanc > > Great work, Cameron! Thanks! > Another option for these systems is

Re: Crypto Ancienne: TLS for the Internet of Old Things

2020-11-18 Thread Chris Hanson via cctalk
On Nov 16, 2020, at 10:34 AM, Cameron Kaiser via cctalk wrote: > > If you have an older pre-C99 system, I've backported a TLS 1.2 library to gcc > versions as early as 2.5 as long as it has 64-bit ints (long long, usually) > and stdarg.h. > > https://github.com/classilla/cryanc Great work,

Re: Crypto Ancienne: TLS for the Internet of Old Things

2020-11-17 Thread Cameron Kaiser via cctalk
> > If you have an older pre-C99 system, I've backported a TLS 1.2 library to > > gcc versions as early as 2.5 as long as it has 64-bit ints (long long, > > usually) and stdarg.h. > > > > https://github.com/classilla/cryanc > > That looks interesting. I'm sure I'll end up playing with that at

Re: Crypto Ancienne: TLS for the Internet of Old Things

2020-11-17 Thread John-Paul Stewart via cctalk
On 2020-11-16 1:34 p.m., Cameron Kaiser via cctalk wrote: > If you have an older pre-C99 system, I've backported a TLS 1.2 library to gcc > versions as early as 2.5 as long as it has 64-bit ints (long long, usually) > and stdarg.h. > > https://github.com/classilla/cryanc That looks interesting.

Crypto Ancienne: TLS for the Internet of Old Things

2020-11-16 Thread Cameron Kaiser via cctalk
If you have an older pre-C99 system, I've backported a TLS 1.2 library to gcc versions as early as 2.5 as long as it has 64-bit ints (long long, usually) and stdarg.h. https://github.com/classilla/cryanc As a test, with a suitably agreeable (or confusable) browser, here are various period