avsm changed the topic of #mirage to: mirage 2 released! party on!
brson has joined #mirage
cjab_ has joined #mirage
nullcat has joined #mirage
booyaa has quit [Ping timeout: 276 seconds]
booyaa has joined #mirage
nullcat has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
nullcat has joined #mirage
nullcat has quit [Read error: Connection reset by peer]
nullcat has joined #mirage
brson has quit [Quit: leaving]
x-ip has joined #mirage
x-ip has joined #mirage
cjab_ has quit [Quit: WeeChat 1.3]
nullcat has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
nullcat has joined #mirage
nordwp_home has joined #mirage
x-ip has quit [Ping timeout: 260 seconds]
x-ip has joined #mirage
x-ip has joined #mirage
x-ip has quit [Ping timeout: 250 seconds]
x-ip has joined #mirage
x-ip has quit [Ping timeout: 245 seconds]
x-ip has joined #mirage
x-ip has joined #mirage
nullcat has quit [Read error: Connection reset by peer]
nullcat has joined #mirage
nullcat has quit [Read error: Connection reset by peer]
nullcat has joined #mirage
nordwp_home has quit [Ping timeout: 260 seconds]
nullcat has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
x-ip has quit [Ping timeout: 260 seconds]
jonludlam has joined #mirage
tet is now known as crud
booyaa has quit [Ping timeout: 245 seconds]
booyaa has joined #mirage
andreas23 has joined #mirage
dsheets has joined #mirage
cr409 has quit [Ping timeout: 260 seconds]
cr409 has joined #mirage
cr409 has quit [Remote host closed the connection]
yomimono has joined #mirage
yomimono has quit [Ping timeout: 245 seconds]
dsheets has quit [Ping timeout: 260 seconds]
dsheets has joined #mirage
yomimono has joined #mirage
lobo has joined #mirage
lars_kurth has joined #mirage
jonludlam has quit [Ping timeout: 250 seconds]
vpm_ is now known as vpm
jonludlam has joined #mirage
yomimono has quit [Ping timeout: 250 seconds]
jonludlam has quit [Ping timeout: 260 seconds]
nullcat has joined #mirage
nullcat has quit [Client Quit]
lars_kurth has quit [Ping timeout: 260 seconds]
jonludlam has joined #mirage
dsheets has quit [Ping timeout: 250 seconds]
lars_kurth has joined #mirage
lars_kurth has quit [Ping timeout: 260 seconds]
yomimono has joined #mirage
yomimono has quit [Client Quit]
brson has joined #mirage
brson has quit [Ping timeout: 250 seconds]
brson has joined #mirage
jonludlam has quit [Remote host closed the connection]
nullcat has joined #mirage
nullcat has quit [Client Quit]
lars_kurth has joined #mirage
lars_kurth has quit [Ping timeout: 250 seconds]
jakemask has joined #mirage
<jakemask>
hi, I'm trying to set up a simple tcp/tls echo server, and as far as i can tell from examples (e.g. https://github.com/mirleft/tls-demo-server/blob/master/config.ml), I need to have 'entropy' in my config.ml, but when I do I get errors that it's an unrecognized variable. help?
<jakemask>
it's complaining about unbound value entropy in this line: 'let handler = foreign "Unikernel.Main" (console @-> stackv4 @-> entropy @-> job)
<Drup>
I think that's outdated.
<jakemask>
makes sense
<Drup>
it should be called nocrypto now
<Drup>
(but wait for hannes' answer)
<jakemask>
ah, it's been rolled into nocrypto?
nullcat has joined #mirage
<hannes>
jakemask: which mirage do you use?
<hannes>
passing entropy manually around was only in very early releases... the tls-demo-server is outdated (but I just opened today a PR to update to a more recent version :)