Lucas Clemente
|
85c39721ec
|
change Signer interface to return errors
|
2016-05-08 22:46:59 +02:00 |
|
Lucas Clemente
|
32cf5e4129
|
read tls.Config properly in RSA signer
|
2016-05-08 22:42:11 +02:00 |
|
Lucas Clemente
|
6738f0eadf
|
add sni to crypto.Signer interface
|
2016-05-08 22:23:36 +02:00 |
|
Lucas Clemente
|
c068cbcb8f
|
replace certificate path with tls.Config instance throughout the server
The example server now reads the certificate and key data itself. Tests
use the new testdata package, where the sample key & cert are stored.
Fixes #24
|
2016-05-03 16:41:25 +02:00 |
|
Lucas Clemente
|
ac0eed61f2
|
introduce crypto.Signer interface and hide RSA implementation
|
2016-04-17 00:22:26 +02:00 |
|
Lucas Clemente
|
7acb3365d5
|
use dictionary to compress certificates
|
2016-04-15 20:40:43 +02:00 |
|
Lucas Clemente
|
35a40ac6d8
|
rename GetCERTData to GetCertCompressed
|
2016-04-15 12:37:23 +02:00 |
|
Lucas Clemente
|
83d8cb003d
|
add test for RSA proof
|
2016-04-12 15:05:04 +02:00 |
|