summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: verify the resilience of the TLSFeature handling functions on large nu...tlsfeatNikos Mavrogiannopoulos2016-06-021-0/+52
* tlsfeature: impose a maximum number of supported TLS featuresNikos Mavrogiannopoulos2016-06-023-29/+18
* tests: added unit test for gnutls_x509_tlsfeatures_check_crtNikos Mavrogiannopoulos2016-06-022-1/+100
* During PKIX chain verification check the TLSFeatures complianceNikos Mavrogiannopoulos2016-06-0211-206/+374
* verify_crt: moved all verification state into a common structureNikos Mavrogiannopoulos2016-06-021-33/+37
* tests: added chain verification with TLS featuresNikos Mavrogiannopoulos2016-06-021-0/+493
* _gnutls_check_key_purpose: in CA certificates treat the SGC key purpose as GN...Nikos Mavrogiannopoulos2016-06-021-0/+28
* gnutls-cli: --save-ocsp will work even if verification failsNikos Mavrogiannopoulos2016-06-021-0/+1
* ocsp: attempt harder to figure an OCSP staple issuerNikos Mavrogiannopoulos2016-06-021-18/+30
* tests: added comprehensive OCSP test suite with MUST-staple PKIX extensionNikos Mavrogiannopoulos2016-06-013-1/+376
* tests: utils: added c_print()Nikos Mavrogiannopoulos2016-06-012-1/+15
* ext: status_request: added more descriptive nameNikos Mavrogiannopoulos2016-06-012-2/+2
* ocsp: fail certificate verification on expired or too old revocation data infoNikos Mavrogiannopoulos2016-06-011-2/+4
* ocsp: Introduced GNUTLS_CERT_INVALID_OCSP_STATUSNikos Mavrogiannopoulos2016-06-013-1/+13
* doc: improved OCSP description and mention RFC7633Nikos Mavrogiannopoulos2016-06-013-13/+43
* tests: added basic check for gnutls_url_is_supportedNikos Mavrogiannopoulos2016-05-312-1/+55
* gnutls_url_is_supported: type changed to unsignedNikos Mavrogiannopoulos2016-05-312-5/+5
* doc updateNikos Mavrogiannopoulos2016-05-312-6/+5
* pubkey_to_bits: return type was changed to unsignedNikos Mavrogiannopoulos2016-05-312-2/+2
* crypto-selftests: removed unneeded castNikos Mavrogiannopoulos2016-05-311-1/+1
* several sign-related API changesNikos Mavrogiannopoulos2016-05-3116-119/+121
* x509: simplified _gnutls_x509_get_tbs()Nikos Mavrogiannopoulos2016-05-311-29/+1
* x509: replace the bool type with the unsigned typeNikos Mavrogiannopoulos2016-05-313-23/+21
* configure: enable the type-limits gcc warningsNikos Mavrogiannopoulos2016-05-311-0/+2
* certtool: doc updateNikos Mavrogiannopoulos2016-05-311-0/+1
* DCO: added Tim Kosse [ci skip]Nikos Mavrogiannopoulos2016-05-301-0/+4
* tools: modify canonicalize_host to not depend on in6_addrNikos Mavrogiannopoulos2016-05-301-1/+1
* tests: added unit tests for gnutls_x509_tlsfeatures_t handling funcsNikos Mavrogiannopoulos2016-05-302-1/+101
* tests: tlsfeature-test will ignore the 'Algorithm Security Level' line in com...Nikos Mavrogiannopoulos2016-05-301-4/+8
* tests: verify whether the TLSFeatures extension is copiedNikos Mavrogiannopoulos2016-05-303-3/+61
* doc: updated since version of tlsfeature functionality and documented new fun...Nikos Mavrogiannopoulos2016-05-305-15/+30
* tests: add testcase to check for missing status requestTim Kosse2016-05-302-1/+356
* Reset extensions_sent_size only at start of handshakeTim Kosse2016-05-303-4/+6
* Account the TLSFeature certificate extension in certificate verificationTim Kosse2016-05-305-3/+66
* tools: allow specifying a hostname with a port attachedNikos Mavrogiannopoulos2016-05-304-7/+33
* tests: check the generation and printing of TLS feature PKIX extensionNikos Mavrogiannopoulos2016-05-305-2/+347
* doc: document tls_feature option in the sample templateNikos Mavrogiannopoulos2016-05-301-0/+8
* TLS extensions: use more human-friendly namesNikos Mavrogiannopoulos2016-05-3012-12/+12
* exported function to convert TLS extension numbers to stringsNikos Mavrogiannopoulos2016-05-305-9/+20
* x509/output: print the extension name of TLSFeaturesNikos Mavrogiannopoulos2016-05-303-2/+10
* Implement setting the TLS features extension on certificates via certtool's t...Tim Kosse2016-05-304-0/+63
* libgnutls.map: exported the tlsfeatures-related functionsNikos Mavrogiannopoulos2016-05-301-0/+10
* Add functions to get/set the tlsfeatures to certificate requests.Tim Kosse2016-05-302-0/+111
* Added gnutls_x509_crt_set_tlsfeaturesTim Kosse2016-05-303-1/+46
* Added functions to add features and convert tlsfeatures back to DERTim Kosse2016-05-302-4/+101
* Move call to terminate() until after printing the error message.Tim Kosse2016-05-303-14/+7
* Fix the description of two testcases.Tim Kosse2016-05-302-4/+4
* Added functions to parse the TLSFeatures X.509 extension.Tim Kosse2016-05-308-2/+299
* Typo fix: auxilary -> auxiliary [ci skip]Andreas Metzler2016-05-291-1/+1
* tests: added DTLS 0.9 check with AES-128-GCMNikos Mavrogiannopoulos2016-05-281-11/+25