This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
HIRS
Watch
1
Star
0
Fork
0
You've already forked HIRS
mirror of
https://github.com/nsacyber/HIRS.git
synced
2025-01-19 19:26:33 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
8fa5dfdd9e
HIRS
/
HIRS_Utils
/
src
History
Cyrus
8fa5dfdd9e
Removed unused imports
2020-12-14 10:57:35 -05:00
..
integration/java/integration/hirs/repository
/spacewalk
Initial release
2018-09-06 09:47:33 -04:00
main
Removed unused imports
2020-12-14 10:57:35 -05:00
test
This PR is to address issue
#308
. The ACA was pulling Issuer Certificates using the organization RDN of the subject string and getting this from the issuer string of the EC or PC. This presents a problem because it isn't a required field. The organization field cannot be null or empty. Pulling objects from a DB using null or empty would produce bad results. The main change of this issue (which has not been full tested) is pulling using the AKI for the db lookup. If this fails, instead of falling back on potentially left out fields like the O= RDN, the ACA takes the issuer/subject fields, breaks them apart and sorts them based on the key. It also changes the case. This way the lookup can be assured to match in case of some random situation in which the issuer or subject field don't match because RDN keys are just in different positions of the string.
2020-12-11 14:47:46 -05:00