91a6fcebab
Cleanup
2018-08-10 09:08:43 +01:00
Christopher Patton
a2fe2d9a71
DC draft-02, last minute change ( #121 )
...
* Drop DC test data for draft23
* DC: Change public key type
There was a last minute change to spec that changes the public key type
from a byte string of length at most 2^16 to a byte string of length at
most 2^24.
2018-08-10 08:34:10 +01:00
Christopher Patton
174a68a0fb
Update implementation of draft-ietf-tls-subcerts to draft 02 ( #108 )
...
Drops support for delegated credentials with TLS 1.2 and adds the
protocol version and signature algorithm to the credential structure.
2018-08-09 19:24:40 +01:00
Christopher Patton
c5280001a4
Remove delegated credential minting from the API
...
What's left are the minimal API changes required to use the delegated
credential extension in the TLS handshake.
2018-07-27 19:12:28 +01:00
Christopher Patton
84fe9084cd
Implement the delegated_credential extension for TLS
...
This complies with the standard, currently an Internet draft:
https://tlswg.github.io/tls-subcerts/draft-ietf-tls-subcerts.html
It also adds a minimal interface for generating new delegated
credentials.
2018-07-03 09:57:54 -07:00