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

Clean up client's security policy API #94

Merged
merged 1 commit into from
Dec 30, 2015

Conversation

alkor
Copy link
Contributor

@alkor alkor commented Dec 30, 2015

Clean up client's security policy API and move all crypto functions to uacrypto.

Added set_security() and set_security_string() methods to Client.
Removed duplicate server_certificate field, renamed
client_certificate and private_key to user_certificate and user_private_key.

Also, move all crypto functions to uacrypto.

Added set_security() and set_security_string() methods to Client.
Removed duplicate server_certificate field, renamed
client_certificate and private_key to user_certificate and user_private_key.
@alkor
Copy link
Contributor Author

alkor commented Dec 30, 2015

Also this fixes a typo mentioned in #42 (publick), but I doubt that passwords work now.
I have a working server-side security support, I'll push it soon.

@oroulet
Copy link
Member

oroulet commented Dec 30, 2015

Looks good! What do you think is missing for password to work?

oroulet added a commit that referenced this pull request Dec 30, 2015
Clean up client's security policy API
@oroulet oroulet merged commit e6a6db3 into FreeOpcUa:master Dec 30, 2015
@alkor alkor deleted the client-cleanup branch December 30, 2015 21:26
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