@openssl.org
Betreff: AW: Base64 or Base64url
Just noticed your OpenSSL version: it is _very_ old and not supported anymore.
its successor, OpenSSL 1.0.2, will be EOL by the end of this year.
The current stable LTS version is OpenSSL 1.1.1.
Matthias
Von: openssl-users
mailto:openssl-users-boun
Just noticed your OpenSSL version: it is _very_ old and not supported anymore.
its successor, OpenSSL 1.0.2, will be EOL by the end of this year.
The current stable LTS version is OpenSSL 1.1.1.
Matthias
Von: openssl-users Im Auftrag von Benjamin
ENTE
Gesendet: Freitag, 18. Oktober 2019 08:51
A
OpenSSL is using regular base64 encoding, see for example
https://www.openssl.org/docs/man1.1.1/man3/EVP_EncodeInit.html
But if you need base64url encoding, no problem: a simple string replace will
help.
https://brockallen.com/2014/10/17/base64url-encoding/
Regards,
Matthias
Von: openssl-users