Skip to content

Bug fixed #132

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 1 commit into from
Jun 4, 2018
Merged

Bug fixed #132

merged 1 commit into from
Jun 4, 2018

Conversation

Spomky
Copy link
Member

@Spomky Spomky commented Jun 4, 2018

EC keys were not correctly created using the OpenSSL method.

Q A
Branch? master
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets none
License MIT
Tests added not needed
Doc PR not needed

EC keys were not correctly created using the OpenSSL method.
@ghost ghost assigned Spomky Jun 4, 2018
@ghost ghost added the in progress label Jun 4, 2018
@Spomky Spomky merged commit 5d7120e into v1.1 Jun 4, 2018
@ghost ghost removed the in progress label Jun 4, 2018
@Spomky Spomky deleted the ECKeyFactoryFix branch June 4, 2018 12:04
Spomky added a commit that referenced this pull request Jun 25, 2018
* PHP7 Support badge remove

PHP7 is supported by default so this badge is now useless.

* Revert Yaml to PHP (#116)

* Minor tests modifications

* Jwt split (#118)

* JWS/JWE Split

THis PR adds a `split` method for both JWS and JWE objects.
It allows to explode a JWS/JWE that contains several signatures/recipients into a list of JWS/JWE with only one signature/recipient.

It can be useful in certain cases e.g. where the verification of each signature is required or if a JWE has to be computed at once, but sent separetly to recipients.

* Keys in a key set is a list, not an object with indexes

* Deprecation fixed

* Bug fixed

Routes with :: does not work properly with Symfony 3.
x if he controller is a service

* Bug fixed (#132)

EC keys were not correctly created using the OpenSSL method.
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.

1 participant