X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/ae45a791cdcdf342a853ca387a68ef9efe559dc7..463df82ff3aa788584938b58434b899f3e67da41:/blog/index.html diff --git a/blog/index.html b/blog/index.html index c15417d05f..664868ed6f 100644 --- a/blog/index.html +++ b/blog/index.html @@ -19,6 +19,80 @@ +
+
Secure Socket API - a simple and powerful approach for TLS support in software
+
6th June 2020
+

As a member of the Norwegian Unix +User Group, I have the pleasure of receiving the +USENIX magazine +;login: +several times a year. I rarely have time to read all the articles, +but try to at least skim through them all as there is a lot of nice +knowledge passed on there. I even carry the latest issue with me most +of the time to try to get through all the articles when I have a few +spare minutes.

+ +

The other day I came across a nice article titled +"The +Secure Socket API: TLS as an Operating System Service" with a +marvellous idea I hope can make it all the way into the POSIX standard. +The idea is as simple as it is powerful. By introducing a new +socket() option IPPROTO_TLS to use TLS, and a system wide service to +handle setting up TLS connections, one both make it trivial to add TLS +support to any program currently using the POSIX socket API, and gain +system wide control over certificates, TLS versions and encryption +systems used. Instead of doing this:

+ +

+int socket = socket(PF_INET, SOCK_STREAM, IPPROTO_TCP);
+

+ +

the program code would be doing this:

+ +

+int socket = socket(PF_INET, SOCK_STREAM, IPPROTO_TLS);
+

+ +

According to the ;login: article, converting a C program to use TLS +would normally modify only 5-10 lines in the code, which is amazing +when compared to using for example the OpenSSL API.

+ +

The project has set up the +https://securesocketapi.org/ +web site to spread the idea, and the code for a kernel module and the +associated system daemon is available from two github repositories: +ssa and +ssa-daemon. +Unfortunately there is no explicit license information with the code, +so its copyright status is unclear. A +request to solve +this about it has been unsolved since 2018-08-17.

+ +

I love the idea of extending socket() to gain TLS support, and +understand why it is an advantage to implement this as a kernel module +and system wide service daemon, but can not help to think that it +would be a lot easier to get projects to move to this way of setting +up TLS if it was done with a user space approach where programs +wanting to use this API approach could just link with a wrapper +library.

+ +

I recommend you check out this simple and powerful approach to more +secure network connections. :)

+ +

As usual, if you use Bitcoin and want to show your support of my +activities, please send Bitcoin donations to my address +15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b.

+
+
+ + + Tags: debian, english, sikkerhet, sysadmin. + + +
+
+
+
Bompenge-Norge, med noen tall fra bompengekalkulator
1st June 2020
@@ -609,52 +683,6 @@ DOI numbers. Fixed it.

-
-
Redaksjon på plass for Noark 5 tjenestegrensesnitt
-
5th February 2020
-

Arbeidet med å lage et godt, fritt og åpent standardisert maskinelt -grensesnitt for arkivering, med tilhørende fri -programvareimplementasjon fortsetter. Jeg snakker om -Noark -5 Tjenestegrensesnitt og -Nikita. -Siste nytt etter -seminaret -for noen dager siden, er vi i Nikita-prosjektet har fått beskjed -fra Arkivverket at det blir satt ned en redaksjon for å videreutvikle -spesifikasjonen. Redaksjonen består av Mona Danielsen og Anne Sofie -Knutsen ved arkivverket, Thomas Sødring ved OsloMet, og meg selv fra -NUUG. De to sistenevnte tar seg av de åpenbare forbedringene, mens -hele redaksjonen diskuterer tvilstilfeller. Jeg håper dette vil bidra -til at vi lykkes i å gjøre denne protokollspesifikasjonen så entydig -og klar at den vil bidra til et velfungerende marked for -arkivsystemer, og sikre at programmer som trenger å snakke med -arkivsystemet kan snakke med enhver implementasjon av -API-spesifikasjonen. Nikita er den første implementasjonen, men det -bør blir flere.

- -

Det gjenstår riktig nok endel før vi er i mål, selv om svært mye -allerede er på plass. Med innspill og forslag til forbedringer fra -alle som vil ha et leverandøruavhengig og fullstendig -datamaskinlesbart grensesnitt til arkivet, så tror jeg vi vil -lykkes.

- -

Som vanlig, hvis du bruker Bitcoin og ønsker å vise din støtte til -det jeg driver med, setter jeg pris på om du sender Bitcoin-donasjoner -til min adresse -15oWEoG9dUPovwmUL9KWAnYRtNJEkP1u1b. -Merk, betaling med bitcoin er ikke anonymt. :)

-
-
- - - Tags: noark5, norsk, standard. - - -
-
-
-

RSS feed