1. 24 Jun, 2020 3 commits
    • Vincent Pelletier's avatar
      shell/caucase.sh: Improve built-in test suite. · 45385484
      Vincent Pelletier authored
      Simplify code a bit.
      Change directory when starting caucased, so all files are stored inside
      test's temporary directory (and not just the database).
      Tolerate caucased not immediately starting.
      Fix CA presence tests (well this is embarrassing).
      List test directory content when failing, as it will get deleted shortly
      after.
      45385484
    • Vincent Pelletier's avatar
      ec76d39f
    • Vincent Pelletier's avatar
      shell/caucase.sh: Silence a shellcheck warning. · f4b883f4
      Vincent Pelletier authored
      In shell/caucase.sh line 1134:
          trap "kill \"$caucased_pid\"; wait; rm -rf \"$tmp_dir\"" EXIT
                       ^-----------^ SC2064: Use single quotes, otherwise this expands now rather than when signalled.
                                                       ^------^ SC2064: Use single quotes, otherwise this expands now rather than when signalled.
      
      These variables are local, so immediate expantion is expected.
      f4b883f4
  2. 23 Jun, 2020 5 commits
  3. 22 Jun, 2020 2 commits
    • Vincent Pelletier's avatar
      test: Fix a few coverage pragma. · 09be616d
      Vincent Pelletier authored
      09be616d
    • Vincent Pelletier's avatar
      {ca,text}: Fix from_issuer_subject_key_identifier usage. · 3369b98b
      Vincent Pelletier authored
      Resolve deprecation warnings in tests:
      caucase/ca.py:548: CryptographyDeprecationWarning: Extension objects are deprecated as arguments to from_issuer_subject_key_identifier and support will be removed soon. Please migrate to passing a SubjectKeyIdentifier directly.
        critical=False,
      caucase/ca.py:326: CryptographyDeprecationWarning: Extension objects are deprecated as arguments to from_issuer_subject_key_identifier and support will be removed soon. Please migrate to passing a SubjectKeyIdentifier directly.
        x509.SubjectKeyIdentifier,
      caucase/test.py:422: CryptographyDeprecationWarning: Extension objects are deprecated as arguments to from_issuer_subject_key_identifier and support will be removed soon. Please migrate to passing a SubjectKeyIdentifier directly.
        critical=False,
      3369b98b
  4. 15 Jun, 2020 1 commit
  5. 06 Jun, 2020 1 commit
  6. 04 Jun, 2020 3 commits
  7. 06 May, 2020 2 commits
    • Kirill Smelkov's avatar
      fixup! all: Update license and copyright. · 3a00d7bf
      Kirill Smelkov authored
      Rerun with updated nxd-relicense. This actually changes license text in
      every file.
      
      Before:
      
      	W: caucase/__init__.py: cannot find license start
      	W: caucase/_version.py: no copyright
      	W: caucase/ca.py: cannot find license start
      	W: caucase/cli.py: cannot find license start
      	W: caucase/client.py: cannot find license start
      	W: caucase/exceptions.py: cannot find license start
      	W: caucase/http.py: cannot find license start
      	W: caucase/http_wsgibase.py: cannot find license start
      	W: caucase/storage.py: cannot find license start
      	W: caucase/test.py: cannot find license start
      	W: caucase/utils.py: cannot find license start
      	W: caucase/version.py: cannot find license start
      	W: caucase/wsgi.py: cannot find license start
      	W: setup.py: cannot find license start
      	W: shell/caucase.sh: cannot find license start
      	W: versioneer.py: no copyright
      
      After:
      
      	W: caucase/_version.py: no copyright
      	W: versioneer.py: no copyright
      3a00d7bf
    • Vincent Pelletier's avatar
      all: Update license and copyright. · fe861043
      Vincent Pelletier authored
      Add FOSS licence exception.
      Fix copyright holder name.
      fe861043
  8. 31 Jan, 2020 1 commit
    • Łukasz Nowak's avatar
      ca: Test OID migration · db58fa43
      Łukasz Nowak authored
      Since "ca: Do not use a 128bits OID arc for caucase internal use" new OIDs
      are used, but the migration was not tested, so it's added here.
      db58fa43
  9. 22 Jan, 2020 1 commit
  10. 27 May, 2019 3 commits
  11. 01 Apr, 2019 1 commit
  12. 25 Jan, 2019 1 commit
  13. 24 Jan, 2019 2 commits
  14. 05 Jan, 2019 1 commit
  15. 03 Jan, 2019 11 commits
  16. 31 Dec, 2018 2 commits