summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* make dist will also make lzip compressed tarballgnutls_3_0_18Nikos Mavrogiannopoulos2012-04-021-1/+1
|
* several type changes to please clangNikos Mavrogiannopoulos2012-04-0221-50/+44
|
* set release dateNikos Mavrogiannopoulos2012-04-021-1/+1
|
* updated libtasn1Nikos Mavrogiannopoulos2012-04-012-66/+81
|
* removed old function.Nikos Mavrogiannopoulos2012-04-011-1/+0
|
* bumped versionsNikos Mavrogiannopoulos2012-04-012-4/+4
|
* removed function that didn't existNikos Mavrogiannopoulos2012-04-011-6/+0
|
* initialize valueNikos Mavrogiannopoulos2012-03-311-2/+3
|
* avoid killing childNikos Mavrogiannopoulos2012-03-311-1/+0
|
* avoid closing fd[1] on server. For some reason it makes connection fail.Nikos Mavrogiannopoulos2012-03-311-1/+1
|
* Add FUNCS to distributionNikos Mavrogiannopoulos2012-03-311-1/+1
|
* Make sure that GNUTLS_E_PREMATURE_TERMINATION is returned if there is ↵Nikos Mavrogiannopoulos2012-03-317-4/+369
| | | | premature termination.
* do not build test with timers when posix timers are not present.Nikos Mavrogiannopoulos2012-03-311-0/+11
|
* corrected typesNikos Mavrogiannopoulos2012-03-242-2/+2
|
* use correct type in snprintf.Nikos Mavrogiannopoulos2012-03-241-1/+1
|
* added prototypes for inline functions (some gcc versions couldn't compile ↵Nikos Mavrogiannopoulos2012-03-241-2/+4
| | | | without)
* even more cleanupsNikos Mavrogiannopoulos2012-03-249-36/+36
|
* more cleanupsNikos Mavrogiannopoulos2012-03-246-36/+35
|
* updatedNikos Mavrogiannopoulos2012-03-241-4/+4
|
* Fixes for win32 and time. OCSP test now sets a fixed time to avoid ↵Nikos Mavrogiannopoulos2012-03-243-2/+27
| | | | expiration errors.
* simplified internal function names.Nikos Mavrogiannopoulos2012-03-246-22/+22
|
* improvements in long long usageNikos Mavrogiannopoulos2012-03-221-10/+6
|
* corrected probing of cryptodev digests.Nikos Mavrogiannopoulos2012-03-221-2/+2
|
* Do not assume sizeof(unsigned long)==sizeof(void*).Nikos Mavrogiannopoulos2012-03-223-1/+8
| | | | Based on patch by B. Scott Michel.
* include libintl. Patch by B. Scott MichelNikos Mavrogiannopoulos2012-03-221-0/+3
|
* Revert "use header files from gl/ and include gettext.h"Nikos Mavrogiannopoulos2012-03-222-2/+1
| | | | This reverts commit 6b3d7b6e31ddab337e185922910262d68f1fc6fa.
* use header files from gl/ and include gettext.hNikos Mavrogiannopoulos2012-03-222-1/+2
|
* more warnings to silence.Nikos Mavrogiannopoulos2012-03-221-1/+1
|
* updatedNikos Mavrogiannopoulos2012-03-221-1/+1
|
* silence warnings. Patch by B. Scott Michel.Nikos Mavrogiannopoulos2012-03-221-1/+1
|
* Added doc-skip to skip certain functions from documentation.Nikos Mavrogiannopoulos2012-03-212-3/+4
|
* remove brackets.Nikos Mavrogiannopoulos2012-03-211-1/+1
|
* Cleaned up deprecated types and added a deprecation warning on them.Nikos Mavrogiannopoulos2012-03-211-51/+37
|
* Provide compatibility inline functions for ↵Nikos Mavrogiannopoulos2012-03-211-0/+20
| | | | gnutls_session_get_server_random() and gnutls_session_get_client_random().
* Only call check_phe_partial() if PHE has been detected.Nikos Mavrogiannopoulos2012-03-212-1/+4
|
* Update bootstrapping instructions.Simon Josefsson2012-03-211-9/+16
|
* Tell automake about all filenames to fix 'make distcheck'.Simon Josefsson2012-03-212-43/+774
|
* Clarify bootstrapping.Simon Josefsson2012-03-211-1/+4
|
* Generated.Simon Josefsson2012-03-211-0/+6
|
* Build functions/ files (this should be done by listing all files instead).Simon Josefsson2012-03-211-0/+2
|
* Update gnulib files.Simon Josefsson2012-03-2119-374/+3043
|
* updated openssl codeNikos Mavrogiannopoulos2012-03-1911-346/+924
|
* Remove TLS_RANDOM_SIZE and TLS_MASTER_SIZE compat mappings.Simon Josefsson2012-03-191-4/+0
|
* Added gnutls_session_get_random()Nikos Mavrogiannopoulos2012-03-196-4/+58
|
* added missing functionNikos Mavrogiannopoulos2012-03-182-0/+2
|
* better error messageNikos Mavrogiannopoulos2012-03-181-1/+1
|
* updatedNikos Mavrogiannopoulos2012-03-181-0/+1
|
* Added chapter to describe changes needed when upgrading.Nikos Mavrogiannopoulos2012-03-185-2/+42
|
* doc updateNikos Mavrogiannopoulos2012-03-181-0/+3
|
* Added gnutls_x509_crt_set_private_key_usage_period() andNikos Mavrogiannopoulos2012-03-1814-105/+481
| | | | | gnutls_x509_crt_get_private_key_usage_period(). The time stored in generated certificates is now GeneralizedTime.