summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* ecore cli: updated and rewritten to use libevNikos Mavrogiannopoulos2020-01-031-2/+3
| | | | | | | | | That removes a lot of code that was not necessary in the gnutls test suite. Resolves: #884 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* README.md: updated to list fuzz coverage results [ci skip]Nikos Mavrogiannopoulos2019-12-191-4/+4
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* README.md: updated CI build badge [ci skip]Nikos Mavrogiannopoulos2019-12-161-1/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* README.md: document lscpu/util-linux dependency for make checkRicardo M. Correia2019-10-091-2/+3
| | | | | | Closes #764 Signed-off-by: Ricardo M. Correia <rcorreia@wizy.org>
* Notes about Ubuntu specific software versions not available.Karsten Ohme2019-08-031-2/+11
| | | | Signed-off-by: Karsten Ohme <k_o_@users.sourceforge.net>
* Merge branch 'tmp-releases' into 'master'Nikos Mavrogiannopoulos2019-05-311-5/+2
|\ | | | | | | | | RELEASES.md: document the releases policy See merge request gnutls/gnutls!1011
| * RELEASES.md: document the releases policy [ci skip]tmp-releasesNikos Mavrogiannopoulos2019-05-261-5/+2
| | | | | | | | | | | | | | | | | | This adds a file to document the policy on releases based on the discussions taken place in the last face to face meeting. https://gitlab.com/gnutls/gnutls/wikis/face2face-meeting-fosdem2019 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | doc update [ci skip]Nikos Mavrogiannopoulos2019-05-271-4/+4
|/ | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* abi-check: simplify ABI comparison using libabigail toolsNikos Mavrogiannopoulos2019-04-161-3/+3
| | | | | | | | | | | | | These have output ABI format compatibility and that means we can take snapshots to test ABI against. We also hard-code explicitly the SONAME version to ensure no accidental SONAME bumps happen. This patch also moves symbols.last in the devel/ subdirectory and no internal files are shipped. Relates: #292 Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* Fix URL of ABI compliance checkerTim Rühsen2019-03-131-1/+1
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* Fix URLs of p11-kitTim Rühsen2019-03-131-1/+1
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* Use https:// for arbitrary files #1Tim Rühsen2019-03-131-16/+16
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-14/+14
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* tests: tpm: Add a test case for tpmtoolStefan Berger2018-11-161-0/+5
| | | | | | | | | | | | | | This test case exercises tpmtool and uses certtool to create a self-signed certificate with the TPM. It uses swtpm as TPM emulator and configures tcsd to talk to swtpm. Extend the Readme.md with the packages needed for TPM support and TPM test support. This test case needs to be run as root since tcsd needs to be started as root. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
* README.md: updated instructions to apply to fedora29Nikos Mavrogiannopoulos2018-11-071-1/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* Update git submodules via ./bootstrapTim Rühsen2018-09-171-1/+0
| | | | | | | Setting $SUBMODULE_NOFETCH to a non-empty value adds --no-fetch to the git command (for CI speedup). Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* testcompat-tls13-openssl: fix openssl interactionsNikos Mavrogiannopoulos2018-06-271-3/+3
| | | | | | | | | | | | | * Do not require certificate validation on tests where no certificate is sent * Rekey test performs data transfer after re-key This introduces a dependency on the expect package for testing, and updates openssl to address an issue in post-handshake auth interop testing. Resolves #488 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* Add bootstrap + bootstrap.confTim Rühsen2018-06-141-2/+3
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* .gitlab-ci.yml: disabled gcc warnings on CI builds and use dashNikos Mavrogiannopoulos2017-11-141-2/+2
| | | | | | | That should decrease the time spent in configure. Based on suggestions by Tim Ruehsen. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* README.md: mention lockfile-progs dependencytmp-sign-rsa-rawNikos Mavrogiannopoulos2017-08-171-2/+2
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* doc: remove libidn from instructions and add libidn2tmp-remove-idna2003Nikos Mavrogiannopoulos2017-05-011-3/+2
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* Simplified the generation of ChangeLog [ci skip]Nikos Mavrogiannopoulos2017-03-291-3/+2
| | | | | | | Removed the dependency on git2cl and utilize git log directly. git2cl seems to provide incorrect output. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* README.md: corrected typo [ci skip]Nikos Mavrogiannopoulos2017-03-201-1/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* README.md: corrected link for coverage in master [ci skip]Nikos Mavrogiannopoulos2017-03-181-1/+1
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* README.md: updated coverage links [ci skip]Nikos Mavrogiannopoulos2017-03-161-2/+2
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* README.md: removed info that gnutls is a gnu project [ci skip]Nikos Mavrogiannopoulos2017-03-011-2/+2
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* README.md: added CII best practices badge [ci skip]Nikos Mavrogiannopoulos2017-02-191-0/+2
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* README.md: added link to travis build for 3.5.x [ci skip]Nikos Mavrogiannopoulos2017-01-271-1/+1
| | | | | | | In addition to adding a link to travis build for 3.5.x branch removed link on 3.4.x branch. It is no longer active. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* Add support for libidn2 (IDNA 2008 + TR46)Tim Rühsen2017-01-251-1/+2
| | | | Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
* Simplified contribution policy [ci skip]Nikos Mavrogiannopoulos2017-01-021-8/+2
| | | | | | Also added a template to assist in the required steps to contribute. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
* README.md: added information on the 3.5.x buildsNikos Mavrogiannopoulos2016-12-141-0/+1
|
* .gitlab-ci.yml: split the CI run into stagesNikos Mavrogiannopoulos2016-12-081-0/+12
| | | | | | | In addition avoid re-generating images for operating systems on every build and use pre-built images, which are generated in the gnutls-build-images sub-project. That allows for faster and more reliable (independent of network) CI runs.
* doc: mention the RFC7613 normalization and the libunistring dependencyNikos Mavrogiannopoulos2016-11-211-2/+3
|
* README.md: corrected link to travius buildNikos Mavrogiannopoulos2016-10-211-1/+1
|
* .travis.yml: added support for compiling in macosxNikos Mavrogiannopoulos2016-10-211-4/+6
|
* README.md: depend on softhsm2 and net-tools on debianNikos Mavrogiannopoulos2016-09-201-2/+2
|
* README.md: added coverage report [ci skip]Nikos Mavrogiannopoulos2016-08-291-0/+2
|
* tests: added basic starttls functionality testing on gnutls-cliNikos Mavrogiannopoulos2016-08-221-2/+2
|
* mention ubsan in README [ci skip]Nikos Mavrogiannopoulos2016-07-251-2/+2
|
* doc: mention the need of libtasn1-tools in Fedora based systems [ci skip]Nikos Mavrogiannopoulos2016-07-131-1/+1
|
* doc: mention libcmocka dependencyNikos Mavrogiannopoulos2016-07-131-2/+2
|
* tests: added openssl compatibility tests for AES-GCM cipherNikos Mavrogiannopoulos2016-07-051-2/+2
|
* doc updateNikos Mavrogiannopoulos2016-05-191-1/+6
|
* doc: updated README filesNikos Mavrogiannopoulos2016-05-171-0/+155
| | | | | | | | | This makes the names a bit more reasonable, drops the very generic INSTALL file, and also allows the github repository to print the correct README file. README -> INSTALL.md README-alpha.md -> README.md
* README.md -> README-alpha.mdNikos Mavrogiannopoulos2016-01-141-146/+0
|
* README: added information for windows buildNikos Mavrogiannopoulos2015-11-251-2/+20
|
* README: added non-interactive versions of commandsNikos Mavrogiannopoulos2015-11-171-13/+13
|
* README: updated CI linkNikos Mavrogiannopoulos2015-10-171-1/+1
|
* README.md: added build instructions for Fedora/RHELNikos Mavrogiannopoulos2015-09-211-7/+19
|
* README.md: updated informationNikos Mavrogiannopoulos2015-09-091-2/+2
|