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

Update kea_alg_defs to match NSS 3.97 #992

Merged
merged 1 commit into from
Feb 8, 2024
Merged

Conversation

edewata
Copy link
Contributor

@edewata edewata commented Feb 7, 2024

The kea_alg_defs array in SSLCipher.c has been updated to match the one defined in NSS 3.97. The assertion that compares the size of the array with ssl_kea_size has also been removed. These changes will allow JSS to work with the newer NSS 3.97 on Fedora Rawhide as well as the older NSS versions on other platforms.

Resolves: #991

Note: With these changes the build now works on Rawhide and most tests pass too. There are some failures, but they don't seem to be related so they need to be investigated separately:

The kea_alg_defs array in SSLCipher.c has been updated to match
the one defined in NSS 3.97. The assertion that compares the size
of the array with ssl_kea_size has also been removed. These
changes will allow JSS to work with the newer NSS 3.97 on Fedora
Rawhide as well as the older NSS versions on other platforms.

Resolves: dogtagpki#991
@edewata edewata requested a review from fmarco76 February 7, 2024 22:09
Copy link

sonarqubecloud bot commented Feb 7, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Member

@fmarco76 fmarco76 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@edewata
Copy link
Contributor Author

edewata commented Feb 8, 2024

@fmarco76 Thanks!

@edewata edewata merged commit 130d543 into dogtagpki:master Feb 8, 2024
34 checks passed
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.

Build failure on Rawhide
2 participants