lindenaar

Results 17 comments of lindenaar

Hi Herman, Thanks for picking this up immediately. I am definitely not a SCEP expert but looking at the SCEP spec you refer to (especially 4.1. HTTP POST and GET...

Hi Herman, Many thanks! this really helped to understand what the Cisco was actually requesting... it turns out they are not included in the SCEP request :-( Apart from that...

Hi Herman, Thanks again for getting this implemented. Cisco is pretty closed source and has SCEP implemented for ages in all kind of devices so I doubt whether there is...

@hslatman: Sorry for the delay in response, I will try to build a new version tomorrow and test it against an IOS-XE router.

@hslatman looking forward to this release, thanks! I did some testing today with the `master` branch today and can confirm the new fields indeed are included in the certificate with:...

@hslatman I was a bit to optimistic to close this already, things seem to work fine with IOS-XE 16.09 but when using a similar setup on a Cisco router running...

@hslatman I have minimised / anonymised the request, and added the print of the CRS (just had to add an import for `"encoding/base64"` to make it work). The only real...

@maraino and @hslatman thanks for diving into this, I looked into the Cisco Bug tracker but did not really see something related to this. Release notes for Cisco IOS releases...

I would also be really interested in this as it saves me setting up additional keys in bind for each host, is there any outlook as to when this could...

I fixed this in my local install in this way, in `src/DS2413.cpp` I replaced ~~~ void DS2413::duty(OneWireHub * const hub) { uint8_t cmd, data, check; if (hub->recv(&cmd)) return; switch (cmd)...