]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verification
authorDavid Howells <dhowells@redhat.com>
Fri, 21 Sep 2012 22:25:22 +0000 (23:25 +0100)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 28 Sep 2012 05:14:51 +0000 (14:44 +0930)
commit52a052ccbb5a073e1b1975b6bfcecb943dcd6a5e
tree2776df058adf627f097f4e3b1694406187389fba
parent9188ee623691b5e63250fbd8175118264de61bbb
MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verification

Reinstate and export mpi_cmp() and mpi_cmp_ui() from the MPI library for use by
RSA signature verification as per RFC3447 section 5.2.2 step 1.

Signed-off-by: David Howells <dhowells@redhat.com>
lib/mpi/Makefile
lib/mpi/mpi-cmp.c [new file with mode: 0644]