ILEastic
ILEastic copied to clipboard
Embedded application server for ILE on IBM i
putChunk function should be secured for sending data with 0 length, otherwise last-chunk is multiplied. https://www.rfc-editor.org/rfc/rfc2616#section-3.6.1 `last-chunk = 1*("0") [ chunk-extension ] CRLF` Fix: #132
putChunk function should be secured for sending data with 0 length, otherwise last-chunk is multiplied. https://www.rfc-editor.org/rfc/rfc2616#section-3.6.1 `last-chunk = 1*("0") [ chunk-extension ] CRLF`
After a week of struggling with the api of cryptography services, I successfully obtain an rsa certificate with qc3genpkakeypair and I can signed it with qc3calculatesignature. Are you interested then...
On the "Installation" paragraph you say: "What you need before you start:" - IBM i 7.2 TR9 (or higher) - OK - YUM installed from ACS (to install: git and...
After merging #120, the jwt_verify procedure is API broken. Instead of changing the existing procedure, it should be overloaded with a new procedure.
Hello! I have been playing with ILEastic and NoxDB by trying to rebuild an API we currently use, but within ILEastic. Something which I noticed in rebuilding a GET request...
There is no parameter to pass the hash algorithm in valAsymmetricEncryption procedure. Now it works only for RS512, but adding parameter would allow use of other RS algorithms
@NielsLiisberg I was trying to write a sample for JWKS implementation with below code. anytime I make a PROCPTR call, it seems I am upsetting some pointer values. Do you...
JWK
It will be good to have an extension to the JWT utils to be able to decrypt a token using a JWK instead of a key as this is the...
More and more new applications needs SAML SSO so it would be a nice to have feature.