Import perlasm files directly from openssl using git submodule
[gnutls:gnutls.git] / src /
2013-12-14 Nikos Mavrogiannop... removed UMAC ciphersuites from benchmark
2013-12-14 Nikos Mavrogiannop... removed the estream ciphersuites from benchmarks
2013-12-14 Nikos Mavrogiannop... use a single BUILT_SOURCES
2013-12-13 Patrick Pelletierminor phrasing improvements in docs
2013-12-13 Nikos Mavrogiannop... Added auto-generated files in BUILT_SOURCES
2013-12-13 Nikos Mavrogiannop... Avoid conditional generation of Makefile
2013-11-30 Nikos Mavrogiannop... added newlines in error reporting
2013-11-30 Nikos Mavrogiannop... Merged the FIPS140-2 support code.
2013-11-30 Nikos Mavrogiannop... removed usage of %zu.
2013-11-30 Nikos Mavrogiannop... gnutls-cli-debug tests for camellia-gcm.
2013-11-27 Nikos Mavrogiannop... In FIPS mode the default cipher is AES.
2013-11-24 Nikos Mavrogiannop... handle centrally more variables
2013-11-24 Nikos Mavrogiannop... certtool's --verify option if not supplied with a CA...
2013-11-21 Nikos Mavrogiannop... link all programs with libgnu_gpl to avoid conflicts...
2013-11-21 Nikos Mavrogiannop... Added progname module which is used by error().
2013-11-21 Nikos Mavrogiannop... safer usage of strerror
2013-11-21 Nikos Mavrogiannop... use the AUTOGEN variable
2013-11-21 Nikos Mavrogiannop... use libtool to generate libopts
2013-11-21 Nikos Mavrogiannop... corrected libopts patch
2013-11-21 Nikos Mavrogiannop... removed unneed line
2013-11-16 Nikos Mavrogiannop... doc update
2013-11-16 Nikos Mavrogiannop... Added activation_date and expiration_date options to...
2013-11-16 Nikos Mavrogiannop... Added a gnulib with GPL components for use by applications.
2013-11-16 Nikos Mavrogiannop... corrected bug reporting address.
2013-11-16 Nikos Mavrogiannop... Check for overflows when setting time and allow a time...
2013-11-13 Nikos Mavrogiannop... corrected bug in gnutls-cli when used on IPv6 addresses.
2013-11-13 Nikos Mavrogiannop... simplified function
2013-11-10 Nikos Mavrogiannop... doc update
2013-11-10 Nikos Mavrogiannop... doc update
2013-11-10 Nikos Mavrogiannop... use GNUTLS_PIN instead of GNUTLS_PKCS11_PIN.
2013-11-10 Nikos Mavrogiannop... Avoid infinite loops with self-signed certificates...
2013-11-10 Nikos Mavrogiannop... Allow getting the PIN from the GNUTLS_PKCS11_PIN enviro...
2013-11-09 Nikos Mavrogiannop... Added export-chain option to p11tool
2013-11-08 Nikos Mavrogiannop... reindented code
2013-11-08 Daniel Kahn Gillmorenable --outder for certtool --dh-info
2013-11-08 Daniel Kahn Gillmorenable --inder for certtool --dh-info
2013-11-06 Nikos Mavrogiannop... fixes in libopts compilation
2013-11-05 Nikos Mavrogiannop... updated to libopts 5.18.2
2013-11-05 Nikos Mavrogiannop... better logging
2013-11-05 Nikos Mavrogiannop... updated libopts to 5.18
2013-11-05 Nikos Mavrogiannop... removed autogenerated files
2013-11-05 Nikos Mavrogiannop... If autogen and libopts are present then use the system...
2013-11-05 Daniel Kahn Gillmorargument descriptions should not end in a dot
2013-11-02 Daniel Kahn Gillmorfix DHE parameter output for gnutls-cli-debug --verbose
2013-11-02 Nikos Mavrogiannop... Do not use gnutls_dh_set_prime_bits() in server side.
2013-11-02 Nikos Mavrogiannop... Do not print private key parameters when exporting...
2013-11-01 Nikos Mavrogiannop... conditionally use ALPN. Reported by Jaak Ristioja.
2013-10-31 Nikos Mavrogiannop... include proper header file for uint8_t
2013-10-31 Nikos Mavrogiannop... corrected example
2013-10-29 Nikos Mavrogiannop... Added proper newlines to errors.
2013-10-26 Nikos Mavrogiannop... removed warnings
2013-10-26 Nikos Mavrogiannop... Added option --generate-random to p11tool.
2013-10-25 Alon Bar-Levcli: add missing stdbool.h
2013-10-23 Nikos Mavrogiannop... small changes prior to release gnutls_3_2_5
2013-10-21 Nikos Mavrogiannop... corrected type of path_len
2013-10-10 Nikos Mavrogiannop... corrected length calculation
2013-10-09 Nikos Mavrogiannop... Corrected possible buffer overruns in included programs...
2013-10-04 Nikos Mavrogiannop... autogen'ed files update
2013-10-04 Attila MolnarFix srptool issues
2013-10-04 Attila MolnarFix srptool issues
2013-10-04 Nikos Mavrogiannop... doc update
2013-10-04 Nikos Mavrogiannop... autogen'ed files update
2013-10-04 Raj Ramansupport inline command infrastructure in gnutls-cli
2013-09-30 Nikos Mavrogiannop... verbose is everywhere unsigned
2013-09-09 Nikos Mavrogiannop... libopts is linked prior to libgnu to solve issue in...
2013-09-08 Nikos Mavrogiannop... Ignore non-fatal handshake alerts.
2013-09-02 Nikos Mavrogiannop... Avoid using gnulib's error()
2013-08-25 Nikos Mavrogiannop... remove ifdefs for session tickets
2013-08-05 Nikos Mavrogiannop... included programs no longer depend on GPL/LGPLv3 elemen...
2013-08-05 Nikos Mavrogiannop... gnulib only contains lgplv2 modules
2013-08-03 Nikos Mavrogiannop... removed unused code
2013-08-03 Nikos Mavrogiannop... Do not try to parse arbitrary objects as certificates.
2013-08-03 Nikos Mavrogiannop... do not require localtime
2013-07-25 Nikos Mavrogiannop... Applied Bruce Korb's fix on unacceptable chars.
2013-07-25 Nikos Mavrogiannop... Revert "Ignore non-ascii characters in configuration...
2013-07-24 Nikos Mavrogiannop... Ignore non-ascii characters in configuration file.
2013-07-13 Nikos Mavrogiannop... gnutls-cli -l prints the supported digest algorithms...
2013-07-09 Nikos Mavrogiannop... Fix for NetBSD systems that do not have CLOCK_PROCESS_C...
2013-07-06 Nikos Mavrogiannop... make sure that a valid number of days is entered
2013-06-10 Nikos Mavrogiannop... removed unused var
2013-06-10 Nikos Mavrogiannop... updated tpmtool auto-gen'ed files
2013-06-06 Martin Storsjocrywrap: Use the libidn pkg-config include and lib...
2013-06-02 Nikos Mavrogiannop... avoid struct sigaction in win32
2013-05-21 Nikos Mavrogiannop... use sigaction instead of signal in gnutls-cli
2013-05-21 Nikos Mavrogiannop... Revert "break the loop when a SIGALRM has been received"
2013-05-21 Nikos Mavrogiannop... relax check on requirement on headers for libopts....
2013-05-18 Nikos Mavrogiannop... break the loop when a SIGALRM has been received
2013-05-18 Nikos Mavrogiannop... configure proceeds if regex library isn't found
2013-05-11 Nikos Mavrogiannop... print message on certificate verification
2013-05-10 Nikos Mavrogiannop... applied libregex patch
2013-05-05 Nikos Mavrogiannop... corrected API usage.
2013-05-05 Nikos Mavrogiannop... Improved ALPN support in gnutls-cli
2013-05-05 Nikos Mavrogiannop... updated libopts generated files.
2013-05-05 Nikos Mavrogiannop... updated libopts to autogen 5.17.3
2013-05-05 Nikos Mavrogiannop... Added --alpn option to cli
2013-05-02 Nikos Mavrogiannop... set the key purpose in certificate requests
2013-04-28 Nikos Mavrogiannop... Avoid linking the library on librt.
2013-04-27 Nikos Mavrogiannop... read_yesno() accepts a default value. By default certif...
2013-04-24 Nikos Mavrogiannop... updated benchmark output
2013-04-14 Nikos Mavrogiannop... nettle 2.7 is required
next