Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility between JOSE libraries and Delphi 2010 #86

Open
wants to merge 126 commits into
base: feature/consumer
Choose a base branch
from

Conversation

dampgithub
Copy link

Good morning, I have a problem acquiring the JOSE libraries in Delphi 2010. It gives me an error message which I am attaching.
Immagine

Alexey Kharlanov and others added 30 commits January 25, 2018 15:07
…te code into runtime packages, no design-time components)

Converted JOSE.Signing.RSA unit to the project's coding style
Adapted project to compile in Linux64
Small refactoring on Sample/Basic
This fixes issue#15 where the signature parameter to EVP_DigestVerifyFinal was not referencing the signature correctly.
Fixed Issue#14.  Removed Linux64 IFDEF from LoadOpenSSL method so that the proc addresses would get assigned.  Also added WinApi.Windows to the uses clause.
Added the kid parameter to the JWT header
…ONValue to detect tkInt64 and create the appropriate Int64 type instead of Integer.
Fix for issue paolo-rossi#17: Revise JOSE.Types.JSON TJSONUtils.SetJSONValue to …
Modified OpenSSL loading routine for extended functions in libCrypto
paolo-rossi and others added 30 commits July 9, 2022 17:17
This commit solves the problem in a more generic way, by allowing passing nil  to AClaimsClass parameter in TJWT.Create
# Conflicts:
#	Source/JOSE/JOSE.Core.JWT.pas
Fix audience validador error message
Fixed AV when calling DeserializeOnly without passing TJWTClaimsClass
NEW: Added support to TJWS.VerifySignature for X.509 certificates
TBase64: added functions TryDecode and TryURLDecode
TJOSEBytes: added function IsValidString
TJSONUtils: added function IsValidJSON
TJSONUtils.SetJSONRttiValue Add Dynamic Array Support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.