summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* auto-generate the AUTHORS filetmp-authorsNikos Mavrogiannopoulos2019-01-191-0/+1
| | | | | | | | | The original file was unmaintained since long time. This is now auto-generated from the git shortlog, at release time. Relates: #606 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Remove auto-generated gnulib files from repoTim Rühsen2019-01-021-0/+2
| | | | | | | | Bootstrapping with latest gnulib updated both files, so they are obviously auto-generated files which do not belong into the repository. Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* Implemented support for raw public-key functionality (RFC7250).Tom Vrancken2018-12-151-0/+2
| | | | Signed-off-by: Tom Vrancken <dev@tomvrancken.nl>
* .gitignore: ignore more files and sort them alphabeticallyDaiki Ueno2018-11-241-77/+90
| | | | Signed-off-by: Daiki Ueno <dueno@redhat.com>
* build: minor cleanup of mech-list.h generationtmp-autogen-bakDaiki Ueno2018-11-131-0/+1
| | | | Signed-off-by: Daiki Ueno <dueno@redhat.com>
* TLS 1.3: implement anti-replay measure using ClientHello recordingDaiki Ueno2018-11-121-0/+1
| | | | | | | This implements ClientHello recording outlined in section 8.2 of RFC 8446. Signed-off-by: Daiki Ueno <dueno@redhat.com>
* tests: add tests for early dataDaiki Ueno2018-11-121-0/+1
| | | | Signed-off-by: Daiki Ueno <dueno@redhat.com>
* .gitignore: updatedNikos Mavrogiannopoulos2018-09-141-1/+16
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* tests: introduced test for post-handshake auth + PSKNikos Mavrogiannopoulos2018-07-021-0/+1
| | | | | | Relates #489 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* .gitignore: added new test executablesNikos Mavrogiannopoulos2018-06-271-119/+212
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* Update .gitignore files according to bootstrapDmitry Eremin-Solenikov2018-06-271-0/+1
| | | | Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
* Add bootstrap + bootstrap.confTim Rühsen2018-06-141-290/+9
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* fuzzer: Initial check in for improved fuzzingTim Rühsen2017-08-161-0/+1
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* .gitignore: ignore new testsNikos Mavrogiannopoulos2017-07-101-0/+30
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* .gitignore: more files to ignoreNikos Mavrogiannopoulos2017-03-211-0/+5
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* .gitignore: more files to ignoreNikos Mavrogiannopoulos2017-03-131-58/+74
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* fuzz: Added IDNA encoding/decoding fuzzying unitsNikos Mavrogiannopoulos2017-01-261-0/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* valgrind: support separate builddir for suppressions.valgrindAlon Bar-Lev2017-01-231-1/+0
| | | | Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
* gitignore: update [ci skip]Alon Bar-Lev2017-01-051-1/+15
| | | | Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
* gitignore: sort()Alon Bar-Lev2017-01-051-354/+354
| | | | Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
* tools: use stamp files to allow parallel build of autogen filesNikos Mavrogiannopoulos2016-11-291-0/+1
| | | | | | | Autogen seems to output on the creates files gradually, something that makes 'make' believe that the command is complete prior to the output file being fully populated. The current approach uses stamp files to ensure that no incomplete files are used for compilation.
* more files to ignoreNikos Mavrogiannopoulos2016-11-231-0/+16
|
* more files to ignoreNikos Mavrogiannopoulos2016-11-211-0/+9
|
* more files to ignoreNikos Mavrogiannopoulos2016-10-141-0/+12
|
* more files to ignoreNikos Mavrogiannopoulos2016-10-031-0/+14
|
* tests: added test for CKA_ALWAYS_AUTHENTICATE handling in PKCS#11Nikos Mavrogiannopoulos2016-10-031-0/+1
| | | | | This checks whether GnuTLS properly calls login prior to any sign operations when the object is marked as CKA_ALWAYS_AUTHENTICATE.
* tests: Add tests for X509 IP constraintsMartin Ukrop2016-08-091-0/+1
| | | | | | | | | | | | | | | | - Add dedicated test file name-constraints-ip for IP tests. - Test the following: * Generation and saving of valid name constraints. * Trying to save invalid IP constraints. * Reading the saved constraints. * constraints_check() calls for both IPv4 and IPv6. * IP constraints intersection (simple, empty, mediocre, complicated). * IPv4/IPv6 constraints interaction and various corner cases. - IPs/CIDRs are printed in logs in case of failure. - Add 2 new chain tests (positive, negative). - Add generated test executable to ignored files. Signed-off-by: Martin Ukrop <mukrop@redhat.com>
* tests: Add more IP conversion unit testsMartin Ukrop2016-08-091-0/+1
| | | | | | | | - Renamed ip-in-cidr test to ip-utils. - Added built binary to .gitignore. - Added new tests for gnutls_x509_cidr_to_rfc5280. Signed-off-by: Martin Ukrop <mukrop@redhat.com>
* Add more ignored filesMartin Ukrop2016-08-091-0/+4
| | | | | | | | * .tmp and .swp for text editor files * Makefile.user created by Qt Creator * gl/tests/ctype.h as it is generated from ctype.h.in Signed-off-by: Martin Ukrop <mukrop@redhat.com>
* more files to ignoreNikos Mavrogiannopoulos2016-07-281-0/+3
|
* .gitignore: more tests files to ignoreNikos Mavrogiannopoulos2016-07-261-0/+9
|
* removed auto-generated files from the repositoryNikos Mavrogiannopoulos2016-07-181-0/+4
|
* tests: added openssl compatibility tests for AES-GCM cipherNikos Mavrogiannopoulos2016-07-051-0/+1
|
* more files to ignoreNikos Mavrogiannopoulos2016-06-301-0/+12
|
* more files to ignoreNikos Mavrogiannopoulos2016-06-141-0/+12
|
* .gitignore: more files to ignoreNikos Mavrogiannopoulos2016-05-261-0/+4
|
* .gitignore: more files to ignoreNikos Mavrogiannopoulos2016-05-141-0/+7
|
* .gitignore: more files to ignoreNikos Mavrogiannopoulos2016-05-031-0/+3
|
* .gitignore: more test files to ignoreNikos Mavrogiannopoulos2016-05-031-0/+18
|
* .gitignore: more files to ignoreNikos Mavrogiannopoulos2016-04-051-0/+3
|
* .gitignore: more files to ignoreNikos Mavrogiannopoulos2016-03-291-0/+7
|
* .gitignore: more files to ignoreNikos Mavrogiannopoulos2016-02-271-0/+16
|
* build: allow installing man(1) even with --disable-docAlon Bar-Lev2015-12-181-0/+1
| | | | | | | | | | | | Currently these man pages are installed only if --enable-doc is provided, while these are not actually docs, do not require any special dependency, nor consume large space. This adds --enable-manpages to enable/disable manpages installation, and install the man(1) regardless of --disable-doc. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* .gitignore: add m4/extern-inline.m4Alon Bar-Lev2015-12-181-0/+1
|
* tests: added check for TLS extension decoding error propagationNikos Mavrogiannopoulos2015-11-291-0/+1
| | | | Relates #40
* .gitignore: more files to ignoreNikos Mavrogiannopoulos2015-11-281-0/+20
|
* ignore more filesNikos Mavrogiannopoulos2015-07-201-0/+10
|
* more files to ignoreNikos Mavrogiannopoulos2015-04-261-0/+6
|
* more files to ignoreNikos Mavrogiannopoulos2015-03-191-1/+3
|
* more files to ignoreNikos Mavrogiannopoulos2015-03-191-0/+1
|