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

CS Fixes and simplifed SecLib signers #48

Closed
wants to merge 3 commits into from
Closed

Conversation

kbond
Copy link
Contributor

@kbond kbond commented Sep 30, 2015

I ran the codebase through php-cs-fixer to clean up some stuff.

I also simplified the SecLib Signers. My guess is you were planning on adding more algorithms to SecLib later so the PublicKey level I removed may be necessary if this happens. I can revert this if you'd like.

A few questions/comments I had while going through the codebase:

  1. SignerInterface is suffixed with interface while Encoder is not. I suggest standardizing on one way.
  2. From what I can see, the SecLib library is not required and OpenSSL is the default - I suggest moving the dependency to require-dev.

@odino
Copy link
Contributor

odino commented Oct 4, 2015

hey @kbond would you be able to send 2 separate PRs for the cs fixes and the other stuff? It makes it easy to merge just the cs stuff and then discuss the rest :)

cheers!

@odino
Copy link
Contributor

odino commented Oct 4, 2015

closing for now

@odino odino closed this Oct 4, 2015
@kbond kbond deleted the cs-fixes branch December 1, 2015 14:38
@kbond kbond mentioned this pull request Dec 1, 2015
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