damjan has quit [Read error: Connection reset by peer]
hark has joined #mirage
hark has quit [Ping timeout: 256 seconds]
hark has joined #mirage
Haudegen has joined #mirage
_whitelogger has joined #mirage
zmijunkie has joined #mirage
mort___ has joined #mirage
zmijunkie1 has joined #mirage
zmijunkie has quit [Ping timeout: 256 seconds]
<hannes>
~15 years after publication of DNSSec in its current form (RFC 4034), I managed to develop OCaml code which can verify RRsig :D (NB this is still incomplete, but I'm excited about the first verifications https://github.com/mirage/ocaml-dns/pull/251)
jpds has quit [Remote host closed the connection]
jpds has joined #mirage
Haudegen has quit [Quit: Bin weg.]
jpds has quit [Ping timeout: 268 seconds]
jpds has joined #mirage
<avsm[m]>
this is amazing! it's almost 15 years to that first ocaml-dns implementation where djs55 and i tried to get dnssec going ;-) Nice work hannesm
mort___1 has joined #mirage
mort___ has quit [Ping timeout: 246 seconds]
hark has quit [Ping timeout: 256 seconds]
ma-hartma has quit [*.net *.split]
penguwin has quit [*.net *.split]
Haudegen has joined #mirage
hark_ has joined #mirage
penguwin has joined #mirage
ma-hartma has joined #mirage
avsm[m] has quit [Ping timeout: 240 seconds]
samoht[m] has quit [Ping timeout: 258 seconds]
dave[m]1 has quit [Ping timeout: 258 seconds]
jon[m] has quit [Ping timeout: 240 seconds]
smondet[m] has quit [Ping timeout: 258 seconds]
avsm[m] has joined #mirage
jon[m] has joined #mirage
dave[m]1 has joined #mirage
samoht[m] has joined #mirage
smondet[m] has joined #mirage
jon[m] has quit [Ping timeout: 260 seconds]
avsm[m] has quit [Ping timeout: 240 seconds]
samoht[m] has quit [Ping timeout: 244 seconds]
dave[m]1 has quit [Ping timeout: 258 seconds]
smondet[m] has quit [Ping timeout: 260 seconds]
jon[m] has joined #mirage
avsm[m] has joined #mirage
samoht[m] has joined #mirage
dave[m]1 has joined #mirage
smondet[m] has joined #mirage
jpds has quit [Remote host closed the connection]
jpds has joined #mirage
zmijunkie has joined #mirage
zmijunkie1 has quit [Ping timeout: 265 seconds]
Haudegen has quit [Ping timeout: 240 seconds]
Haudegen has joined #mirage
Haudegen has quit [Client Quit]
jpds has quit [Remote host closed the connection]
jpds has joined #mirage
Haudegen has joined #mirage
mort___1 has quit [Quit: Leaving.]
jnavila has joined #mirage
jpds has quit [Remote host closed the connection]
jpds has joined #mirage
mort___ has joined #mirage
mort___ has quit [Quit: Leaving.]
mort___ has joined #mirage
mort___ has quit [Client Quit]
mort___ has joined #mirage
mort___ has quit [Quit: Leaving.]
mort___ has joined #mirage
<lobo>
hannes: \o/ awesome. the ammount of implemented rfcs in the README for a working dns implementation is quite crazy already :-)
<hannes>
true... and there's still some bits and pieces missing...
<hannes>
at the moment i try to figure a good path for "canonical ordering" of resource records - defined on the byte level (which does not fit well into my encode functions / buffer allocations :/)
<hannes>
but well, maybe it is fine to define "compare" of resource records with that ordering in mind