Impala Public Jenkins has submitted this change and it was merged. ( 
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
Reviewed-on: http://gerrit.cloudera.org:8080/17663
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
---
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(-)

Approvals:
  Impala Public Jenkins: Looks good to me, approved; Verified

--
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: merged
Gerrit-Change-Id: Ib4dc30c51f503b609dd311ce4387080abc5a0832
Gerrit-Change-Number: 17663
Gerrit-PatchSet: 4
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