Skip to content
Snippets Groups Projects
  1. Dec 09, 2016
    • Jaime Pérez's avatar
      bugfix: In case an empty SubjectConfirmation is received, an appropriate error must be thrown. · 980b34c7
      Jaime Pérez authored
      This resolves #530. There are two problems here:
      
      - When only one SubjectConfirmation is received and it is empty, an error should be thrown. However, the error would be a not very descriptive message warning about access to a non-property in a null object. Something more descriptive should be in place.
      - Additionally, in PHP 7.0 this is an error and not an exception, and then the code continues to execute, effectively allowing assertions without a proper SubjectConfirmation element. This is wrong according to the standard.
      980b34c7
  2. Dec 05, 2016
  3. Dec 03, 2016
  4. Dec 01, 2016
  5. Nov 30, 2016
  6. Nov 24, 2016
  7. Nov 22, 2016
  8. Nov 21, 2016
  9. Nov 17, 2016
  10. Nov 15, 2016
  11. Nov 14, 2016
Loading