- 22 Jun, 2020 2 commits
-
-
Vincent Pelletier authored
-
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,
-
- 15 Jun, 2020 1 commit
-
-
Vincent Pelletier authored
-
- 06 Jun, 2020 1 commit
-
-
Vincent Pelletier authored
Always wait at least 60 seconds between consecutive wake-ups. Avoids spamming server and local logs with attempts in case of temporary issues (ex: network).
-
- 04 Jun, 2020 3 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Load CRL expiration date even when it has not just been renewed. Also, request a newer CRL before local one expires (7 days by default).
-
Vincent Pelletier authored
Allowing clients to have a period of CRL validity overlap.
-
- 06 May, 2020 2 commits
-
-
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
-
Vincent Pelletier authored
Add FOSS licence exception. Fix copyright holder name.
-
- 31 Jan, 2020 1 commit
-
-
Ł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.
-
- 22 Jan, 2020 1 commit
-
-
Ivan Tyagov authored
@jerome @vpelletier , Tests do pass at https://nexedi.erp5.net/test_result_module/20200122-713A91C9/view?ignore_layout:int=1 /reviewed-on !12
-
- 27 May, 2019 3 commits
-
-
Vincent Pelletier authored
-
Łukasz Nowak authored
Many software packages do not support 128 bits arcs in OIDs (see https://misc.daniel-marschall.de/asn.1/oid_facts.html#chap4), use a registered OID instead. Certificates emitted using the legacy OID are migrated to the new OID on renewal. Mix of work by Vincent Pelletier <vincent@nexedi.com> and Thomas Gambier <thomas.gambier@nexedi.com> finished by Lukasz Nowak <luke@nexedi.com>
-
Łukasz Nowak authored
-
- 01 Apr, 2019 1 commit
-
-
Vincent Pelletier authored
-
- 25 Jan, 2019 1 commit
-
-
Łukasz Nowak authored
Just like other places in caucase-updater, print the next time of wake up. This information is useful in logs, for debugging caucase-updater problems. /reviewed-on nexedi/caucase!6
-
- 24 Jan, 2019 2 commits
-
-
Vincent Pelletier authored
-
Łukasz Nowak authored
Timedeltas between utcnow() and now() depend on system timezone, so they can last many hours when a few seconds is intended. The now() here was entered by mistake. /reviewed-on !5
-
- 05 Jan, 2019 1 commit
-
-
Vincent Pelletier authored
-
- 03 Jan, 2019 11 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Reduces backslash-doubling crazyness.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
...when connection is used as a context manager (which is the expected coding style anyway). If silently ignored, rollback may be incomplete if a subtransaction already committed. And if commit only happen at outmost transaction, no-undo changes could come undone if outer transaction aborts. This is currently observed in the code, so no other change is needed.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
This is used for serialisation, and there is no need for sub-second precision.
-
Vincent Pelletier authored
-
- 31 Dec, 2018 3 commits
-
-
Vincent Pelletier authored
- 405 (Method Not Allowed) response contains the list of methods allowed on current resource - all responses contain a Date header
-
Vincent Pelletier authored
Makes test a bit more readable by naming what each value is.
-
Vincent Pelletier authored
-
- 30 Dec, 2018 4 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Just call cli.manage directly to get produced exception, as it's what this part of the test is really about.
-
Vincent Pelletier authored
-
- 18 Dec, 2018 3 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
argparse.__init__'s "version" argument is for backward-compatibility with optparse, and is dropped in python3.
-
Vincent Pelletier authored
-