diff options
author | Ingela Anderton Andin <[email protected]> | 2012-08-21 16:51:29 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2012-08-22 14:00:47 +0200 |
commit | c9db6bc867ecf1bf581849dd3290b0c9a40e1961 (patch) | |
tree | 0f295b99c6938bbf7d1cb3cfbd2200120411c314 /lib/ssl/src/ssl_handshake.erl | |
parent | 8f97b428eb8f2fb89c3f9ec348f577304b1b9131 (diff) | |
download | otp-c9db6bc867ecf1bf581849dd3290b0c9a40e1961.tar.gz otp-c9db6bc867ecf1bf581849dd3290b0c9a40e1961.tar.bz2 otp-c9db6bc867ecf1bf581849dd3290b0c9a40e1961.zip |
ssl & public_key: Add use of more "sha-rsa oids"
Diffstat (limited to 'lib/ssl/src/ssl_handshake.erl')
-rw-r--r-- | lib/ssl/src/ssl_handshake.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/ssl_handshake.erl b/lib/ssl/src/ssl_handshake.erl index 497f778bc2..f198591c93 100644 --- a/lib/ssl/src/ssl_handshake.erl +++ b/lib/ssl/src/ssl_handshake.erl @@ -534,7 +534,7 @@ decrypt_premaster_secret(Secret, RSAPrivateKey) -> end. %%-------------------------------------------------------------------- --spec server_key_exchange_hash(md5sha | md5 | sha | sha256 | sha384 | sha512, binary()) -> binary(). +-spec server_key_exchange_hash(md5sha | md5 | sha | sha224 |sha256 | sha384 | sha512, binary()) -> binary(). %% %% Description: Calculate server key exchange hash %%-------------------------------------------------------------------- |