Wenzhe Zhou has uploaded a new patch set (#2). ( 
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, 701 insertions(+), 16 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/63/17663/2
--
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: newpatchset
Gerrit-Change-Id: Ib4dc30c51f503b609dd311ce4387080abc5a0832
Gerrit-Change-Number: 17663
Gerrit-PatchSet: 2
Gerrit-Owner: Wenzhe Zhou <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Wenzhe Zhou <[email protected]>

Reply via email to