Commit Graph

279 Commits

Author SHA1 Message Date
neilpang 4bd31f4967 fix shellcheck warnings 2016-11-11 21:47:24 +08:00
neilpang 7ff7a7c527 fix shellcheck warnning 2016-11-11 21:31:16 +08:00
neilpang c4a375b3a5 fix shellcheck warnings. 2016-11-11 21:22:48 +08:00
neilpang e3698edd19 fix shellcheck warnings 2016-11-11 21:15:48 +08:00
neilpang e591d5cfe4 fix shellcheck warnings 2016-11-11 21:13:33 +08:00
neilpang 44edb2bd2f fix shellcheck warnings 2016-11-09 22:35:30 +08:00
neilpang 201aa24448 fix shellcheck warnings. 2016-11-09 22:28:12 +08:00
neilpang e799ef2977 fix shellcheck warnings. 2016-11-09 22:09:30 +08:00
neilpang 0c538f7527 fix shellcheck warnings 2016-11-09 22:07:32 +08:00
neilpang ca7202eb0a fix shellcheck warnings 2016-11-09 21:56:50 +08:00
neilpang d5ec5f80ff fix shellcheck warnings 2016-11-09 21:44:46 +08:00
neilpang 0c944a03fe fix shellcheck warnings 2016-11-09 21:26:35 +08:00
neilpang 79a267ab08 fix for shellcheck 2016-11-09 21:18:47 +08:00
neilpang f9a6988ece fix for shellcheck 2016-11-09 21:06:22 +08:00
neilpang 95e06de5de fix for shellcheck 2016-11-09 20:45:57 +08:00
neilpang 4c2a384159 Add shfmt to format source code 2016-11-09 19:30:39 +08:00
neilpang b001840dee minor: add _hmac function 2016-11-08 21:27:39 +08:00
neilpang 20a6ab3d1a find hook file in current dir first 2016-11-07 20:59:10 +08:00
neilpang 5be1449db5 add APACHE_HTTPD_CONF
https://github.com/Neilpang/acme.sh/issues/363
2016-11-06 23:26:38 +08:00
neilpang 57e58ce76c set default account key to 2048.
Some old platforms doesn't support ecc signing.
2016-11-06 23:08:45 +08:00
neilpang d018be5d36 hide private key from the log 2016-11-04 23:45:08 +08:00
neilpang 67184d7b20 add more error check 2016-11-04 23:34:06 +08:00
neilpang cae9cee295 add debug info 2016-11-04 22:53:33 +08:00
neilpang 067d586c1c typo 2016-11-04 22:47:45 +08:00
neilpang d22b7938da fix old version openssl issue for ecc key 2016-11-04 22:45:50 +08:00
neilpang 29b7510957 add sign error check. 2016-11-04 22:22:01 +08:00
neilpang 9d548d81ac add more debug info 2016-11-04 22:03:41 +08:00
neilpang 1cbf416b10 minor, add more log 2016-11-02 23:22:36 +08:00
neilpang e7d4352292 minor 2016-11-01 20:38:00 +08:00
neilpang 610e0f21d6 fix apache error checks 2016-11-01 20:29:58 +08:00
neilpang 7e512bad96 fix apache mode 2016-11-01 19:31:20 +08:00
neilpang 93fc48a2db add more error check 2016-11-01 19:14:33 +08:00
neilpang 2a1e06f8a9 add --quiet for idn 2016-10-31 21:22:04 +08:00
neilpang 02d54a783a fix for idn on solaris 2016-10-31 21:12:11 +08:00
neilpang 0d2c26735e minor 2016-10-29 21:33:34 +08:00
neilpang 72518d4827 fix performance 2016-10-29 17:43:38 +08:00
neilpang ae2db62f1c fix issues for ECC account key. 2016-10-29 12:14:48 +08:00
neilpang 8c76b8bc36 do not cache thumbprint for issues for ecc account key 2016-10-29 11:15:45 +08:00
neilpang 18256c4923 fix issue cache jwk for ecc key only 2016-10-29 11:08:18 +08:00
neilpang 5dbf664a6b minor, reduce the sleep time. 2016-10-29 10:53:45 +08:00
neilpang cae203be71 fix thumbprint 2016-10-28 23:30:32 +08:00
neilpang 8a29fbc850 do not register account if already registered 2016-10-28 22:45:19 +08:00
neilpang 00bcbd367f fix performance, use cached nonce 2016-10-28 21:30:40 +08:00
neilpang 1befee5aca fix performance 2016-10-28 20:56:18 +08:00
neil 5982f4bcf0 rename JWK_HEADER 2016-10-28 18:07:04 +08:00
neilpang 9e45ac939b minor, add message 2016-10-27 22:47:19 +08:00
neilpang f940b2a58e add retry to deactivate command 2016-10-27 22:10:58 +08:00
neilpang 3afa4b210d add retry for temp authz request error 2016-10-27 20:07:20 +08:00
neilpang 998783eb9d Support ECC account key.
fix https://github.com/Neilpang/acme.sh/issues/76

https://tools.ietf.org/html/rfc3278#section-8.2
http://bitcoin.stackexchange.com/questions/2376/ecdsa-r-s-encoding-as-a-signature
http://davidederosa.com/basic-blockchain-programming/elliptic-curve-digital-signatures/
2016-10-27 00:06:03 +08:00
neilpang 800e3f4599 support dns_xxx_rm function
fix https://github.com/Neilpang/acme.sh/issues/79
2016-10-25 23:02:49 +08:00