Commit Graph

  • 429a11160c Merge branch 'master' of github.com:rohe/pysaml2 Roland Hedberg 2013-09-17 08:56:31 +02:00
  • 32d9a0656d Text and format edits. Roland Hedberg 2013-09-17 08:55:53 +02:00
  • b61d1c6c0d Make sure it's a base string and not something else. Roland Hedberg 2013-09-17 08:55:12 +02:00
  • f07a3bdbd6 Make sure it's a base string and not something else. Roland Hedberg 2013-09-17 08:54:13 +02:00
  • 1d72f78b98 Merge pull request #55 from rectalogic/encrypted-assertions Roland Hedberg 2013-09-16 23:14:57 -07:00
  • 04c62ae124 Signature verification raises MissingKey (SigverError) if only_use_keys_in_metadata config option is set and we have no certs for issuer. Andrew Wason 2013-09-16 15:41:34 -04:00
  • c0bd5077f7 Verify signature on encrypted response assertions. Andrew Wason 2013-09-16 15:35:34 -04:00
  • f9039423cc Missed attribut (cn) added. Roland Hedberg 2013-09-10 09:23:56 +02:00
  • 66e6e81210 Updated HOWTO Roland Hedberg 2013-09-09 14:20:43 +02:00
  • e3ea651c71 Updated the Austrian government entity categories. Roland Hedberg 2013-09-09 08:29:17 +02:00
  • b8fa3442f5 Missed the friendly Country Name (co) attribute. Added now! Roland Hedberg 2013-09-05 05:33:59 +02:00
  • 2d78f94139 More places where there should be lists and not singletons. Roland Hedberg 2013-09-03 13:28:17 +02:00
  • 6d0ed7e993 A couple of more tests Roland Hedberg 2013-09-03 13:27:15 +02:00
  • d4c14bc19e Past the 1.0.3 release Roland Hedberg 2013-09-03 12:48:24 +02:00
  • 8f070a0f78 Statement should really be statements - plural ! Anyway fixed so they are when assigning. Roland Hedberg 2013-09-03 12:47:51 +02:00
  • 0c76a71ca4 Release 1.0.3 v1.0.3 Roland Hedberg 2013-09-03 11:54:37 +02:00
  • 37212c2a2a Added one more test "Reject an assertion containing an unknown Condition" Roland Hedberg 2013-09-03 10:45:32 +02:00
  • e2bebdc43e Fix bugs with using extension schemas. Roland Hedberg 2013-09-03 10:44:57 +02:00
  • 805a01ccfe One usage of extension schemas. Roland Hedberg 2013-09-03 10:32:16 +02:00
  • 1bdc47832e Allow extension schemas to be specified in the configuration file. Roland Hedberg 2013-09-03 10:22:09 +02:00
  • a485c8c394 Added 4 more SP tests. Roland Hedberg 2013-09-02 15:43:48 +02:00
  • 5d76d453a5 Added function that can find out which IP address interfaces on a computer has. Roland Hedberg 2013-09-02 15:43:30 +02:00
  • 948b752fbd Added new method: 'verify_attesting_entity' Roland Hedberg 2013-09-02 15:41:55 +02:00
  • dcf5b533ba Signature verification failure should be handled as an error. Roland Hedberg 2013-09-02 15:41:08 +02:00
  • ede428a566 Don't add user information in underlying libraries. Changed version of package. Roland Hedberg 2013-09-02 15:40:25 +02:00
  • ded56eb71f SubjectConfirmation was wrongly specified as singleton and not as list. Roland Hedberg 2013-08-29 14:30:08 +02:00
  • 452ec2c18a Changed so there is a default ca bundle and then another can be chosen. Not verifying is not the default anymore it has to specified with a command argument (-i or --insecure). Roland Hedberg 2013-08-29 14:13:31 +02:00
  • 2136e824fe Fixed so that all logging are presented as one time line. Also for sp_test. Roland Hedberg 2013-08-29 13:54:51 +02:00
  • 1befd1364f Entity category reference for Edugain Code of Conduct, correct spelling. Roland Hedberg 2013-08-29 13:25:03 +02:00
  • fcffc3be68 Updated the entity category reference for Edugain Code of Conduct. Roland Hedberg 2013-08-29 13:22:30 +02:00
  • fa9a0d3b4b Fixed so that all logging are presented as one time line. Roland Hedberg 2013-08-29 12:56:25 +02:00
  • 5975cc561f Updated entity categories. Roland Hedberg 2013-08-29 09:28:14 +02:00
  • 1e758bba56 Explaning text Roland Hedberg 2013-08-28 16:51:12 +02:00
  • bab015b258 Allow for overriding the user info by defining it in the test config file. Roland Hedberg 2013-08-28 16:43:21 +02:00
  • 93ece70a0d Allow for overriding the user info by defining it in the test config file. Roland Hedberg 2013-08-28 16:39:30 +02:00
  • 1aed30aa36 Added entity category set for Austrian government. Roland Hedberg 2013-08-28 16:09:06 +02:00
  • 822a55ee07 Have to mess with the message before it is signed and/or encrypted. Roland Hedberg 2013-08-28 15:15:32 +02:00
  • 8544589dfe Moved some configuration from the test specification into the config file. Roland Hedberg 2013-08-28 13:51:35 +02:00
  • 378f0d7c28 Moved from tuple to dictionary as value type. Roland Hedberg 2013-08-28 10:46:55 +02:00
  • b73f9fdf74 Moved from tuple to dictionary as authn argument value Roland Hedberg 2013-08-28 10:46:30 +02:00
  • aeec859968 Info on return content Roland Hedberg 2013-08-28 10:27:06 +02:00
  • af6c32e005 headers should be a dictionary and not a list of tupled. Roland Hedberg 2013-08-28 10:09:53 +02:00
  • 1580bec950 Missed the name change. Roland Hedberg 2013-08-27 15:34:18 +02:00
  • d930441321 Only import stuff if needed Roland Hedberg 2013-08-27 15:19:46 +02:00
  • a549e47bd9 Renamed files to have consistent views. Roland Hedberg 2013-08-27 15:13:51 +02:00
  • 09e6bda2f5 Only import memcache if it's needed. Roland Hedberg 2013-08-27 15:07:23 +02:00
  • 0929f733ea Changed names to be the same as in Rainers document Roland Hedberg 2013-08-27 14:43:33 +02:00
  • 79d78079cd Improved operations error handling Roland Hedberg 2013-08-27 14:43:05 +02:00
  • 324b638559 Sp test directory Roland Hedberg 2013-08-27 13:31:46 +02:00
  • bbbd0b8d51 Updated test names to be the same as in Rainers document. Roland Hedberg 2013-08-27 13:31:31 +02:00
  • 9944bba618 Changed name of test drivers Roland Hedberg 2013-08-27 13:09:47 +02:00
  • 5680d04ced Changed names of test driver scripts Roland Hedberg 2013-08-27 13:04:24 +02:00
  • 21951d078e More log info Roland Hedberg 2013-08-27 11:20:08 +02:00
  • 604a8481bc Moe log info Roland Hedberg 2013-08-27 11:19:20 +02:00
  • 11ee8b72c8 Fixed argument error Roland Hedberg 2013-08-27 10:59:09 +02:00
  • 03c5a8ffc7 Improved cookie handling Added some logging lines Roland Hedberg 2013-08-27 10:58:50 +02:00
  • 3e464015ec Added some more logging info Roland Hedberg 2013-08-27 10:57:59 +02:00
  • 99e3302e67 Updated HowTo Roland Hedberg 2013-08-26 15:39:21 +02:00
  • 05f84f8183 Added some more log info Roland Hedberg 2013-08-26 11:40:56 +02:00
  • ebc696d711 Fixed pretty print Roland Hedberg 2013-08-26 11:03:51 +02:00
  • 5c4231a896 Some added interaction logging messages Roland Hedberg 2013-08-26 10:18:50 +02:00
  • cd2f480aca Allowed for pretty printing log output Roland Hedberg 2013-08-26 10:06:12 +02:00
  • 180f979d60 Logging changes Roland Hedberg 2013-08-26 09:47:46 +02:00
  • d11a63d643 Logging changes. Roland Hedberg 2013-08-26 09:47:02 +02:00
  • edda40422c Changed directory name. Roland Hedberg 2013-08-26 09:45:39 +02:00
  • c9e9f718d6 The validUntil check was bogus! Roland Hedberg 2013-08-21 15:04:11 +02:00
  • ff86f7235d Should be valid this year too :-) Roland Hedberg 2013-08-21 15:03:41 +02:00
  • 468b1bad63 Patch from tobes@github.com Roland Hedberg 2013-07-29 18:50:58 +02:00
  • b5bac9fa9c Attribute maps for ADFS Roland Hedberg 2013-07-29 11:41:49 +02:00
  • 553d0e8b4f Merge pull request #52 from ccooper21/issue-52 Roland Hedberg 2013-07-29 01:02:43 -07:00
  • 7fc2845cfc Merge pull request #50 from ccooper21/issue-33 Roland Hedberg 2013-07-29 00:57:53 -07:00
  • f38f1f8b30 Added new function and copied identity information so not to mess with any stored information. Roland Hedberg 2013-07-29 09:52:27 +02:00
  • 37f7858ff6 New function that checks if two RSA keys are actually the same. Roland Hedberg 2013-07-29 09:50:59 +02:00
  • c7b6f4f5e5 Avoid multiple logging of the same exception. Roland Hedberg 2013-07-29 09:50:23 +02:00
  • ae5bc40bad Moved log line Roland Hedberg 2013-07-29 09:49:29 +02:00
  • 51a79262fe Wrong parameter order (spotted by Christopher Cooper) Roland Hedberg 2013-07-29 09:49:01 +02:00
  • c9d85e5c8e Added another log handler Roland Hedberg 2013-07-29 09:48:11 +02:00
  • 29fb255262 Made the ADFS v1.x URIs lowercase to be consistent with the ADFS v2.x URIs Christopher Cooper 2013-07-26 11:07:54 -05:00
  • 1d9f5509ef Issue #52: Added attribute maps for Microsoft ADFS v1.x and v2.0 Christopher Cooper 2013-07-25 20:07:47 -05:00
  • b8243a1957 Issue #33: Made necessary changes to work with "repoze.who" v2.0 Christopher Cooper 2013-07-24 23:48:29 -05:00
  • 6e86b54839 Removed -v which wasn't used. Fixed -P which allows for using defaults from a general directory. Roland Hedberg 2013-07-08 18:08:01 -07:00
  • 69a84acf67 Fixed VerifyAttributeNameFormat which didn't support NAME_FORMAT_UNSPECIFIED. Roland Hedberg 2013-07-08 18:06:23 -07:00
  • c814ec5d74 Added logger definition Roland Hedberg 2013-07-08 18:05:02 -07:00
  • 368c95b53b Removed one function where I had two that did similar work. Roland Hedberg 2013-07-08 15:30:06 -07:00
  • c6cf3ede36 Test of handling of unknown attributes. Roland Hedberg 2013-07-08 15:28:52 -07:00
  • 1553bc610f Fixed test data and added new set. Roland Hedberg 2013-07-08 15:27:52 -07:00
  • e1aa57855a Allowed unknown attribute handling Roland Hedberg 2013-07-08 15:27:14 -07:00
  • 4cab835dca Allow unknown attribute configuration used. Roland Hedberg 2013-07-08 15:26:42 -07:00
  • d55b9fd5f2 set-cookie parameter might be missing. Roland Hedberg 2013-07-08 15:25:52 -07:00
  • 12256561b7 Configure whether unknown attribute should be allowed or not. Roland Hedberg 2013-07-08 15:25:06 -07:00
  • a46e175279 Added logging to module Roland Hedberg 2013-07-08 15:24:09 -07:00
  • 29464a0c9a A bunch of new test variants. Roland Hedberg 2013-07-04 15:18:32 +02:00
  • e13042eba2 Handle unspecified nameid format. An entity may not support all different types of descriptors. Roland Hedberg 2013-07-04 15:18:02 +02:00
  • 4a336f4cb5 dealing with artifact response. Roland Hedberg 2013-07-04 15:16:01 +02:00
  • 1cd1c33781 Change default config file name from config_file to just config Roland Hedberg 2013-07-04 15:15:01 +02:00
  • 1e143bc383 A bit more intelligence Roland Hedberg 2013-07-04 15:14:24 +02:00
  • b1b64fd061 Added SP config example Roland Hedberg 2013-07-04 15:13:52 +02:00
  • 9b22450085 Pinned down the version requirement for memcached Roland Hedberg 2013-07-04 14:41:39 +02:00
  • 217a48779d A recent change from append to addition made it possible to have yet another exception type. Roland Hedberg 2013-07-04 14:21:21 +02:00
  • 4ac5805ddd Rewrote conversion from AttributeStatement to dictionary. Can now handle undefined name format as well as different name format for different attributes in the Statement. Roland Hedberg 2013-07-04 14:19:58 +02:00