diff options
author | lloyd <[email protected]> | 2014-01-18 22:07:57 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-18 22:07:57 +0000 |
commit | 97da227cbde0257f14b7cde001680bc69cf941c9 (patch) | |
tree | afe16b54a0192835f3d6284516df1747fbd10954 /src/lib/tls | |
parent | b3bffeff3553f4b609afe634c8c8b56ca0a2384c (diff) |
Rename the various pubkey padding schemes to match the common names.
Way back when, following IEEE 1363 naming seemed like a good idea. But not so much.
Diffstat (limited to 'src/lib/tls')
-rw-r--r-- | src/lib/tls/info.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/tls/info.txt b/src/lib/tls/info.txt index 5a5601df5..b3d9066b6 100644 --- a/src/lib/tls/info.txt +++ b/src/lib/tls/info.txt @@ -74,8 +74,8 @@ cryptobox_psk dh ecdh ecdsa -eme_pkcs -emsa3 +eme_pkcs1 +emsa_pkcs1 gcm hmac kdf2 |