Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.4.0
-
Reviewed
-
New encryption codec "SM4/CTR/NoPadding" is added. Requires openssl version >=1.1.1 for native implementation.
-
sm4
Description
SM4 (formerly SMS4)is a block cipher used in the Chinese National Standard for Wireless LAN WAPI (Wired Authentication and Privacy Infrastructure).
SM4 was a cipher proposed to for the IEEE 802.11i standard, but has so far been rejected by ISO. One of the reasons for the rejection has been opposition to the WAPI fast-track proposal by the IEEE. please see:
https://en.wikipedia.org/wiki/SM4_(cipher)
Use sm4 on hdfs as follows:
1.Configure Hadoop KMS
2.test HDFS sm4
hadoop key create key1 -cipher 'SM4/CTR/NoPadding'
hdfs dfs -mkdir /benchmarks
hdfs crypto -createZone -keyName key1 -path /benchmarks
requires:
1.openssl version >=1.1.1
Attachments
Attachments
Issue Links
- breaks
-
HBASE-28714 Hadoop check for hadoop 3.4.0 is failing
- Resolved
- depends upon
-
HADOOP-16647 Support OpenSSL 1.1.1 LTS
- Resolved
- is duplicated by
-
HADOOP-16594 add sm4 crypto to hdfs
- Resolved
- relates to
-
HADOOP-17609 Make SM4 support optional for OpenSSL native code
- Resolved
- links to