This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author anders.rundgren.net@gmail.com
Recipients anders.rundgren.net@gmail.com, bob.ippolito, ethan.furman, rhettinger
Date 2014-12-29.05:46:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419831969.98.0.754700236755.issue23123@psf.upfronthosting.co.za>
In-reply-to
Content
I was actually hoping to implement the final part of this:
https://openkeystore.googlecode.com/svn/resources/trunk/docs/jcs.html#Normalization_and_Signature_Validation

It seems that the current Decimal implementation wouldn't save me anyway since it modifies the input :-(

Anyway, floats in JSON have rather little use so maybe my existing Pyhton (PoC) solution will be "good enough":
https://code.google.com/p/openkeystore/source/browse/python/trunk/src/org/webpki/json/JCSValidator.py
History
Date User Action Args
2014-12-29 05:46:10anders.rundgren.net@gmail.comsetrecipients: + anders.rundgren.net@gmail.com, rhettinger, bob.ippolito, ethan.furman
2014-12-29 05:46:09anders.rundgren.net@gmail.comsetmessageid: <1419831969.98.0.754700236755.issue23123@psf.upfronthosting.co.za>
2014-12-29 05:46:09anders.rundgren.net@gmail.comlinkissue23123 messages
2014-12-29 05:46:08anders.rundgren.net@gmail.comcreate