docs/signer
HuKeping 74d4af37a3 Stop injecting to the helper function
GetCryptoService is a helper function and we have injected a specific
http.ResponseWriter object for it to write back error message. Meanwhile
the caller for that function checks whether the cryptoService is nil
or not and return immediately if it is nil.

I think it's not a good idea to write back HTTP response in the helper function,
it's the caller's work and thus there is no need to inject the specific
ResponseWriter object into it.

Signed-off-by: Hu Keping <hukeping@huawei.com>
2015-12-30 09:42:51 +08:00
..
api Stop injecting to the helper function 2015-12-30 09:42:51 +08:00
client Minor typo 2015-12-11 14:07:38 +08:00
keydbstore Fix all instances where 'propagate' was mispelled as 'propogate' 2015-12-10 15:12:05 -08:00
keys Remove softhsm keys and tests. 2015-11-12 01:11:00 -08:00
Dockerfile Added base signer Dockerfile, and changed base to be go 1.5.1 2015-10-12 17:13:39 -07:00
signer.go creating concrete types for the various key ciphers 2015-10-28 16:02:55 -07:00