Closed GoogleCodeExporter closed 8 years ago
This is an enhancement request.
Original comment by marvin.addison@gmail.com
on 20 Dec 2011 at 3:17
Original comment by marvin.addison@gmail.com
on 5 Mar 2012 at 6:47
Just now getting to analyzing requirements for this. There are two distinct
operations related to signing in the class you cited:
- Generation of a MAC from a key (which in your particular case is a private)
- Signing and verification of a MAC
I don't read the first case from the issue description. We should probably add
first-class support for HMAC operations, as we've done with other crypto
primitives, but that's a much larger scope task.
As for signing and verification of MACs, it appears to be a special case of
digital signatures generally. Can you explain why the existing support for
digital signatures is insufficient for your needs?
Original comment by marvin.addison@gmail.com
on 3 Apr 2012 at 4:14
Closing with WONTFIX since it appears the issue has been abandoned by
submitter. We can reopen in the future if the original requirements are
clarified.
Original comment by marvin.addison@gmail.com
on 21 Feb 2013 at 8:47
Original issue reported on code.google.com by
claj...@gmail.com
on 6 Dec 2011 at 3:40