summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* documented updates and bumped version.gnutls_3_0_19Nikos Mavrogiannopoulos2012-04-224-65/+50
|
* corrected typoNikos Mavrogiannopoulos2012-04-192-3/+3
|
* Return proper error code if parameter check fails.Nikos Mavrogiannopoulos2012-04-193-45/+47
|
* Added complete check in SRP parameters.Nikos Mavrogiannopoulos2012-04-191-2/+10
|
* Added better sanity checks in Diffie-Hellman key exchange.Nikos Mavrogiannopoulos2012-04-181-6/+24
|
* Added option to unconditionally disable crywrap. Patch by Daniel Mierswa.Nikos Mavrogiannopoulos2012-04-171-1/+8
|
* Use openpgp if enabled.Nikos Mavrogiannopoulos2012-04-171-0/+4
|
* If a callback fails try the other.Nikos Mavrogiannopoulos2012-04-162-9/+13
|
* by default register a file callback in p11-kit to read a file from the ↵Nikos Mavrogiannopoulos2012-04-162-1/+7
| | | | pin-source pkcs11url field.
* Sync with TP.Nikos Mavrogiannopoulos2012-04-149-4535/+5624
|
* No need to include gettext.h. Link against libintl when needed.Nikos Mavrogiannopoulos2012-04-143-11/+13
|
* no abi change in 3.0.19Nikos Mavrogiannopoulos2012-04-131-1/+2
|
* gnutls_record_check_unprocessed is now inline function.Nikos Mavrogiannopoulos2012-04-135-22/+19
|
* Update random state on all cases.Nikos Mavrogiannopoulos2012-04-131-15/+12
|
* updated gnulibNikos Mavrogiannopoulos2012-04-121-0/+4
|
* Added TLS 1.2 interop tests.Nikos Mavrogiannopoulos2012-04-111-16/+90
|
* Relax strict DSA/ECDSA checks to allow broader interoperability. Stronger ↵Nikos Mavrogiannopoulos2012-04-113-3/+8
| | | | hash algorithms are now allowed even if DSA might only allow SHA1.
* Add sanity checks in Diffie-Hellman key exchange values.Nikos Mavrogiannopoulos2012-04-111-9/+28
|
* corrected DH generation check.Nikos Mavrogiannopoulos2012-04-091-1/+1
|
* updatedNikos Mavrogiannopoulos2012-04-091-9/+10
|
* gnutls_record_check_pending functionality was divided to ↵Nikos Mavrogiannopoulos2012-04-094-5/+29
| | | | gnutls_record_check_pending and gnutls_record_check_unprocessed.
* doc updatesNikos Mavrogiannopoulos2012-04-091-2/+2
|
* refuse to generate small group sizes.Nikos Mavrogiannopoulos2012-04-081-1/+1
|
* do not check for fchmodNikos Mavrogiannopoulos2012-04-081-1/+1
|
* updated documentation for dtls.Nikos Mavrogiannopoulos2012-04-062-7/+9
|
* updated documentationNikos Mavrogiannopoulos2012-04-061-2/+4
|
* Revert "avoid killing child"Nikos Mavrogiannopoulos2012-04-061-0/+1
| | | | This reverts commit 4965c2fbfd3405e2dfe7f7d747d03185d155c2a1.
* documented fixesNikos Mavrogiannopoulos2012-04-061-0/+9
|
* do not print Key ID in a pkcs12 structure if it is null.Nikos Mavrogiannopoulos2012-04-061-1/+2
|
* raw_to_string no longer returns NULL.Nikos Mavrogiannopoulos2012-04-051-2/+2
|
* improved test and added debuggingNikos Mavrogiannopoulos2012-04-051-7/+13
|
* corrected comparisonNikos Mavrogiannopoulos2012-04-051-1/+1
|
* updated gnulibNikos Mavrogiannopoulos2012-04-0515-92/+380
|
* Added more deprecated functionsNikos Mavrogiannopoulos2012-04-051-3/+29
|
* avoid the floating point test.Nikos Mavrogiannopoulos2012-04-051-0/+24
|
* use AF_UNIX for socketpair.Nikos Mavrogiannopoulos2012-04-046-6/+6
|
* updatedNikos Mavrogiannopoulos2012-04-021-2/+2
|
* 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
|