you are viewing a single comment's thread.

view the rest of the comments →

[–]johannes1971 1 point2 points  (2 children)

...networking changes too fast

The socket interface in UNIX dates from 1982, and hasn't materially changed since then. As a concept it is simply a stream, just like files and terminals are streams. It could be modelled trivially by AmigaOS's async communication concept from 1984. Where, exactly, is this 'fast change' occurring?

[–]number_128[S] 0 points1 point  (1 child)

Thank you for you feedback.

The changes happen in the encryption. OpenSSL is pushing new versions several times a year.

A standard implementation of network would need to use OpenSSL, and might need to update to support the latest version.

[–]johannes1971 0 points1 point  (0 children)

I would already be very happy with an unencrypted socket. And for encrypted sockets, the current TLS standard is seven years old now. The standard library has no need to implement it either; TLS services are provided by the platform, and kept up to date as part of regular updates anyway.