Richard Körber
|
6be3f5ef4f
|
[maven-release-plugin] prepare for next development iteration
|
2018-04-18 23:25:53 +02:00 |
Richard Körber
|
274cfc9a63
|
[maven-release-plugin] prepare release v2.1
|
2018-04-18 23:25:52 +02:00 |
Richard Körber
|
4d8d951a6b
|
Note that some lists have no specific order
|
2018-04-17 22:48:16 +02:00 |
Richard Körber
|
568438a1f3
|
Add support for tls-alpn-01 challenge
|
2018-04-17 00:35:26 +02:00 |
Richard Körber
|
cd7038a7fa
|
Send kid instead of jwk when revoking a cert (fixes issue #62)
|
2018-04-16 19:40:34 +02:00 |
Richard Körber
|
ee291da06b
|
Note that wildcard domains cannot be pre-authorized
|
2018-04-16 19:40:13 +02:00 |
Richard Körber
|
7a1136ec2a
|
Use GenericProvider without ClassLoader
|
2018-03-27 22:17:27 +02:00 |
Richard Körber
|
aa04ade9bb
|
Document a missing Authorization state
|
2018-03-27 22:12:16 +02:00 |
Richard Körber
|
efb0b9d2f8
|
Document change of terms of service
|
2018-03-21 23:14:23 +01:00 |
Richard Körber
|
3f901e9e18
|
Strip empty lines from downloaded cert chains
This fixes the "insufficient data" issue on IBMs crypto implementation.
|
2018-03-21 23:14:08 +01:00 |
Richard Körber
|
2ac4e7b7fb
|
Restore "Do not send authorization with challenge"
Also set Pebble to strict mode.
This reverts commit cdab2b8bd0.
|
2018-03-18 13:55:59 +01:00 |
Richard Körber
|
3cd74220dd
|
Restore syntax highlighting in documentation
|
2018-03-18 13:42:51 +01:00 |
Richard Körber
|
7093fe7e92
|
Add JSR305 annotations
Also fix FindBugs errors about possible null pointer dereferences.
Null-aware languages like Kotlin can now enjoy null-checks.
|
2018-03-18 13:25:25 +01:00 |
Richard Körber
|
4de82be5f3
|
JSON getters never return null
|
2018-03-17 18:18:44 +01:00 |
Richard Körber
|
a8d3f86f85
|
[maven-release-plugin] prepare for next development iteration
|
2018-03-13 23:40:55 +01:00 |
Richard Körber
|
14484b9fc9
|
[maven-release-plugin] prepare release v2.0
|
2018-03-13 23:40:54 +01:00 |
Richard Körber
|
7cfcbc99b6
|
Handle empty JSON responses
|
2018-03-13 23:15:19 +01:00 |
Richard Körber
|
44a036a858
|
Review status documentation
|
2018-03-10 15:22:23 +01:00 |
Richard Körber
|
323788dfdb
|
SpotBugs fix
|
2018-03-10 15:21:53 +01:00 |
Richard Körber
|
49677d8dbc
|
Add support for Proxy connections
|
2018-03-06 22:11:05 +01:00 |
Richard Körber
|
b4374dbf6d
|
Add support for wildcard flag
|
2018-03-06 22:10:55 +01:00 |
Richard Körber
|
09abb23599
|
Add SpotBugs and fix reported issues
|
2018-03-06 22:10:18 +01:00 |
Richard Körber
|
69a23e7bf6
|
Avoid unnecessary de/encoding of nonces
|
2018-03-06 22:10:08 +01:00 |
Richard Körber
|
1972d52bed
|
Review documentation, update to ACME v2
|
2018-02-21 20:04:59 +01:00 |
Richard Körber
|
dadaf2493f
|
Separate Login from Session
This involves a lot of refactoring and some API changes. However, it allows to clean up some parts of the code that I always considered ugly.
|
2018-02-21 20:01:51 +01:00 |
Richard Körber
|
a111187245
|
Relax HTTP status handling
|
2018-02-21 19:59:01 +01:00 |
Richard Körber
|
0d42089318
|
Return nonce header
|
2018-02-21 19:58:50 +01:00 |
Richard Körber
|
b690e0ab45
|
Session contains account location instead of abstract key identifier
|
2018-02-21 19:56:59 +01:00 |
Richard Körber
|
431a5cf313
|
Update dependencies
|
2018-02-12 15:29:26 +01:00 |
Richard Körber
|
137c2c7dd0
|
Remove tls-sni-02 challenge
|
2018-01-23 18:03:55 +01:00 |
Richard Körber
|
472f1497db
|
Change challenge errors to error
|
2018-01-20 13:19:30 +01:00 |
Robert Kästel
|
f42e783760
|
Remove code that replaces account key kid with external account binding
kid after the external account binding process is done.
Relevant discussion on IETF ACME mailing list: https://mailarchive.ietf.org/arch/search/?email_list=acme&gbt=1&index=_j_xfYp9rlLeAtOWtSuQ-UtX3k0
|
2018-01-16 11:24:03 +01:00 |
Richard Körber
|
f37b14b55c
|
Add test for a missing branch
|
2018-01-14 14:42:09 +01:00 |
Richard Körber
|
e528cad215
|
Minor code cleanup
|
2018-01-14 14:41:44 +01:00 |
Richard Körber
|
1eb56ed8d6
|
Move generic challenge generation to AbstractAcmeProvider
|
2018-01-14 14:18:39 +01:00 |
Richard Körber
|
3f8299c004
|
Rename respond method to prepareResponse
|
2018-01-14 14:16:29 +01:00 |
Richard Körber
|
8923e35d21
|
Challenge constructor requires JSON data
|
2018-01-14 14:16:20 +01:00 |
Richard Körber
|
252d886b3f
|
Refactor ACME resource classes
A new AcmeJsonResource takes care of fetching and keeping the resource state.
A lot of boilerplate code could be removed that way.
|
2018-01-14 14:07:25 +01:00 |
Richard Körber
|
816f0825c0
|
Get a JSON Value as Optional
This enables further filtering and mapping of a JSON Value.
|
2018-01-14 13:22:49 +01:00 |
Richard Körber
|
9a483fd4d1
|
Remove authorize method from challenges
|
2018-01-14 13:15:56 +01:00 |
Richard Körber
|
70d089c94d
|
Use Pebble minica in truststore
|
2018-01-13 13:51:50 +01:00 |
Richard Körber
|
ae7e0da342
|
Bump to version 2.0, to emphasize the relation to ACMEv2
|
2018-01-07 22:49:52 +01:00 |
Richard Körber
|
92fff2379e
|
Set the LetsEncrypt ACMEv2 staging server URL
|
2018-01-05 07:40:05 +01:00 |
Richard Körber
|
a7ea703e93
|
Remove unnecessary type from challenge response
|
2017-12-28 00:07:58 +01:00 |
Richard Körber
|
22975dc844
|
Support problem title. Enhance returned problem message.
|
2017-12-22 17:33:55 +01:00 |
Richard Körber
|
8c26cf869d
|
CamelCase JSON keys
|
2017-12-16 11:43:37 +01:00 |
Richard Körber
|
2ab4038bd5
|
Support external-account-required metadata
|
2017-12-14 00:06:03 +01:00 |
Richard Körber
|
173aa14e40
|
Set default value for optional JSON keys
|
2017-12-14 00:05:59 +01:00 |
Richard Körber
|
2ceffa42e3
|
Retry on bad nonce error
|
2017-12-14 00:05:46 +01:00 |
Richard Körber
|
2b61478f13
|
Remove oob-01 challenge
It is not part of the ACME specs any more
|
2017-12-14 00:03:13 +01:00 |