summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/JWT.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/JWT.php b/src/JWT.php
index 6d30e94..ea3cc7d 100644
--- a/src/JWT.php
+++ b/src/JWT.php
@@ -42,6 +42,8 @@ class JWT
'HS512' => array('hash_hmac', 'SHA512'),
'HS384' => array('hash_hmac', 'SHA384'),
'RS256' => array('openssl', 'SHA256'),
+ 'RS384' => array('openssl', 'SHA384'),
+ 'RS512' => array('openssl', 'SHA512'),
);
/**