unreality

Results 44 comments of unreality

I changed `GenerateCertificateRevocationList` to return a DER formatted list, it seems many clients prefer to receive DER instead of PEM, so this should make it easier to support that.

I'll see if i can test the speed of the crl gen based on a large number of revoked certs, but no promises :) I'll also try fix all the...

Apologies for the delay on this one, now im back at work i hope i'll be able to get this cleaned up for merging soon

I've pushed most of the requested changes, let me know if there are still issues that need resolving :)

Committed some additional changes, but i'll need to merge or rebase to continue i think, so i'll do that when I have some time

ive completed all the changes except for the AuthorityID stuff, since i couldnt find a good way of accessing it. also its probably a mess now that i've rebased it...

Ive brought this branch up to latest master, @maraino could you review and let me know any changes that are needed?

Depending on whether that ESP32 runs the whole thing or just provides wifi/bluetooth connectivity you could reflash it quite easily with custom firmware. The ESP32 is reasonably powerful for an...

I feel like you may have misunderstood what happens with the certificates? The key is still backed by hardware crypto (SmartCard, secure enclave, etc), but using certificates allows an org...

Import or export of private keys isn't required, as long as a public key can be exported. The CA is sent the public key and will send back a signed...