summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* use C's style comments to compile in old MacOSX systems. Reported by Ryan Sch...Nikos Mavrogiannopoulos2013-05-097-28/+76
* removed unneeded variableNikos Mavrogiannopoulos2013-05-051-1/+0
* Revert "Added support for the ALPN extension."Nikos Mavrogiannopoulos2013-05-057-386/+0
* Add the standard description OID to those recognized for DNsStef Walter2013-04-271-0/+1
* Always escape printable strings the LDAP way, and avoid escaping hex encoded ...Nikos Mavrogiannopoulos2013-04-272-68/+62
* Do not include null terminator in DN string.Nikos Mavrogiannopoulos2013-04-272-13/+15
* initialize the digest after output on padlock.Nikos Mavrogiannopoulos2013-04-271-0/+9
* Do not handle MAC and hash reset separately. It is implied by nettle's output...Nikos Mavrogiannopoulos2013-04-277-122/+7
* updated documentationNikos Mavrogiannopoulos2013-04-271-2/+4
* use the pass argument on PKCS #11 keys.Nikos Mavrogiannopoulos2013-04-173-1/+22
* corrected memory leak in padlock_hash_fast()Nikos Mavrogiannopoulos2013-04-162-0/+2
* Added support for the ALPN extension.Nikos Mavrogiannopoulos2013-04-147-0/+386
* Added priority string VERS-DTLS-ALLNikos Mavrogiannopoulos2013-04-131-0/+10
* doc updateNikos Mavrogiannopoulos2013-04-101-2/+4
* use unlikelyNikos Mavrogiannopoulos2013-04-101-2/+2
* Added gnutls_certificate_set_x509_key_mem2() and gnutls_certificate_set_x509_...Nikos Mavrogiannopoulos2013-04-083-6/+96
* doc updatesNikos Mavrogiannopoulos2013-04-083-9/+9
* updates in range handling code.Nikos Mavrogiannopoulos2013-04-061-20/+22
* Added gnutls_sign_algorithm_get_client()Nikos Mavrogiannopoulos2013-04-047-9/+45
* Changed license of heartbeat implementation to match the rest of the libraryNikos Mavrogiannopoulos2013-04-031-3/+3
* gnutls_pong() returns zero on success.Nikos Mavrogiannopoulos2013-04-031-1/+5
* Corrected bug in heartbeat send (reported by Joke de Buhr).Nikos Mavrogiannopoulos2013-04-021-2/+6
* make a short list of the available PK algorithmsNikos Mavrogiannopoulos2013-04-021-6/+20
* Added sign and verification flags to operate in RSA raw mode (as used in TLS).Nikos Mavrogiannopoulos2013-03-283-22/+60
* When in compatibility mode allow for a wrong version in the RSA PMS.Nikos Mavrogiannopoulos2013-03-272-3/+6
* changed license headers to 2.1. Reported by Andreas Metzler.Nikos Mavrogiannopoulos2013-03-2413-13/+13
* use the proper definesNikos Mavrogiannopoulos2013-03-211-3/+3
* Fixes in openpgp handshake with fingerprints. Reported by Joke de Buhr.Nikos Mavrogiannopoulos2013-03-216-15/+69
* correct issue with the (deprecated) external key signing and TLS 1.2Nikos Mavrogiannopoulos2013-03-211-1/+1
* search only for slots with tokens and avoid caching to prevent issues with mu...Nikos Mavrogiannopoulos2013-03-171-50/+27
* Added gnutls_privkey_status()Nikos Mavrogiannopoulos2013-03-163-0/+31
* avoid internal errorNikos Mavrogiannopoulos2013-03-161-1/+1
* use correct type for rvNikos Mavrogiannopoulos2013-03-161-2/+2
* scan slots on PKCS #11 providers only when needed, not on initialization.Nikos Mavrogiannopoulos2013-03-161-42/+58
* doc updateNikos Mavrogiannopoulos2013-03-151-2/+3
* Private key parameters are overwritten with zeros on deinitialization.Nikos Mavrogiannopoulos2013-03-156-38/+76
* Added gnutls_privkey_sign_raw_data()Nikos Mavrogiannopoulos2013-03-145-20/+33
* simplified codeNikos Mavrogiannopoulos2013-03-141-18/+1
* Added several ifdefs to avoid using disabled code.Nikos Mavrogiannopoulos2013-03-134-10/+15
* Added gnutls_session_get_desc()Nikos Mavrogiannopoulos2013-03-124-2/+70
* Added options to disable more key exchange mechanisms.Nikos Mavrogiannopoulos2013-03-1218-597/+809
* avoid duplicate memory allocation in _gnutls_x509_get_dn()Nikos Mavrogiannopoulos2013-03-081-113/+80
* simplifiedNikos Mavrogiannopoulos2013-03-081-5/+7
* Return proper also when loading a private key.Nikos Mavrogiannopoulos2013-03-083-31/+43
* GNUTLS_TPMKEY_FMT_DER -> GNUTLS_TPMKEY_FMT_RAWNikos Mavrogiannopoulos2013-03-082-4/+6
* return unimplemented feature on encounter of a known but unsupported urlNikos Mavrogiannopoulos2013-03-083-8/+19
* corrected allocation sizeNikos Mavrogiannopoulos2013-03-071-1/+1
* simplified textNikos Mavrogiannopoulos2013-03-071-3/+2
* Placed back _gnutls_x509_compare_raw_dn().Nikos Mavrogiannopoulos2013-03-064-9/+29
* check revocation prior to reading local certs.Nikos Mavrogiannopoulos2013-03-061-4/+4