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: dnet/SudsSigner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: erny/SudsSigner
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.
  • 10 commits
  • 9 files changed
  • 2 contributors

Commits on Feb 20, 2013

  1. Initial commit: Setup / Axis 1 compatibility

    * Basic setup for building egg (requires setup tools)
    * Some Axis 1 compat issues (remove mustUnderstand, C14N).
    Ernesto Revilla committed Feb 20, 2013
    Configuration menu
    Copy the full SHA
    09c374e View commit details
    Browse the repository at this point in the history
  2. Try to automate installing of dependencies.

    Ernesto Revilla committed Feb 20, 2013
    Configuration menu
    Copy the full SHA
    44fed72 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2013

  1. Remove C14N again, already done by PyXMLSec

    Before I thought that C14N was not correctly working for Axis 1.
    Now I tested it again, and the C14N used is correct and works
    with Axis 1.
    Ernesto Revilla committed Feb 21, 2013
    Configuration menu
    Copy the full SHA
    0323b33 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2014

  1. Force conversion to Unicode of issuer name.

    Else, raises exception with lxml.
    Ernesto Revilla committed May 19, 2014
    Configuration menu
    Copy the full SHA
    23062a9 View commit details
    Browse the repository at this point in the history
  2. version += 0.0.1 (bugfix)

    Ernesto Revilla committed May 19, 2014
    Configuration menu
    Copy the full SHA
    db2b130 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2014

  1. Put __version__ into sudssigner.

    Ernesto Revilla committed May 27, 2014
    Configuration menu
    Copy the full SHA
    d8d4be6 View commit details
    Browse the repository at this point in the history
  2. Add docstring and logging to sudssigner.

    Ernesto Revilla committed May 27, 2014
    Configuration menu
    Copy the full SHA
    d552855 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2014

  1. Never destroy cryptoApp.

    Ernesto Revilla committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    80efe45 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2015

  1. Complete setup.py and change dependencies.

    Use pymxlsec instead of pyxmlsec and suds-jurko.
    erny committed May 12, 2015
    Configuration menu
    Copy the full SHA
    ebe1346 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. Configuration menu
    Copy the full SHA
    2eace37 View commit details
    Browse the repository at this point in the history
Loading