summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* backported the short function inclusiongnutls_3_0_23Nikos Mavrogiannopoulos2012-09-022-23/+22
* Added missing filesNikos Mavrogiannopoulos2012-09-021-1/+720
* bumped versionNikos Mavrogiannopoulos2012-09-023-3/+3
* Be tolerant in ECDSA-violating signatures.Nikos Mavrogiannopoulos2012-09-015-12/+24
* Added server mode tests for the various EC curves.Nikos Mavrogiannopoulos2012-09-011-6/+75
* Added suite for ECDSA under various curvesNikos Mavrogiannopoulos2012-09-017-8/+244
* documented fixNikos Mavrogiannopoulos2012-09-011-0/+2
* On Linux with /proc/sys/net/ipv6/bindv6only == 0 (which is now theNikos Mavrogiannopoulos2012-08-301-0/+11
* documented fixNikos Mavrogiannopoulos2012-08-261-0/+9
* fix DSA and ECDSA signing in smart cards.Nikos Mavrogiannopoulos2012-08-261-0/+48
* null terminate the certificate being printNikos Mavrogiannopoulos2012-08-261-1/+2
* Prevent the usage of strlen() on null values.Nikos Mavrogiannopoulos2012-08-261-2/+10
* When selecting a session signature algorithm consider the enabled.Nikos Mavrogiannopoulos2012-08-171-0/+3
* Link srptool with libintl. Suggested by B. Scott Michel.Nikos Mavrogiannopoulos2012-08-151-1/+1
* the new makeinfo sets the FLOAT_NAME by default.Nikos Mavrogiannopoulos2012-08-112-2/+2
* corrected html generationNikos Mavrogiannopoulos2012-08-101-2/+1
* updated html docNikos Mavrogiannopoulos2012-08-081-0/+1
* use FLOAT_NAME_IN_XREFNikos Mavrogiannopoulos2012-08-072-2/+1
* corrected typoNikos Mavrogiannopoulos2012-08-041-4/+4
* bumped versionNikos Mavrogiannopoulos2012-08-041-1/+1
* better doc outputNikos Mavrogiannopoulos2012-08-042-21/+23
* corrected news entry.Nikos Mavrogiannopoulos2012-08-041-0/+1
* bumped versiongnutls_3_0_22Nikos Mavrogiannopoulos2012-08-043-6/+13
* updatedNikos Mavrogiannopoulos2012-08-041-0/+3
* Revert "Do not crash if password is null and GNUTLS_PKCS_PLAIN is not specifi...Nikos Mavrogiannopoulos2012-08-041-1/+1
* documented updateNikos Mavrogiannopoulos2012-08-021-0/+9
* Respect certtool --hash when signing request and CRLPetr Písař2012-08-021-15/+24
* use stack for file pathsNikos Mavrogiannopoulos2012-07-212-10/+14
* handle noindentNikos Mavrogiannopoulos2012-07-211-0/+1
* Check for /etc/ssl/cert.pem in OpenBSD. Reported by David Woodhouse and Mike ...Nikos Mavrogiannopoulos2012-07-191-1/+2
* Avoid the usage of alloca(). Reported by Rob McMahon.Nikos Mavrogiannopoulos2012-07-192-4/+8
* Avoid returning from void function. Patch by Rob McMahon.Nikos Mavrogiannopoulos2012-07-191-2/+2
* When verifying a certificate chain make sure it is chain.Nikos Mavrogiannopoulos2012-07-131-0/+12
* added support for legacy sec-param.Nikos Mavrogiannopoulos2012-07-131-0/+4
* bumped versiongnutls_3_0_21_realNikos Mavrogiannopoulos2012-07-023-4/+4
* removed warning for bits==512Nikos Mavrogiannopoulos2012-07-021-1/+1
* documented fixNikos Mavrogiannopoulos2012-07-021-0/+4
* Handle EC DER keys.Nikos Mavrogiannopoulos2012-07-021-1/+6
* Added missing functionsNikos Mavrogiannopoulos2012-06-301-0/+1
* documented updateNikos Mavrogiannopoulos2012-06-301-0/+3
* Return GNUTLS_E_LARGE_PACKET instead of truncating when sending DTLS recordDavid Woodhouse2012-06-301-1/+8
* fixNikos Mavrogiannopoulos2012-06-301-1/+1
* no need to check for DTLSNikos Mavrogiannopoulos2012-06-301-4/+1
* no need for _gnutls prefix.Nikos Mavrogiannopoulos2012-06-301-2/+2
* only block ciphers need 1 byte padding.Nikos Mavrogiannopoulos2012-06-301-3/+3
* Fix documentation for gnutls_dtls_set_mtu()David Woodhouse2012-06-301-3/+6
* documented updateNikos Mavrogiannopoulos2012-06-301-0/+1
* sign fixesNikos Mavrogiannopoulos2012-06-301-2/+3
* Add gnutls_dtls_set_data_mtu()David Woodhouse2012-06-303-0/+42
* gnutls_dtls_get_data_mtu() is more precise. Based on patch by David Woodhouse.Nikos Mavrogiannopoulos2012-06-305-56/+75