Searched hist:"051 dbb918c7fb7da8e64a2cd0d804ba73399709f" (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | digsig.h | 051dbb918c7fb7da8e64a2cd0d804ba73399709f Fri Oct 14 14:25:16 CEST 2011 Dmitry Kasatkin <dmitry.kasatkin@intel.com> crypto: digital signature verification support
This patch implements RSA digital signature verification using GnuPG library.
The format of the signature and the public key is defined by their respective headers. The signature header contains version information, algorithm, and keyid, which was used to generate the signature. The key header contains version and algorythim type. The payload of the signature and the key are multi-precision integers.
The signing and key management utilities evm-utils provide functionality to generate signatures and load keys into the kernel keyring. When the key is added to the kernel keyring, the keyid defines the name of the key.
Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@intel.com> Acked-by: Mimi Zohar <zohar@us.ibm.com>
|
/linux/lib/ |
H A D | digsig.c | 051dbb918c7fb7da8e64a2cd0d804ba73399709f Fri Oct 14 14:25:16 CEST 2011 Dmitry Kasatkin <dmitry.kasatkin@intel.com> crypto: digital signature verification support
This patch implements RSA digital signature verification using GnuPG library.
The format of the signature and the public key is defined by their respective headers. The signature header contains version information, algorithm, and keyid, which was used to generate the signature. The key header contains version and algorythim type. The payload of the signature and the key are multi-precision integers.
The signing and key management utilities evm-utils provide functionality to generate signatures and load keys into the kernel keyring. When the key is added to the kernel keyring, the keyid defines the name of the key.
Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@intel.com> Acked-by: Mimi Zohar <zohar@us.ibm.com>
|
H A D | Kconfig | diff 051dbb918c7fb7da8e64a2cd0d804ba73399709f Fri Oct 14 14:25:16 CEST 2011 Dmitry Kasatkin <dmitry.kasatkin@intel.com> crypto: digital signature verification support
This patch implements RSA digital signature verification using GnuPG library.
The format of the signature and the public key is defined by their respective headers. The signature header contains version information, algorithm, and keyid, which was used to generate the signature. The key header contains version and algorythim type. The payload of the signature and the key are multi-precision integers.
The signing and key management utilities evm-utils provide functionality to generate signatures and load keys into the kernel keyring. When the key is added to the kernel keyring, the keyid defines the name of the key.
Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@intel.com> Acked-by: Mimi Zohar <zohar@us.ibm.com>
|
H A D | Makefile | diff 051dbb918c7fb7da8e64a2cd0d804ba73399709f Fri Oct 14 14:25:16 CEST 2011 Dmitry Kasatkin <dmitry.kasatkin@intel.com> crypto: digital signature verification support
This patch implements RSA digital signature verification using GnuPG library.
The format of the signature and the public key is defined by their respective headers. The signature header contains version information, algorithm, and keyid, which was used to generate the signature. The key header contains version and algorythim type. The payload of the signature and the key are multi-precision integers.
The signing and key management utilities evm-utils provide functionality to generate signatures and load keys into the kernel keyring. When the key is added to the kernel keyring, the keyid defines the name of the key.
Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@intel.com> Acked-by: Mimi Zohar <zohar@us.ibm.com>
|