JC Martin

Results 11 comments of JC Martin

I'll look at your comments, but right now, it seems that there are other issues like some of the flags not being set in termios. Still trying to debug.

For example, the termios struct you define has a byte array of 20, which is not aligned on 64 bits. This is why the unix.termios has a padding array of...

Any way to get this reviewed/merged ? Thanks

I believe that it is an insGetData and insPutData similar to getting / storing certificates. They would be implemented as SetCHUID/GetCHUID and SetCCC/GetCCC. when you insert a key do you...

you can try the following steps ``` $ yubico-piv-tool -a status Version: 4.4.5 Serial Number: xxxxxxxx CHUID: No data available CCC: No data available Slot 9a: Algorithm: RSA2048 $ security...

CHUID and CCC are defined in NIST SP 800-73-4 : https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-73-4.pdf You can read all the details there in section 3.1 Mandatory Data Elements. the Program would look like: ```...

I'll see if i can finish these functions - see https://github.com/go-piv/piv-go/pull/67

I have tested CHUID as implemented in https://github.com/go-piv/piv-go/pull/67 - I had the same problem with Apple MacOS not accepting cards without CHUID. Did you try with just the CHUID ?...

> While #67 has a pre-generated value, I don't understand how it was generated. @ericchiang the explanation is in the comment in the PR. If we need to support different...

@rstrouse could you describe how you arrived at the values to use for the two remotes ? I see that they are both separated by 65536 like before but using...