Commit Graph

806 Commits (edb7ec83b64a1dea9348bc3731e5610171b5b700)

Author SHA1 Message Date
Richard Körber 90f6bcd00d
Update dependencies 2022-05-09 17:07:34 +02:00
Richard Körber 00ee9e4dd5
Use assertThrows instead of try/fail constructs 2022-05-07 11:25:59 +02:00
Richard Körber cf0bfc1390
Prefetch from certificate stream (fixes #127)
Works around a bug in Conscrypt. The certificate stream is not read
there if InputStream.available() returns 0, which is the case in acme4j
since the stream is directly read from the CA via HTTP.

The workaround uses a BufferedInputStream and prefetches a few bytes
from the HTTP stream if available() is invoked.
2022-05-07 11:15:16 +02:00
Richard Körber df221291e8
Mention that acme4j works on Android 2022-05-07 11:13:42 +02:00
Richard Körber ccd1b2bc3d
Add chapter about debugging acme4j 2022-05-07 11:13:10 +02:00
Richard Körber 9115dc743f
Fix NPE if Auto-Submitted header is missing 2022-01-22 15:16:37 +01:00
Richard Körber 30a9b53746
Make spotbugs annotations static required 2022-01-22 14:45:58 +01:00
Richard Körber 51233b9612
Move from JavaMail to Jakarta Mail 2022-01-22 14:40:16 +01:00
Richard Körber 8fd00f0b30
Update dependencies 2022-01-22 12:44:55 +01:00
Richard Körber c5899b9b93
Add potential S/MIME incompatibility to FAQ 2022-01-22 12:44:37 +01:00
Richard Körber cc8cc841c1
[maven-release-plugin] prepare for next development iteration 2021-07-03 11:19:53 +02:00
Richard Körber 8cb2468060
[maven-release-plugin] prepare release v2.12 2021-07-03 11:19:53 +02:00
Richard Körber 2333e25065
Document global challenge providers 2021-07-03 11:14:28 +02:00
Richard Körber c391baa2be
Update dependencies 2021-07-03 10:14:23 +02:00
Richard Körber 9630737757
Add experimental support for RFC 8823 (S/MIME certs) 2021-07-03 10:06:35 +02:00
Richard Körber 3c48391123
Fix broken output for IP-only CSRs 2021-07-03 10:05:19 +02:00
Richard Körber 2f2e59fd36
Permit to globally register additional challenge types 2021-07-03 10:04:27 +02:00
Richard Körber 24af42b6b9
Fix deprecation in unit test 2021-07-03 09:55:43 +02:00
Richard Körber a3ed2257b6
Add new method to bind to a specified challenge type 2021-07-03 09:53:09 +02:00
Richard Körber 16cb2bb0f6
Remove dependabot again
For a project of this size, and with this release frequency, dependabot
causes too much noise and creates too many useless pull requests. It is
more efficient for me to update all dependency versions prior to a
release.
2021-06-29 06:54:34 +02:00
Richard Körber 8c86c7cb3b
Start a FAQ/Troubleshooting page 2021-06-05 11:19:40 +02:00
Richard Körber 4b0abc71d9
Clarify staging and prod ACME URIs (#116) 2021-06-03 19:41:24 +02:00
dependabot[bot] 14c7fc49c8 Bump awaitility from 4.0.3 to 4.1.0
Bumps [awaitility](https://github.com/awaitility/awaitility) from 4.0.3 to 4.1.0.
- [Release notes](https://github.com/awaitility/awaitility/releases)
- [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
- [Commits](https://github.com/awaitility/awaitility/commits/awaitility-4.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 19:45:14 +02:00
dependabot[bot] 9bae5bdd3b Bump maven-failsafe-plugin from 2.22.1 to 2.22.2
Bumps [maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 2.22.1 to 2.22.2.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-2.22.1...surefire-2.22.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03 17:51:25 +02:00
dependabot[bot] 9905fdf204 Bump maven-compiler-plugin from 3.8.0 to 3.8.1
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.8.0...maven-compiler-plugin-3.8.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03 17:51:10 +02:00
dependabot[bot] 54873d5b43 Bump maven-source-plugin from 3.0.1 to 3.2.1
Bumps [maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.0.1 to 3.2.1.
- [Release notes](https://github.com/apache/maven-source-plugin/releases)
- [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.0.1...maven-source-plugin-3.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03 17:50:57 +02:00
dependabot[bot] c0dd09f9ae Bump jose4j from 0.7.6 to 0.7.7
Bumps [jose4j](https://bitbucket.org/b_c/jose4j) from 0.7.6 to 0.7.7.
- [Commits](https://bitbucket.org/b_c/jose4j/branches/compare/jose4j-0.7.7..jose4j-0.7.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03 17:44:21 +02:00
dependabot[bot] 3f38da3460 Bump maven-jar-plugin from 3.1.1 to 3.2.0
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.1.1...maven-jar-plugin-3.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-03 17:44:00 +02:00
Richard Körber 1ef55db865
Update setup-java to v2 2021-04-26 21:06:21 +02:00
Richard Körber b48e81f6d5
Update spotbugs-annotations 2021-04-26 21:03:33 +02:00
dependabot[bot] 167c981b26 Bump docker-maven-plugin from 0.26.1 to 0.35.0
Bumps [docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.26.1 to 0.35.0.
- [Release notes](https://github.com/fabric8io/docker-maven-plugin/releases)
- [Changelog](https://github.com/fabric8io/docker-maven-plugin/blob/master/doc/changelog.md)
- [Commits](https://github.com/fabric8io/docker-maven-plugin/compare/v0.26.1...v0.35.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 20:20:27 +02:00
dependabot[bot] 72d3d364a9 Bump maven-surefire-plugin from 3.0.0-M4 to 3.0.0-M5
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M4 to 3.0.0-M5.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M4...surefire-3.0.0-M5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 20:20:18 +02:00
dependabot[bot] 9ff379cd6a Bump mockito-core from 3.8.0 to 3.9.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v3.8.0...v3.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 20:20:08 +02:00
dependabot[bot] 26be85c494 Bump exec-maven-plugin from 1.6.0 to 3.0.0
Bumps [exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) from 1.6.0 to 3.0.0.
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/exec-maven-plugin/compare/exec-maven-plugin-1.6.0...exec-maven-plugin-3.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 20:19:45 +02:00
dependabot[bot] e2b17f7ada Bump spotbugs-maven-plugin from 4.2.2 to 4.2.3
Bumps [spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](https://github.com/spotbugs/spotbugs-maven-plugin/compare/4.2.2...spotbugs-maven-plugin-4.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 20:18:57 +02:00
sullis 2d716cd70e ignore slf4j updates 2021-04-26 07:05:10 +02:00
sullis d0058f8dab enable Dependabot v2
https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/
2021-04-26 07:05:10 +02:00
Richard Körber 684609faa3
Fix build on Java 16 2021-03-28 10:43:52 +02:00
Richard Körber a5c897d1c6
Fix GitHub Actions CI, build requires Java 9 or higher 2021-03-28 10:36:41 +02:00
Sean C. Sullivan 6e5070f26d add GitHub Actions CI 2021-03-28 10:32:18 +02:00
Richard Körber 63c06b7a49
Mention multiple challenge requests in the docs 2021-03-12 08:37:39 +01:00
Richard Körber d0f1966447
Dependency updates 2021-03-12 08:36:07 +01:00
Richard Körber d5305aae36
Enhance documentation about error handling 2021-02-10 07:21:59 +01:00
Richard Körber 91898ed7d1
Update dependencies 2020-12-18 18:45:19 +01:00
Richard Körber 78dfe248b2
[maven-release-plugin] prepare for next development iteration 2020-11-12 22:40:25 +01:00
Richard Körber bfafb5655a
[maven-release-plugin] prepare release v2.11 2020-11-12 22:40:25 +01:00
Richard Körber 3cf73e9f5c
Add method to get a list of alternate certificates 2020-11-12 22:39:24 +01:00
dependabot[bot] 7ecf12f6cb Bump junit from 4.13 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-31 16:36:01 +01:00
Richard Körber 55516c2c3e
Compare notBefore and notAfter dates in cert 2020-10-31 16:34:54 +01:00
Richard Körber ae37fe9004
Minor optimizations 2020-10-24 19:42:20 +02:00