summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* more files to ignoreNikos Mavrogiannopoulos2015-03-191-0/+19
|
* updated ignored filesNikos Mavrogiannopoulos2014-11-231-1/+2
|
* more files to ignoreNikos Mavrogiannopoulos2014-11-231-0/+6
|
* tests: Added test for MAC verification checksNikos Mavrogiannopoulos2014-11-041-0/+1
|
* more files to ignoreNikos Mavrogiannopoulos2014-11-011-0/+2
|
* more files to ignoreNikos Mavrogiannopoulos2014-10-091-0/+5
|
* more files to ignoreNikos Mavrogiannopoulos2014-09-221-0/+4
|
* more files to ignoreNikos Mavrogiannopoulos2014-05-301-0/+1
|
* more files to ignoreNikos Mavrogiannopoulos2014-05-171-0/+3
|
* Test the random generators in gnutls using the dieharder tool.Nikos Mavrogiannopoulos2014-04-281-0/+1
|
* more files to ignoreNikos Mavrogiannopoulos2014-04-091-0/+1
|
* Use separate softhsm databases and config in tests to allow parallel runs.Nikos Mavrogiannopoulos2014-04-051-2/+3
|
* ignore the softhsm test suite files.Nikos Mavrogiannopoulos2014-04-051-0/+4
|
* doc updateNikos Mavrogiannopoulos2014-03-191-0/+3
|
* Fix build failures involving doc/invoke-*.texiKevin Cernekee2014-03-081-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several problems were found in this area: 1) Currently, if SRC_DEF_* are undefined, autogen will get invoked with no input file and it will hang forever waiting for content from stdin: mv -f enums.texi-tmp enums.texi mkdir enums ../../doc/scripts/split-texi.pl enums enum < enums.texi echo stamp_enums > stamp_enums cd ../src/ && autogen -Tagtexi-cmd.tpl && \ rm -f ../doc/invoke-gnutls-cli.texi && \ ../doc/scripts/cleanup-autogen.pl <../src/invoke-gnutls-cli.texi >../doc/invoke-gnutls-cli.texi.tmp && \ mv -f ../doc/invoke-gnutls-cli.texi.tmp ../doc/invoke-gnutls-cli.texi && \ rm -f ../src/invoke-gnutls-cli.texi <HANG> Since these documents are @include'd by other documents, it is probably a good idea to make sure the targets are buildable in case they get listed as prerequisites. 2) SRC_DEF_* used relative paths which are correct for an in-place build, but incorrect for an out-of-tree build. They should use something like $(top_srcdir)/src to resolve the ambiguity. 3) cleanup-autogen.pl was also referenced using a relative pathname, breaking out-of-tree builds. 4) The non-portable "sed -i" flag was used. Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
* Rename psk-args.def to psktool-args.defKevin Cernekee2014-03-071-2/+2
| | | | | | | | | Other utilities generate invoke-%.texi from %-args.def, but currently invoke-psktool.texi is generated from psk-args.def. If we make psktool conform to the same convention as the other utilities, we can use a generic pattern to handle all of them the same way. Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
* more gl updatesNikos Mavrogiannopoulos2014-03-041-1/+6
|
* more files to ignoreNikos Mavrogiannopoulos2014-01-261-0/+1
|
* bootstrap will initialize the submodulesNikos Mavrogiannopoulos2013-12-161-0/+1
|
* Added check to verify that gnutls_global_init() is run on the library ↵Nikos Mavrogiannopoulos2013-12-081-0/+1
| | | | constructor.
* more files ignoredNikos Mavrogiannopoulos2013-11-271-0/+1
|
* Ported libgcrypt's AES-based DRBG.Nikos Mavrogiannopoulos2013-11-271-10/+1
|
* more files to ignoreNikos Mavrogiannopoulos2013-11-241-0/+1
|