Retrocoding - Old Things, New Way.

Retrocoding - Old Things, New Way.

Follow
homeOld Blogbadgesnewsletter
Tag

networking

#networking

More content

Read more stories on Hashnode


Articles with this tag

Secure Oldies V: Windows 3.x and Winsock 1.1

May 21, 20223 min read

How the oldest Microsoft 32-bit platform fare running modern TLS. · Despite the version numbering, Windows NT 3.1 is the first Windows NT released at...

Secure Oldies V: Windows 3.x and Winsock 1.1

Secure Oldies IV: Integrating mbedTLS FOR TLS 1.2 support.

May 19, 202212 min read

Secure new software on old platforms · We've managed to write a simple HTTP client which will do GET request using Winsock and BSD sockets API which run...

Secure Oldies IV: Integrating mbedTLS FOR TLS 1.2 support.

Secure Oldies III: Compiling for Windows 9x Using OpenWatcom

May 13, 20227 min read

Making new code running on old platform. · We're able to compile our executable an run it on Windows NT 5 based operating systems (Windows 2000 and Up)...

Secure Oldies III: Compiling for Windows 9x Using OpenWatcom

Secure Oldies II: Refactoring and Make it Compile on macOS and Linux.

May 12, 20224 min read

Windows and Unix is not THAT different · This second article is an continuation of my first article about building a simple HTTP client which runs on...

Secure Oldies II: Refactoring and Make it Compile on macOS and Linux.

Secure Oldies I : Introducing Windows Sockets and Simple HTTP Client

May 11, 202212 min read

When Windows Takes Good Ideas from Unix · Goal TLS 1.3 has been defined in 2018 and it has been 4 years from the definition, and earlier version TLS 1.2...

Secure Oldies I : Introducing Windows Sockets and Simple HTTP Client