| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Add support for sending and reading the SRP identifier extension.
Add some helper classes for managing TLS extensions
Add ciphersuite codes for SRP key exchange.
|
|
|
|
| |
client cert and they don't have one.
|
|
|
|
|
| |
TLS 1.0/1.1, SSLv3 uses a different hash format. Only RSA certs tested
so far.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
handshake, keep track of exactly which handshake message type(s) we
can expect and assert before processing that what we recieved is what
we expected. Contrast with previous 'checking' which was more in the
style 'could we perhaps plausibly do something with this message?'
aka broken.
|
|
|
|
|
|
|
| |
was included in a now-expired ID (draft-ietf-tls-56-bit-ciphersuites-01)
and mentioned in Rescorla's SSL book.
Not implemented by OpenSSL but does appear to be included in GnuTLS.
|
|
|