Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SAML-Toolkits/python-saml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: seecr/python-saml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 12 files changed
  • 1 contributor

Commits on Mar 5, 2018

  1. TS: pass-in settings as argument: OneLogin_Saml2_Auth; **don't use se…

    …t_strict**.
    
    At most assert it is already set using is_strict.  Since set_strict mutates the settings-object.
    
    Also:
     - Caches get_sp_cert and get_sp_key (since these can come from the file-system).
    Seecr Development Team
    Seecr Development Team committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    1e8e8e0 View commit details
    Browse the repository at this point in the history
  2. TS: added memory-loading or caching of keys & certs.

    - Since not all "memory-loading" C functions are exposed in the dm.xmlsec.binding; cache the
      add_sign signing_key (only used for generating SP metadata).
    Seecr Development Team
    Seecr Development Team committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    db627b8 View commit details
    Browse the repository at this point in the history
  3. TS: added time-mocking hacked-in.

    - Manipulate onelogin.saml2.time_indirect `mocked_time_fn'
    
        Set it to a function that returns a time.time()-like float;
        when reset to a falsy-value mocking can be turned off again.
    Seecr Development Team
    Seecr Development Team committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    181928e View commit details
    Browse the repository at this point in the history
  4. TS: mock time & id-generation in indirect_for_mocking module.

    - Added test-context-managers
    - Implementing tests that mocking works.
    Seecr Development Team
    Seecr Development Team committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    af49d97 View commit details
    Browse the repository at this point in the history
  5. TS: tested login uses mocked id-generation and time.

    Seecr Development Team
    Seecr Development Team committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    02b7736 View commit details
    Browse the repository at this point in the history
  6. More deps

    Seecr Development Team
    Seecr Development Team committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    d3de756 View commit details
    Browse the repository at this point in the history
  7. TS/JJ: removed forgotten merge thingy

    Seecr Development Team
    Seecr Development Team committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    4ef8354 View commit details
    Browse the repository at this point in the history
  8. TS/JJ: fixed test and removed obsolete import

    Seecr Development Team
    Seecr Development Team committed Mar 5, 2018
    Configuration menu
    Copy the full SHA
    76238fd View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. JJ: builddeps

    Seecr Development Team
    Seecr Development Team committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    f8bef64 View commit details
    Browse the repository at this point in the history
Loading