-
Notifications
You must be signed in to change notification settings - Fork 12
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
Can't find the use of $certAccountContact or $this->certAccountContact #8
Comments
You are right it's not used only checked if it's changed... I will fix this later today... It should be used in line 390... |
Forgot to ask, the methods getEcParameters() and getDhParameters() both outputs a .pem data . what kinda data is that ? I know it's written to a single file but what's it compose of ? Maybe a private and public key or what ? Asking because am doing some modifications and needed more insights and a .pem file can contain just about any data. Need be sure I understands that before doing any changes. Thanks and sorry for the disturbance |
Just fixed this in my own version but fortunately, can't share since it's now part of another framework and highly modified. Thanks |
Like the title goes, went through the code but couldn't find where exactly the data contained in $this->certAccountContact is being used.
Care to show me please ?
Thanks
The text was updated successfully, but these errors were encountered: