Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reset extensions_sent_size only at start of handshake | Tim Kosse | 2016-05-30 | 1 | -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 verification | Tim Kosse | 2016-05-30 | 1 | -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 strings | Nikos Mavrogiannopoulos | 2016-05-30 | 1 | -6/+16 |
| | | | | The exported function is gnutls_ext_get_name() | ||||
* | x509/output: print the extension name of TLSFeatures | Nikos Mavrogiannopoulos | 2016-05-30 | 1 | -1/+1 |
| | |||||
* | doc: Fix some typos | Attila Molnar | 2016-02-06 | 1 | -1/+1 |
| | |||||
* | Amend "When decoding extensions do not ignore decoding errors" | Nikos Mavrogiannopoulos | 2015-11-30 | 1 | -1/+1 |
| | | | | Do not treat an error the fact that no extensions field is present. | ||||
* | When decoding extensions do not ignore decoding errors | Nikos Mavrogiannopoulos | 2015-11-29 | 1 | -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 constructor | Nikos Mavrogiannopoulos | 2015-11-21 | 1 | -146/+95 |
| | |||||
* | marked all extensions structures as constant | Nikos Mavrogiannopoulos | 2015-11-21 | 1 | -16/+16 |
| | |||||
* | Removed the 'gnutls_' prefix from files to simplify file naming | Nikos Mavrogiannopoulos | 2015-08-23 | 1 | -0/+826 |