Commit Graph

  • 1444e5b10b Add blacklist validator Stanisław Pitucha 2015-06-04 17:06:05 +10:00
  • 9c7c84d824 Refactor the alternative name iteration code Stanisław Pitucha 2015-06-04 14:17:40 +10:00
  • 9266bc670d Ignore the coverage file Stanisław Pitucha 2015-06-04 17:48:14 +10:00
  • 75f8a73cdc Fix entry typo Stanisław Pitucha 2015-06-04 13:50:47 +10:00
  • 80c43520b7 Merge "Adding more docs strings" Jenkins 2015-06-03 16:14:59 +00:00
  • f3f1b172d4 Fixed a typo in X509/certificate.py Robert Clark 2015-05-20 13:14:46 -07:00
  • c3a3730620 Merge "Validator chains now exit on the first error" Jenkins 2015-06-02 13:23:35 +00:00
  • 294823f55e Adding more docs strings Tim Kelsey 2015-06-01 14:01:44 +01:00
  • a573aa7e04 Validator chains now exit on the first error Tim Kelsey 2015-04-24 16:26:00 +01:00
  • 046a08dcc2 Updating config.json to be sha256 Nathaniel Dillon 2015-05-22 15:42:46 -07:00
  • abd2fef7a8 Simplifying the validator config Tim Kelsey 2015-04-24 15:18:45 +01:00
  • e6e091f761 Adding Bandit gate test scaffolding Tim Kelsey 2015-04-17 09:20:04 +01:00
  • ed484f43a2 Added tests to bring coverage up to 100% of validators Tim Kelsey 2015-04-07 16:31:56 +01:00
  • dc5974c52d Updating domain validator to pass if given an empty list Tim Kelsey 2015-04-02 09:59:12 +01:00
  • 6caa423236 Fixing anchors config path Tim Kelsey 2015-04-01 12:16:49 +01:00
  • d65382ef25 Merge "Bumpping cryptograpbhy version to match global requirements" Jenkins 2015-03-31 10:10:35 +00:00
  • b459835c18 Bumpping cryptograpbhy version to match global requirements Tim Kelsey 2015-03-31 10:21:54 +01:00
  • 40391ff654 Merge "Improved validator logging output to help debugging" Jenkins 2015-03-30 15:43:56 +00:00
  • eff0f45086 Merge "Added validation for CA configuration" Jenkins 2015-03-30 15:43:10 +00:00
  • 3056f53326 Improved validator logging output to help debugging Doug Chivers 2015-03-28 23:01:33 +00:00
  • b2dcb66307 Added validation for CA configuration Doug Chivers 2015-03-16 13:17:22 +00:00
  • 87e40cc0f7 Clean up nits in setup.cfg Eric Brown 2015-03-26 17:33:20 -07:00
  • 83a62be8b9 Adding more no-cover pragmas on OpenSSL error handling code Tim Kelsey 2015-03-19 08:56:08 +00:00
  • f82fbd3d0e Merge "Added a check for the use of the default user/secret" Jenkins 2015-03-17 15:48:10 +00:00
  • d40c94f8dc Removes CA Certificte and CRL signing from the default config Doug Chivers 2015-03-13 22:43:53 +00:00
  • 3d7155a04f Added a check for the use of the default user/secret Doug Chivers 2015-03-13 21:55:48 +00:00
  • 6b060e5ad6 Merge "Adding more tests against X509 certificate code" Jenkins 2015-03-11 12:26:34 +00:00
  • de64e8c75c Adding more tests against X509 certificate code Tim Kelsey 2015-02-24 01:03:17 +00:00
  • f6c031fded Fixes the "No handler for logger ..." message spam Tim Kelsey 2015-03-10 12:11:28 +00:00
  • 9661c3d00b Adding functional testing Tim Kelsey 2015-03-05 18:02:41 +00:00
  • 7b6c4ba40a Fixing several issues in Anchor startup Tim Kelsey 2015-03-04 16:31:47 +00:00
  • e37fd557b8 Merge "Added tests for the CSR validation functions" Jenkins 2015-02-26 22:20:50 +00:00
  • 810ba9ec58 Added tests for the CSR validation functions Robert Clark 2015-02-20 15:02:10 -08:00
  • 020ed14928 Adding more X509 name tests, now at 100% coverage Tim Kelsey 2015-02-23 23:53:47 +00:00
  • bd2e0f277a Merge "Remove side effects on auth module import" Jenkins 2015-02-20 22:47:03 +00:00
  • 8f3b1b9640 Remove side effects on auth module import Bryan D. Payne 2015-02-20 14:24:40 -08:00
  • f574d2da9d Cleanup and refactor csr_validate function from certificate_ops Bryan D. Payne 2015-02-20 12:50:48 -08:00
  • 09eaf15dc6 Fix mock in keystone tests for new config Bryan D. Payne 2015-02-20 13:03:06 -08:00
  • 51bf23a996 Merge "Changed config to use json not .py" Jenkins 2015-02-20 20:36:58 +00:00
  • 93e635668e Changed config to use json not .py Bryan D. Payne 2015-02-20 11:47:07 -08:00
  • 241dc42fc3 Adding tests for auth with Keystone Token Priti Desai 2015-02-20 11:03:05 -08:00
  • 1051ab49ae Merge "Wrapping test data more cleanly" Jenkins 2015-02-20 17:57:18 +00:00
  • df10a254c7 Wrapping test data more cleanly Tim Kelsey 2015-02-19 18:28:17 +00:00
  • 9ab80351f0 Restore comments that fell out during a rebase Bryan D. Payne 2015-02-20 09:50:33 -08:00
  • f972213a42 Remove remaining ignores for flake8 Bryan D. Payne 2015-02-20 09:11:17 -08:00
  • 073cec09db Make tox flake8 setup a little more strict Bryan D. Payne 2015-02-19 15:38:26 -08:00
  • 961d585946 Merge "Cleanup parse_csr code in certificate_ops module" Jenkins 2015-02-19 23:34:15 +00:00
  • ca2ccd1858 Merge "Tests for validate_csr in certificate_ops" Jenkins 2015-02-19 23:34:09 +00:00
  • 4f3d3c87d8 Merge "Adding more tests against X509 certificates" Jenkins 2015-02-19 23:34:02 +00:00
  • ac50197566 Cleanup parse_csr code in certificate_ops module Bryan D. Payne 2015-02-19 14:43:05 -08:00
  • 52fefc1ca6 Tests for validate_csr in certificate_ops Bryan D. Payne 2015-02-19 08:22:45 -08:00
  • d308c84457 Adding more tests against X509 certificates Tim Kelsey 2015-02-19 05:49:00 +00:00
  • e97b39c335 Merge "Changed validator unit tests to use mock for network operations" Jenkins 2015-02-19 18:01:28 +00:00
  • 51456ce62b Ensure constant time compare works on older Python Bryan D. Payne 2015-02-19 08:41:40 -08:00
  • 89d5e7a754 Merge "Tests for certificate_ops.parse_csr" Jenkins 2015-02-19 04:06:41 +00:00
  • e3326bc373 Changed validator unit tests to use mock for network operations Robert Clark 2015-02-18 19:52:23 -08:00
  • 3c22420b79 Merge "Make static password checking closer to constant time" Jenkins 2015-02-19 04:01:53 +00:00
  • e067b0c9a9 Tests for certificate_ops.parse_csr Bryan D. Payne 2015-02-18 16:29:26 -08:00
  • 56107b4ce6 Merge "Fixed Tox Errors and added validation of domain unit tests" Jenkins 2015-02-19 00:13:59 +00:00
  • 588b927887 Fixed Tox Errors and added validation of domain unit tests Robert Clark 2015-02-18 15:59:20 -08:00
  • d215571d73 Make static password checking closer to constant time Bryan D. Payne 2015-02-17 16:34:38 -08:00
  • af32a73d32 Merge "Make certificate_ops use abort, not return values" Jenkins 2015-02-18 23:11:07 +00:00
  • 7517264a7d Merge "Simplify auth code in POST /sign" Jenkins 2015-02-18 23:10:57 +00:00
  • f0c84ee862 Merge "Refactor controller code to use RestController" Jenkins 2015-02-18 23:10:45 +00:00
  • 656e236fdc Merge "Fixed a broken validation component and how it is evaluated" Jenkins 2015-02-18 22:52:36 +00:00
  • c13035f6e5 Cleaning up code to pass tox checks Nathaniel Dillon 2015-02-18 14:31:15 -08:00
  • a7eb166413 Fixed a broken validation component and how it is evaluated Robert Clark 2015-02-17 20:07:29 -08:00
  • 1ca6a6ab36 Make certificate_ops use abort, not return values Bryan D. Payne 2015-02-17 21:06:22 -08:00
  • 057515788e Merge "Adding check for domains not starting with a period" Jenkins 2015-02-18 04:59:40 +00:00
  • f03590c8ee Adding check for domains not starting with a period Nathaniel Dillon 2015-02-17 16:17:23 -08:00
  • c54be97d61 Simplify auth code in POST /sign Bryan D. Payne 2015-02-17 19:43:21 -08:00
  • 197ca28137 Refactor controller code to use RestController Bryan D. Payne 2015-02-17 19:17:37 -08:00
  • ec154a390b Merge "Changed a misleading variable name in certificate_opts.py Changed misleading set name in config.py" Jenkins 2015-02-18 01:28:25 +00:00
  • 5a0c307c7e Merge "Allow tox to run without errors / failures" Jenkins 2015-02-18 00:40:26 +00:00
  • 3fe4bdcaf9 Allow tox to run without errors / failures Bryan D. Payne 2015-02-17 16:12:05 -08:00
  • fe9a2d8abe Changed a misleading variable name in certificate_opts.py Changed misleading set name in config.py Robert Clark 2015-02-17 16:07:49 -08:00
  • e92c71122e Added some initial tests of the validators Robert Clark 2015-02-17 15:32:08 -08:00
  • fcf1473004 Merge "Cleanup the test coverage for auth/__init__" Jenkins 2015-02-17 22:23:31 +00:00
  • b7c2fed1dd Merge "Add requests to requirements" Jenkins 2015-02-17 22:23:22 +00:00
  • 38c4bbccea Merge "Add python-ldap to requirements" Jenkins 2015-02-17 22:17:42 +00:00
  • 133c658145 Merge "accept subjectAltName 'IP Address'" Jenkins 2015-02-17 22:16:53 +00:00
  • 3164ad7bd8 Cleanup the test coverage for auth/__init__ Bryan D. Payne 2015-02-17 13:15:05 -08:00
  • b33d8f1897 Add requests to requirements Bryan D. Payne 2015-02-17 14:10:07 -08:00
  • 2dbfe69bed Add python-ldap to requirements Bryan D. Payne 2015-02-17 13:14:42 -08:00
  • 7954b8a742 Tox now also runs PEP8 on test code Tim Kelsey 2015-02-17 21:31:56 +00:00
  • 89eed98e64 Merge "Test for auth/__init__ validate function" Jenkins 2015-02-17 21:06:09 +00:00
  • d81cfb08cd Test for auth/__init__ validate function Bryan D. Payne 2015-02-17 12:45:03 -08:00
  • e11f6248cc Merge "Adding run_tests.sh following OpenStack Standards" Jenkins 2015-02-17 20:43:14 +00:00
  • fa25352ce7 Adding run_tests.sh following OpenStack Standards Priti Desai 2015-02-17 12:17:37 -08:00
  • fc52671ad0 Merge "Adding 'no cover' pragmas the stuff I can't test" Jenkins 2015-02-17 19:57:37 +00:00
  • 847f00bfcb Merge "Adding more tests against the X509 CSR class" Jenkins 2015-02-17 19:57:03 +00:00
  • 427ff4bd00 Change default config to validate only example.com Bryan D. Payne 2015-02-17 10:58:42 -08:00
  • 7373f5f997 Cleanup readme to offer more sane defaults Bryan D. Payne 2015-02-17 10:23:44 -08:00
  • 35d6f6111a accept subjectAltName 'IP Address' Loganathan Parthipan 2015-02-09 13:42:53 +00:00
  • f186f9a1af Adding more tests against the X509 CSR class Tim Kelsey 2015-02-11 13:25:40 +00:00
  • 94645f4997 Adding 'no cover' pragmas the stuff I can't test Tim Kelsey 2015-02-11 11:51:01 +00:00
  • d9c503f036 Merge "Adding tests against X509 name class" Jenkins 2015-02-11 10:49:32 +00:00
  • fb9def7e0f Merge "Adding more tests against the X509 certificate class" Jenkins 2015-02-11 10:49:26 +00:00
  • 7d7f77c126 Fix missing import that PEP8 erroneously thinks is unused Tim Kelsey 2015-02-10 12:44:40 +00:00
  • 6b71bcdfa4 Disable py33 testing for now and reorder tests Terry Howe 2015-02-04 13:44:47 -07:00