diff options
author | Sverker Eriksson <[email protected]> | 2012-04-20 17:19:51 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2012-04-20 17:42:22 +0200 |
commit | 5ab9a20e2929fe5810c63252b932bd534abb593c (patch) | |
tree | 70f4804e6aee9738da463a32ccd0b9f61fbf5638 /lib/crypto/vsn.mk | |
parent | e7a9ae8d070b8751a9dba511ade2753066c40883 (diff) | |
download | otp-5ab9a20e2929fe5810c63252b932bd534abb593c.tar.gz otp-5ab9a20e2929fe5810c63252b932bd534abb593c.tar.bz2 otp-5ab9a20e2929fe5810c63252b932bd534abb593c.zip |
crypto: Optimize RSA private key handling
by using extra redundant information as part of the key
that will speed things up for OpenSSL.
Affects rsa_sign, rsa_private_encrypt and rsa_private_decrypt.
Diffstat (limited to 'lib/crypto/vsn.mk')
-rw-r--r-- | lib/crypto/vsn.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/vsn.mk b/lib/crypto/vsn.mk index 7e82e47d38..ccfb1fd66e 100644 --- a/lib/crypto/vsn.mk +++ b/lib/crypto/vsn.mk @@ -1 +1 @@ -CRYPTO_VSN = 2.1 +CRYPTO_VSN = 2.2 |