summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* During PKIX chain verification check the TLSFeatures compliancetlsfeat-chainNikos Mavrogiannopoulos2016-05-3111-206/+374
* verify_crt: moved all verification state into a common structureNikos Mavrogiannopoulos2016-05-311-33/+37
* tests: added chain verification with TLS featuresNikos Mavrogiannopoulos2016-05-311-0/+493
* 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
* gl: secure_getenv() will behave as getenv on windowsNikos Mavrogiannopoulos2016-05-281-1/+5
* tests: corrected definition of CryptSignHash in mock crypt32Nikos Mavrogiannopoulos2016-05-281-2/+2
* Rely on gnulib's secure_getenv()Nikos Mavrogiannopoulos2016-05-28242-1338/+1402
* x86-common: use secure_getenv()Nikos Mavrogiannopoulos2016-05-281-1/+1
* configure.ac: check for secure_getenv where available and always enable syste...Nikos Mavrogiannopoulos2016-05-271-1/+3
* tests: keylog-env will check for SSLKEYLOGFILE as wellNikos Mavrogiannopoulos2016-05-271-16/+24
* env: use secure_getenv when reading environment variablesNikos Mavrogiannopoulos2016-05-275-9/+15
* doc updateNikos Mavrogiannopoulos2016-05-271-2/+2
* Append keys on keylogfileNikos Mavrogiannopoulos2016-05-274-26/+15
* tests: ssl2-hello check is made conditionalNikos Mavrogiannopoulos2016-05-261-1/+1
* .gitignore: more files to ignoreNikos Mavrogiannopoulos2016-05-261-0/+4
* tests: added SSL2.0 client hello parsing checkNikos Mavrogiannopoulos2016-05-262-1/+190
* tests: added small text clarifying the purpose of the cert-common.h headerNikos Mavrogiannopoulos2016-05-261-0/+12
* tests: add an upper limit in the run of compat testsNikos Mavrogiannopoulos2016-05-242-2/+12
* doc: advise against using the TPM-specific APINikos Mavrogiannopoulos2016-05-241-6/+6
* .gitlab-ci.yml: corrected typo preventing the no-SSL 3.0 test part to be prop...Nikos Mavrogiannopoulos2016-05-241-1/+1
* Amend the "Allow for conditional compilation of SSL 3.0 protocol patch"Nikos Mavrogiannopoulos2016-05-241-4/+4