Skip to content

Commit

Permalink
Update rnbyc definition
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Apr 24, 2022
1 parent 0972794 commit 95415a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions tools/rnbyc/rnbyc.1
Original file line number Diff line number Diff line change
@@ -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 <mail@babelouest.org>
.PP
Expand Down
4 changes: 2 additions & 2 deletions tools/rnbyc/rnbyc.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#include <yder.h>
#include <rhonabwy.h>

#define _RNBYC_VERSION_ "1.1"
#define _RNBYC_VERSION_ "1.1.5"

#define R_RSA_DEFAULT_SIZE 4096
#define R_OCT_DEFAULT_SIZE 128
Expand All @@ -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");
Expand Down

0 comments on commit 95415a7

Please sign in to comment.