-
Notifications
You must be signed in to change notification settings - Fork 178
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
dampgithub
wants to merge
126
commits into
paolo-rossi:feature/consumer
Choose a base branch
from
dampgithub:master
base: feature/consumer
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Support RSA signing
…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.
Fixes to JOSE.SIgning.RSA unit
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
…xpected algorithm list
… (or in the same folder as the executable)
…) to the IJOSEProducerBuilder interface
Moved THeaderNames consts to the JWT unit
This commit solves the problem in a more generic way, by allowing passing nil to AClaimsClass parameter in TJWT.Create
… displayed as claim value.
# Conflicts: # Source/JOSE/JOSE.Core.JWT.pas
Fix audience validador error message
Fixed AV when calling DeserializeOnly without passing TJWTClaimsClass
Typo: Update README.md
NEW: Added support to TJWS.VerifySignature for X.509 certificates
TBase64: added functions TryDecode and TryURLDecode TJOSEBytes: added function IsValidString TJSONUtils: added function IsValidJSON
…paolo-rossi#72 Conditional defines (JOSE.inc) refactoring
TJSONUtils.SetJSONRttiValue Add Dynamic Array Support
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Good morning, I have a problem acquiring the JOSE libraries in Delphi 2010. It gives me an error message which I am attaching.
![Immagine](https://private-user-images.githubusercontent.com/162481448/373586910-e6b7f128-f38f-41dd-9ffa-cf8ed0bf3b9e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMjM3NzcsIm5iZiI6MTczOTIyMzQ3NywicGF0aCI6Ii8xNjI0ODE0NDgvMzczNTg2OTEwLWU2YjdmMTI4LWYzOGYtNDFkZC05ZmZhLWNmOGVkMGJmM2I5ZS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQyMTM3NTdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04NmYzNjliNTdkZGZmZGE1ODE0ZWRlZDU5MWEzYzY3NTE2ZGY2ZTEzMTBkYzliNzA0ZjJkMTBkNjE0NzhhOTU2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.XTOt_UpGIsWwQozGyJbmohQpQn-kJ1nCI6jdArho0JE)