From 95415a743a5bb399e4ce80beffe26e49a0ace0b9 Mon Sep 17 00:00:00 2001 From: Nicolas Mora Date: Sun, 24 Apr 2022 13:35:11 -0400 Subject: [PATCH] Update rnbyc definition --- tools/rnbyc/rnbyc.1 | 6 +++--- tools/rnbyc/rnbyc.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/rnbyc/rnbyc.1 b/tools/rnbyc/rnbyc.1 index c45f68d..581446d 100644 --- a/tools/rnbyc/rnbyc.1 +++ b/tools/rnbyc/rnbyc.1 @@ -1,11 +1,11 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. -.TH RNBYC "1" "April 2022" "rnbyc 1.1" "User Commands" +.TH RNBYC "1" "April 2022" "rnbyc 1.1.5" "User Commands" .SH NAME rnbyc \- JWK and JWT parser and generator .SH DESCRIPTION -rnbyc \- Rhonabwy JWK and JWT parser and generator +rnbyc \- JWK/JWKS parser and generator, JWT parser and serializer, supports signed, encrypted and nested JWTs .PP -Version 1.1 +Version 1.1.5 .SH COPYRIGHT Copyright 2020\-2022 Nicolas Mora .PP diff --git a/tools/rnbyc/rnbyc.c b/tools/rnbyc/rnbyc.c index ddef69f..3828374 100644 --- a/tools/rnbyc/rnbyc.c +++ b/tools/rnbyc/rnbyc.c @@ -48,7 +48,7 @@ #include #include -#define _RNBYC_VERSION_ "1.1" +#define _RNBYC_VERSION_ "1.1.5" #define R_RSA_DEFAULT_SIZE 4096 #define R_OCT_DEFAULT_SIZE 128 @@ -63,7 +63,7 @@ #define RNBYC_FORMAT_DER 2 static void print_help(FILE * output) { - fprintf(output, "\nrnbyc - Rhonabwy JWK and JWT parser and generator\n"); + fprintf(output, "\nrnbyc - JWK/JWKS parser and generator, JWT parser and serializer, supports signed, encrypted and nested JWTs\n"); fprintf(output, "\n"); fprintf(output, "Version %s\n", _RNBYC_VERSION_); fprintf(output, "\n");