lego/acme
Matt Holt 6b6876d15a Basic tests for crypto wrapper functions
Even though the std lib does the heavy lifting, this should verify (somewhat) that the helper functions are working.

Better tests would involve replacing crypto/rand.Reader with a non-random Reader then comparing the contents to make sure the proper std lib crypto functions were called and their values returned.
2015-06-13 09:53:17 -06:00
..
client.go More comments 2015-06-13 04:50:36 +02:00
client_test.go Test NewClient 2015-06-13 09:00:18 -06:00
crypto.go add crypto.go 2015-06-13 03:57:05 +02:00
crypto_test.go Basic tests for crypto wrapper functions 2015-06-13 09:53:17 -06:00
dns_challenge.go Rename simple_https to simple_http and add minimal interface implementation 2015-06-11 00:17:52 +02:00
dvsni_challenge.go Implement new interface with DVSNI 2015-06-13 03:56:52 +02:00
jws.go Some more comments 2015-06-13 04:26:33 +02:00
messages.go Add Authorizations to CSR request message 2015-06-13 04:10:32 +02:00
pop_challenge.go Add remaining challenge types. 2015-06-11 00:11:58 +02:00
simple_http_challenge.go Some more comments 2015-06-13 04:26:33 +02:00