This patch enables RSA keys to output XML required by the CryptoServiceProvider class in C# and allows a hash algorithm identifier to be embedded in a signed document, according to the PKCS#1 specification, so that the signature is compatible with MS cryptography.
The exponent of a public RSA key can now be specified during key generation, so that a value of $010001 can be prescribed to meet optimum security requirements.
This patch enables RSA keys to output XML required by the CryptoServiceProvider class in C# and allows a hash algorithm identifier to be embedded in a signed document, according to the PKCS#1 specification, so that the signature is compatible with MS cryptography.
The exponent of a public RSA key can now be specified during key generation, so that a value of $010001 can be prescribed to meet optimum security requirements.
OpenSSL text for RSA ciphers has been added.