1. 25 Jun, 2020 9 commits
  2. 24 Jun, 2020 5 commits
  3. 23 Jun, 2020 5 commits
  4. 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
  5. 15 Jun, 2020 1 commit
  6. 06 Jun, 2020 1 commit
  7. 04 Jun, 2020 3 commits
  8. 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
  9. 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
  10. 22 Jan, 2020 1 commit
  11. 27 May, 2019 3 commits
  12. 01 Apr, 2019 1 commit
  13. 25 Jan, 2019 1 commit
  14. 24 Jan, 2019 2 commits
  15. 05 Jan, 2019 1 commit
  16. 03 Jan, 2019 2 commits