Wenzhe Zhou has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/17663


Change subject: IMPALA-10489 part2: Support RSASSA-PSS and EC Algorithms for JWT
......................................................................

IMPALA-10489 part2: Support RSASSA-PSS and EC Algorithms for JWT

This patch added additional JSON Web Algorithms (JWA) for JWT
authentication, including RSASSA-PSS algorithms - PS256/PS384/PS512,
and Elliptic Curve family of algorithms - ES256/ES384/ES512.
JWTs can be signed using a public/private key pair using RSA or ECDSA.

Added BE unit-tests for PS256, PS384, PS512, ES256, ES384, and ES512
algorithms.

Testing:
 - Passed core run.
 - Passed BE test jwt-util-test with ASAN build.

Change-Id: Ib4dc30c51f503b609dd311ce4387080abc5a0832
---
M be/src/util/jwt-util-internal.h
M be/src/util/jwt-util-test.cc
M be/src/util/jwt-util.cc
3 files changed, 550 insertions(+), 6 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/63/17663/1
--
To view, visit http://gerrit.cloudera.org:8080/17663
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib4dc30c51f503b609dd311ce4387080abc5a0832
Gerrit-Change-Number: 17663
Gerrit-PatchSet: 1
Gerrit-Owner: Wenzhe Zhou <[email protected]>
Gerrit-Reviewer: Joe McDonnell <[email protected]>

Reply via email to