Commit Graph

730 Commits

Author SHA1 Message Date
Richard Körber
861b3a1f81 [maven-release-plugin] prepare for next development iteration 2022-11-25 13:24:12 +01:00
Richard Körber
5a984bb49b [maven-release-plugin] prepare release v2.15 v2.15 2022-11-25 13:24:12 +01:00
Richard Körber
2a30d3e919 Update dependencies 2022-11-25 13:23:06 +01:00
Richard Körber
ef5ca28fd9 Minor optimizations 2022-11-25 13:14:33 +01:00
Richard Körber
06e03880c9 Remove Java 9 tests from CI
Reason: There is no Temurin Java 9 on Github
2022-11-18 16:28:22 +01:00
Richard Körber
e9eedb99cd Fix broken CI 2022-11-18 16:26:26 +01:00
Richard Körber
636ccc37e0 Add support for S/MIME signature validation 2022-11-18 15:56:06 +01:00
Richard Körber
1ee68e1e09 Fix Javadoc links in the documentation 2022-11-18 15:54:42 +01:00
Richard Körber
95fd249d28 Update dependencies 2022-11-03 17:01:16 +01:00
Richard Körber
cf8be5b6cf AI based code generators are not acceptable for contributions
Reason: It cannot be excluded that copyrighted material is
added to the codebase without the appropriate license.
2022-11-03 16:38:39 +01:00
Richard Körber
109731090c [maven-release-plugin] prepare for next development iteration 2022-06-29 20:07:57 +02:00
Richard Körber
d088b30822 [maven-release-plugin] prepare release v2.14 v2.14 2022-06-29 20:07:57 +02:00
Richard Körber
f77426be87 Update dependencies 2022-06-29 20:03:12 +02:00
Richard Körber
379f184a41 Add generator for DNS challenge resource name 2022-06-29 20:02:52 +02:00
Richard Körber
8d9ab54782 Add methods to set attributes to SMIMECSRBuilder 2022-06-29 19:17:22 +02:00
kimmerin
e851acd61d replaced assertEquals, being missed before. Added Javadoc 2022-05-25 12:33:48 +02:00
kimmerin
6ea7b30cdf removed unused import 2022-05-25 12:33:48 +02:00
kimmerin
a6acf78f31 added javadoc-@since, changed to the use of AssertJ 2022-05-25 12:33:48 +02:00
kimmerin
b73750672c added method to allow the setting of attributes of the CSR's DN
individually
2022-05-25 12:33:48 +02:00
Richard Körber
a25b8c1b8d Use Assertj instead of Hamcrest 2022-05-14 12:39:27 +02:00
Richard Körber
f3c7e8a46c Upgrade all tests to JUnit 5 2022-05-14 12:24:21 +02:00
Richard Körber
edf2018433 [maven-release-plugin] prepare for next development iteration 2022-05-09 17:16:05 +02:00
Richard Körber
768fd68bcc [maven-release-plugin] prepare release v2.13 v2.13 2022-05-09 17:16:05 +02:00
Richard Körber
f3a989707f Link to more help 2022-05-09 17:13:24 +02:00
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 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