summaryrefslogtreecommitdiffstats
path: root/Tests/Auth/OpenID
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ Added test clarifying that the wildcard is only in the authority ↵tailor2007-09-191-1/+2
| | | | section of the trust root]
* [project @ update mock verifyDiscoveryResults]tailor2007-09-191-2/+8
|
* [project @ Remove unused test data]tailor2007-09-191-17/+0
|
* [project @ Improve granularity of error message checks]tailor2007-09-191-0/+2
|
* [project @ FIX #28: fixed append() call and added failed discovery ↵tailor2007-09-191-1/+57
| | | | verification test]
* [project @ Skip SSL identity and server URLs when SSL support absent]tailor2007-05-222-4/+137
|
* [project @ Do not send openid.ns values in OpenID 1 messages]tailor2007-04-161-1/+0
|
* [project @ Fix simple registration API to use toMessage()]tailor2007-04-161-4/+12
|
* [project @ Add test cases for Auth_OpenID::getQuery]tailor2007-04-051-0/+28
|
* [project @ Remove obsolute type_uri from test]tailor2007-04-051-1/+0
|
* [project @ Updated type URIs and fixed TYPE/NS confusion]tailor2007-04-0510-13/+13
|
* [project @ Fix 2.0 IDP NS URI]tailor2007-04-055-5/+5
|
* [project @ Fix no-math-support check in consumer test code]tailor2007-04-051-7/+6
|
* [project @ Fix small/fast DH usage in consumer tests]tailor2007-04-051-25/+18
|
* [project @ Fix more strlen() usage]tailor2007-04-051-4/+4
|
* [project @ Add bytes and toBytes to avoid multibyte string overloading]tailor2007-04-041-3/+4
|
* [project @ Add trust root matching test case]tailor2007-04-031-1/+2
|
* [project @ Improve format of auto-generated namespace aliases]tailor2007-04-032-4/+4
|
* [project @ Added Auth_OpenID::getQuery, removed Auth_OpenID::fixArgs, ↵tailor2007-03-311-18/+8
| | | | consumer now calls getQuery]
* [project @ Added new Sreg module, extension code, and tests]tailor2007-03-292-4/+644
|
* [project @ Updated message code to use registered namespace aliases]tailor2007-03-292-2/+6
|
* [project @ Return null from _negotiateAssociation]tailor2007-03-271-0/+14
|
* [project @ [2/2] Change Services_Yadis_ and Services/Yadis/]tailor2007-03-124-24/+24
|
* [project @ Added Auth_OpenID::isFailure]tailor2007-03-094-24/+23
|
* [project @ Skip DH-driven test in no-math case]tailor2007-03-071-1/+4
|
* [project @ Fix pass-by-reference for _extractAssociation]tailor2007-03-071-1/+2
|
* [project @ Add association response tests]tailor2007-03-071-0/+375
|
* [project @ Add session negotiation tests and fix consumer]tailor2007-03-072-0/+341
|
* [project @ Add VerifyDisco tests from python library]tailor2007-03-061-0/+253
|
* [project @ Add to-form-markup tests for invalid inputs]tailor2007-03-061-0/+22
|
* [project @ Added AuthRequest test module]tailor2007-03-053-24/+315
|
* [project @ Globalize testing values]tailor2007-03-057-0/+19
|
* [project @ Added auth request methods and added anonymous support to ↵tailor2007-03-031-8/+5
| | | | consumer (tests pending)]
* [project @ Add getExpired to stores]tailor2007-03-022-0/+27
|
* [project @ Make check_authentication handle signed ns field properly]tailor2007-03-021-2/+1
|
* [project @ Remove isDumb from store interface]tailor2007-03-021-14/+5
|
* [project @ Removed settings table and auth key code from stores]tailor2007-02-142-20/+2
|
* [project @ Refactored and updated discovery tests]tailor2007-02-1419-418/+535
|
* [project @ Fix tests (include HMACSHA1/256 and fix reference usage)]tailor2007-02-132-9/+17
|
* [project @ Repair tests under no-math conditions]tailor2007-02-132-14/+8
|
* [project @ Wrap tests for the no-math case]tailor2007-02-131-2/+9
|
* [project @ Consumer tests]tailor2007-02-131-47/+85
|
* [project @ Fixed Message->delArg and added more tests]tailor2007-02-131-55/+87
|
* [project @ More consumer tests]tailor2007-02-121-1/+315
|
* [project @ Update tests and stub discovery object creation]tailor2007-02-091-50/+23
|
* [project @ Test typo]tailor2007-02-082-6/+2
|
* [project @ Updated consumer tests, updated consumer nonce code]tailor2007-02-081-72/+656
|
* [project @ Added test_verifyAssocMismatch]tailor2007-02-061-0/+20
|
* [project @ Consistent and non-warning output for skipped tests]tailor2007-02-061-9/+9
|
* [project @ Fix plaintext test in non-sha256 case]tailor2007-02-061-0/+5
|
* [project @ Add association tests]tailor2007-02-061-2/+85
|
* [project @ Added more negotiation tests]tailor2007-02-061-0/+152
|
* [project @ Fix forgot-endpoint test]tailor2007-02-051-2/+1
|
* [project @ Added two tests for SHA256 assocations]tailor2007-02-051-2/+85
|
* [project @ Added CheckIDExtension test case]tailor2007-02-051-0/+45
|
* [project @ Added tests from Python test suite]tailor2007-02-021-0/+166
|
* [project @ Update test]tailor2007-02-011-1/+3
|
* [project @ Remove checkAuthMissingSignedField]tailor2007-02-011-14/+0
|
* [project @ Added checkidSetupUntrustedReturn]tailor2007-02-011-0/+13
|
* [project @ Added no-return-to, no-realm tests for OpenID2]tailor2007-02-011-2/+41
|
* [project @ Update tests, add checkidSetupNoIdentityOpenID2]tailor2007-02-011-8/+24
|
* [project @ Added OpenID2 checkid_setup decode test]tailor2007-02-011-0/+22
|
* [project @ Make tests pass when MySQL connection cannot be established]tailor2007-02-011-2/+3
|
* [project @ Server port patch]tailor2007-02-011-27/+106
|
* [project @ Port server session changes from python library]tailor2007-01-251-6/+7
|
* [project @ Refactored consumer from python implementation]tailor2007-01-162-18/+46
|
* [project @ Fix no-math-support in consumer]tailor2007-01-151-1/+4
|
* [project @ Refactor Consumer, add session negotiator, update session type ↵tailor2007-01-152-173/+12
| | | | classes]
* [project @ _getAssociation takes endpoint instead of server_url]tailor2007-01-121-1/+5
|
* [project @ Move OpenID 1 nonce name to constant, reorder authrequest ↵tailor2007-01-121-11/+18
| | | | constructor args]
* [project @ Discovery refactoring: add discovery result, simplify discovery ↵tailor2007-01-121-19/+18
| | | | logic]
* [project @ Discovery fixes]tailor2007-01-121-2/+3
|
* [project @ Move discovery tests to avoid test driver problem]tailor2007-01-121-1/+1
|
* [project @ Remove print_r]tailor2007-01-121-6/+0
|
* [project @ More discovery refactoring and fixes]tailor2007-01-123-50/+55
|
* [project @ [break] Refactor discovery]tailor2007-01-111-5/+0
|
* [project @ getServerID -> getLocalID]tailor2007-01-111-1/+1
|
* [project @ Clean up constants for service types and XML NS]tailor2007-01-111-3/+3
|
* [project @ Add bigmath test values]tailor2007-01-111-1/+2
|
* [project @ Update server code and tests to use Message abstraction (and ↵tailor2007-01-112-240/+176
| | | | other refactoring)]
* [project @ Add tests for message form markup generation]tailor2007-01-091-1/+154
|
* [project @ API CHANGE: Make Auth_OpenID_extensionResponse::extensionResponse ↵tailor2007-01-091-2/+33
| | | | take boolean to require extension args to be signed]
* [project @ Update consumer code and tests to use Message abstraction]tailor2007-01-091-65/+162
|
* [project @ Fix Message implementation and add tests]tailor2007-01-091-0/+937
|
* [project @ Add prefix to _isError]tailor2007-01-051-9/+9
|
* [project @ FIX #1150: Fix _startswith and _pct_escape_unicode]tailor2007-01-041-1/+1
|
* [project @ Make the tests try to load the Windows versions of the sqlite and ↵Josh Hoyt2006-09-271-2/+4
| | | | Postgres extensions]
* [project @ Change the test skip output so it doesn't make buildbot fail]Josh Hoyt2006-09-081-2/+2
|
* [project @ Make MySQL and PostGreSQL store tests work; make NO_MATH_SUPPORT ↵Josh Hoyt2006-09-083-36/+104
| | | | work]
* [project @ Make all tests pass!]Josh Hoyt2006-09-081-2/+2
|
* [project @ Set the name for the Nonce test suite so test output is easier to ↵Josh Hoyt2006-09-071-0/+1
| | | | understand]
* [project @ Add nonce test, make it pass.]Josh Hoyt2006-09-071-0/+164
|
* [project @ Store test fixes from nonce change]tailor2006-08-291-10/+15
|
* [project @ Nonce-handling code]tailor2006-08-281-7/+3
|
* [project @ Server-generated and one-way nonces patch from python openid]tailor2006-08-253-47/+35
|
* [project @ Fix bug in FileStore which prevented associations from being ↵tailor2006-12-011-0/+26
| | | | generated]
* [project @ Fix empty manager service list bug]tailor2006-10-301-0/+37
|
* [project @ FIX: Make Postgres unit tests use test_master database when ↵tailor2006-10-061-2/+4
| | | | creating temp database]
* [project @ Remove platform-specific temporary directory code to tests since ↵Josh Hoyt2006-09-272-6/+21
| | | | the library was not using it]
* [project @ Close the database handle in SQLite store test to silence warning]Josh Hoyt2006-09-271-0/+4
|