-
Notifications
You must be signed in to change notification settings - Fork 118
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
Add misc. x509 un/lock and set1 functions #1449
Merged
Merged
Commits on Feb 29, 2024
-
Add misc. x509 un/lock and set1 functions
The set1 functions are cribbed from [OpenSSL's implementation][1], but notably differ in that we don't free the `X509_OBJECT`. This is pursuant to OpenSSL's [own convention][2] around "set1" functions: > In the 1 version the ownership of the object is not passed to or > retained by the parent object. Instead a copy or "up ref" of the > object is performed. OpenSSL [frees][3] the input `X509_OBJECT`; we do not. [1]: https://github.com/openssl/openssl/blob/4a6f70c03182b421d326831532edca32bcdb3fb1/crypto/x509/x509_lu.c#L506 [2]: https://www.openssl.org/docs/man3.2/man7/ossl-guide-libraries-introduction.html [3]: https://github.com/openssl/openssl/blob/4a6f70c03182b421d326831532edca32bcdb3fb1/crypto/x509/x509_lu.c#L511
Configuration menu - View commit details
-
Copy full SHA for 21185a7 - Browse repository at this point
Copy the full SHA 21185a7View commit details -
Remove random jitter to appease MacOS in CI
This commit was made because the MacOS CI jobs [seem to have taken issue][1] with how we were doing things previously. [1]: https://github.com/aws/aws-lc/actions/runs/8014000000/job/21891957419?pr=1449
Configuration menu - View commit details
-
Copy full SHA for a78d8d6 - Browse repository at this point
Copy the full SHA a78d8d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 066ef05 - Browse repository at this point
Copy the full SHA 066ef05View commit details -
Configuration menu - View commit details
-
Copy full SHA for d31763a - Browse repository at this point
Copy the full SHA d31763aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f23cea - Browse repository at this point
Copy the full SHA 6f23ceaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2da663d - Browse repository at this point
Copy the full SHA 2da663dView commit details -
Update crypto/x509/x509_test.cc
Co-authored-by: Andrew Hopkins <andhop@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for ac55b54 - Browse repository at this point
Copy the full SHA ac55b54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 269f97b - Browse repository at this point
Copy the full SHA 269f97bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c259e0d - Browse repository at this point
Copy the full SHA c259e0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6568311 - Browse repository at this point
Copy the full SHA 6568311View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34f7a30 - Browse repository at this point
Copy the full SHA 34f7a30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a4161a - Browse repository at this point
Copy the full SHA 0a4161aView commit details
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.