You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some PQC algorithms don't yet have OIDs, and maybe some of them (think NTRU Prime in OpenSSH) might not get them soon, either. On the other hand, I also don't have a better suggestion other than implementation-defined strings, which might be even worse.
It would make sense to define some probe points for generic crypto operations, in a protocol agnostic way, for example:
pk::sign
,pk::encrypt
,pk::decrypt
,aead::encrypt
,aead::decrypt
context nameshash::algorithm
,pk::algorithm
,pk::key_size
,aead::algorithm
eventsMaybe we could use OID for
*::algorithm
events if it is not too much burden to parse.The text was updated successfully, but these errors were encountered: