I have following code:
EVP_CIPHER_CTX ctx;
const EVP_CIPHER * cipher = EVP_get_cipherbyname(SN_gost89_cnt);
...
EVP_CIPHER_CTX_init(&ctx);
EVP_EncryptInit_ex(&ctx, cipher, e, key, iv);
Now I want to encrypt data with custom paramset. To be specifically: gost89-cnt
uses "id-Gost28147-89-CryptoPr
On 1/20/2012 12:11 PM, Mathias Tausig wrote:
Hy!
If I revoke a certificate using the "-revoke" option of the "ca" command
and pass it a certificate which is issued by a different CA, this is not
checked by openssl.
Which has the consequence, that (if the serial number of the certificate
to be re
Hy!
If I revoke a certificate using the "-revoke" option of the "ca" command
and pass it a certificate which is issued by a different CA, this is not
checked by openssl.
Which has the consequence, that (if the serial number of the certificate
to be revoked is not present yet) a new entry is added