summaryrefslogtreecommitdiff
path: root/lib/extensions.c
Commit message (Collapse)AuthorAgeFilesLines
* Reset extensions_sent_size only at start of handshakeTim Kosse2016-05-301-2/+3
| | | | | | | | That is, do not reset it when completing it so that we can use the negotiated extensions even after the handshake is complete. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* Account the TLSFeature certificate extension in certificate verificationTim Kosse2016-05-301-1/+1
| | | | | | That is, account for the OCSP-Must staple extension. If we have sent an OCSP status request and have not gotten anything, but the certificate has the Status Request TLSFeature extension present, fail to verify the certificate.
* exported function to convert TLS extension numbers to stringsNikos Mavrogiannopoulos2016-05-301-6/+16
| | | | The exported function is gnutls_ext_get_name()
* x509/output: print the extension name of TLSFeaturesNikos Mavrogiannopoulos2016-05-301-1/+1
|
* doc: Fix some typosAttila Molnar2016-02-061-1/+1
|
* Amend "When decoding extensions do not ignore decoding errors"Nikos Mavrogiannopoulos2015-11-301-1/+1
| | | | Do not treat an error the fact that no extensions field is present.
* When decoding extensions do not ignore decoding errorsNikos Mavrogiannopoulos2015-11-291-5/+5
| | | | | | That is, move from a parsing error tolerance to a more strict decoding approach. Relates #40
* statically initialize extensions instead of using the lib constructorNikos Mavrogiannopoulos2015-11-211-146/+95
|
* marked all extensions structures as constantNikos Mavrogiannopoulos2015-11-211-16/+16
|
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-0/+826