Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more files to ignore | Nikos Mavrogiannopoulos | 2014-10-09 | 1 | -0/+5 |
| | |||||
* | more files to ignore | Nikos Mavrogiannopoulos | 2014-05-30 | 1 | -0/+1 |
| | |||||
* | more files to ignore | Nikos Mavrogiannopoulos | 2014-05-17 | 1 | -0/+3 |
| | |||||
* | Test the random generators in gnutls using the dieharder tool. | Nikos Mavrogiannopoulos | 2014-04-28 | 1 | -0/+1 |
| | |||||
* | more files to ignore | Nikos Mavrogiannopoulos | 2014-04-09 | 1 | -0/+1 |
| | |||||
* | Use separate softhsm databases and config in tests to allow parallel runs. | Nikos Mavrogiannopoulos | 2014-04-05 | 1 | -2/+3 |
| | |||||
* | ignore the softhsm test suite files. | Nikos Mavrogiannopoulos | 2014-04-05 | 1 | -0/+4 |
| | |||||
* | doc update | Nikos Mavrogiannopoulos | 2014-03-19 | 1 | -0/+3 |
| | |||||
* | Fix build failures involving doc/invoke-*.texi | Kevin Cernekee | 2014-03-08 | 1 | -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.def | Kevin Cernekee | 2014-03-07 | 1 | -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 updates | Nikos Mavrogiannopoulos | 2014-03-04 | 1 | -1/+6 |
| | |||||
* | more files to ignore | Nikos Mavrogiannopoulos | 2014-01-26 | 1 | -0/+1 |
| | |||||
* | bootstrap will initialize the submodules | Nikos Mavrogiannopoulos | 2013-12-16 | 1 | -0/+1 |
| | |||||
* | Added check to verify that gnutls_global_init() is run on the library ↵ | Nikos Mavrogiannopoulos | 2013-12-08 | 1 | -0/+1 |
| | | | | constructor. | ||||
* | more files ignored | Nikos Mavrogiannopoulos | 2013-11-27 | 1 | -0/+1 |
| | |||||
* | Ported libgcrypt's AES-based DRBG. | Nikos Mavrogiannopoulos | 2013-11-27 | 1 | -10/+1 |
| | |||||
* | more files to ignore | Nikos Mavrogiannopoulos | 2013-11-24 | 1 | -0/+1 |
| | |||||
* | removed auto-generated doc files. | Nikos Mavrogiannopoulos | 2013-11-24 | 1 | -0/+10 |
| | |||||
* | ignore xssl manpages | Nikos Mavrogiannopoulos | 2013-11-21 | 1 | -0/+1 |
| | |||||
* | removed auto-generated files | Nikos Mavrogiannopoulos | 2013-11-17 | 1 | -0/+10 |
| | |||||
* | Added activation_date and expiration_date options to certtool template file. | Nikos Mavrogiannopoulos | 2013-11-16 | 1 | -0/+3 |
| | |||||
* | Added a gnulib with GPL components for use by applications. | Nikos Mavrogiannopoulos | 2013-11-16 | 1 | -0/+10 |
| | |||||
* | ignore auto-generated files | Nikos Mavrogiannopoulos | 2013-11-05 | 1 | -0/+20 |
| | |||||
* | Added ciphersuite test | Nikos Mavrogiannopoulos | 2013-10-26 | 1 | -0/+1 |
| | |||||
* | more files to ignore | Nikos Mavrogiannopoulos | 2013-09-01 | 1 | -0/+3 |
| | |||||
* | more files to ignore | Nikos Mavrogiannopoulos | 2013-08-05 | 1 | -0/+3 |
| | |||||
* | more files to ignore | Nikos Mavrogiannopoulos | 2013-07-03 | 1 | -0/+1 |
| | |||||
* | more files to ignore | Nikos Mavrogiannopoulos | 2013-06-08 | 1 | -0/+2 |
| | |||||
* | more files to ignore | Nikos Mavrogiannopoulos | 2013-05-29 | 1 | -0/+1 |
| | |||||
* | removed test file from repository | Nikos Mavrogiannopoulos | 2013-05-26 | 1 | -0/+1 |
| | |||||
* | more files to ignore | Nikos Mavrogiannopoulos | 2013-05-20 | 1 | -0/+1 |
| | |||||
* | Avoid linking the library on librt. | Nikos Mavrogiannopoulos | 2013-04-28 | 1 | -0/+2 |
| | |||||
* | removed | Nikos Mavrogiannopoulos | 2013-03-03 | 1 | -0/+1 |
| | |||||
* | added empty ChangeLog | Nikos Mavrogiannopoulos | 2013-03-01 | 1 | -1/+0 |
| | |||||
* | more files to ignore | Nikos Mavrogiannopoulos | 2013-01-29 | 1 | -0/+3 |
| | |||||
* | updated NEWS | Nikos Mavrogiannopoulos | 2013-01-28 | 1 | -0/+1 |
| | |||||
* | - Remove references to the (now renamed) gnutls_range_send_message - Ignore ↵ | Alfredo Pironti | 2013-01-25 | 1 | -0/+1 |
| | | | | | | sbuf-api generated documentation Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||||
* | Added program to estimate the timings in different record paddings. | Nikos Mavrogiannopoulos | 2013-01-20 | 1 | -0/+3 |
| | |||||
* | more files to ignore | Nikos Mavrogiannopoulos | 2013-01-15 | 1 | -0/+2 |
| | |||||
* | Added test for duplicate packet detection in DTLS. | Nikos Mavrogiannopoulos | 2013-01-02 | 1 | -0/+2 |
| | |||||
* | Update gnulib tools. Add missing unused-parameter.h template. | Simon Josefsson | 2012-11-26 | 1 | -1/+0 |
| | |||||
* | more files to ignore | Nikos Mavrogiannopoulos | 2012-11-24 | 1 | -0/+11 |
| | |||||
* | iconv() will include the UCS2->UTF8 convertion in systems that is not provided. | Nikos Mavrogiannopoulos | 2012-11-21 | 1 | -0/+9 |
| | |||||
* | files to ignore | Nikos Mavrogiannopoulos | 2012-11-02 | 1 | -0/+2 |
| | |||||
* | Added documentation on detecting libgnutls-dane. | Nikos Mavrogiannopoulos | 2012-10-29 | 1 | -0/+2 |
| | |||||
* | Separated DANE functionality from certtool and added danetool. | Nikos Mavrogiannopoulos | 2012-10-12 | 1 | -0/+2 |
| | |||||
* | Updates in DANE support. Allow caching of queries. | Nikos Mavrogiannopoulos | 2012-10-10 | 1 | -1/+2 |
| | |||||
* | Added a DANE library. | Nikos Mavrogiannopoulos | 2012-10-06 | 1 | -0/+3 |
| | |||||
* | changed generation of manpages. | Nikos Mavrogiannopoulos | 2012-10-02 | 1 | -0/+1 |
| | |||||
* | Added test to verify that callbacks are being actually called. | Nikos Mavrogiannopoulos | 2012-10-02 | 1 | -0/+1 |
| |