From 52c695fff9d1a7e24d7b63247421a46b07b94346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 13 Nov 2002 18:26:51 +0100 Subject: [PATCH] *** empty log message *** Rev: src/nettle/TODO:1.4 --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index 3e2ec092..d1bdbd6d 100644 --- a/TODO +++ b/TODO @@ -10,3 +10,8 @@ More feedback modes, in order of decreasing priority: CBC-MAC, OFB, Counter, and CFB. Suggested by Rafael 'Dido' Sevilla. References: http://csrc.nist.gov/encryption/modes/Recommendation/Modes01.pdf + +Fix sexp handling of integers, according to +draft-ietf-spki-cert-structure-06.txt, integers are now signed two's +complement numbers, similar to what is used in SSH. + -- GitLab