Thanks to visit codestin.com
Credit goes to github.com

Skip to content

os2web_key #1

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

Merged
merged 6 commits into from
May 8, 2024
Merged

os2web_key #1

merged 6 commits into from
May 8, 2024

Conversation

rimi-itk
Copy link
Collaborator

@rimi-itk rimi-itk commented Apr 26, 2024

Adds os2web_key module. See https://github.com/OS2web/os2web_key/blob/os2web_key/README.md for details.

@rimi-itk rimi-itk force-pushed the os2web_key branch 12 times, most recently from 5d2f117 to 76bdd06 Compare May 1, 2024 14:41
@rimi-itk rimi-itk marked this pull request as ready for review May 7, 2024 13:33
@rimi-itk rimi-itk requested a review from cableman May 7, 2024 13:33
/**
* Runtime exception.
*/
class RuntimeException extends \RuntimeException {
Copy link

Choose a reason for hiding this comment

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

Would it be better to rename this exception to something like ModuleRuntimeExeception or SSLRuntimeException?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

That would not add any value. The RuntimeException is namespaced and can be aliased (use … as …) if need be.

* {@inheritdoc}
*/
public function validateConfigurationForm(array &$form, FormStateInterface $form_state): void {
}
Copy link

Choose a reason for hiding this comment

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

Empty validation function, would it be possible to validate the Passphrase for the certificate in some way if one is given?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Actual validation is performed in validateKeyValue. I've added a comment telling this in 0eb16ad.

@rimi-itk rimi-itk requested a review from cableman May 8, 2024 09:15
@rimi-itk rimi-itk merged commit 7c17061 into main May 8, 2024
6 checks passed
@rimi-itk rimi-itk deleted the os2web_key branch May 8, 2024 09:29
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.

2 participants