summaryrefslogtreecommitdiff
path: root/tests/test_81_certificates.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix OpenSSL string/bytes python3 issuesClint Byrum2015-05-211-1/+1
| | | | | OpenSSL works a bit differently in python3 which requires delicate handling.
* Fixed handling of signed and then encrypted response assertions. At the ↵Roland Hedberg2014-04-141-44/+85
| | | | same time added support for dealing with any combination of encrypted/non-encrypted assertions.
* Various spelling/grammar tweaks and typo fixes.Hank Leininger2014-04-021-1/+1
| | | | | | | | | | | | | Usually just a word or punctuation; occasionally I rewrote a sentence if I had a hard time determining what was meant by the original. (N.B. if I misunderstood something, then my re-wording will be wrong!) Also added eol to many files that were missing it, which throws off 'cat somefile' at a shell prompt (but did not yet touch anything under src/, which also has many files without eol). I did not re-line-wrap the text I changed, so that the diffs are minimized and meaningful changes are easier to spot.
* Added certificateHans Hörberg2014-03-111-1/+2
|
* Fixed some tests.Roland Hedberg2014-03-091-2/+3
|
* Add functionality to generate new certificates for each authn reqeust and ↵Hans Hörberg2014-02-141-0/+221
response.