summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updated auto-generated filesgnutls_3_1_10Nikos Mavrogiannopoulos2013-03-2213-12/+42
* set release dateNikos Mavrogiannopoulos2013-03-221-2/+2
* corrected file locationNikos Mavrogiannopoulos2013-03-221-1/+1
* use return instead of exitNikos Mavrogiannopoulos2013-03-211-1/+1
* use the proper definesNikos Mavrogiannopoulos2013-03-211-3/+3
* Fixes in openpgp handshake with fingerprints. Reported by Joke de Buhr.Nikos Mavrogiannopoulos2013-03-217-15/+72
* openpgp-auth tests gnutls_openpgp_set_recv_key_function() as well.Nikos Mavrogiannopoulos2013-03-211-6/+38
* correct issue with the (deprecated) external key signing and TLS 1.2Nikos Mavrogiannopoulos2013-03-212-1/+4
* search only for slots with tokens and avoid caching to prevent issues with mu...Nikos Mavrogiannopoulos2013-03-171-50/+27
* updatedNikos Mavrogiannopoulos2013-03-161-1/+2
* Added gnutls_privkey_status()Nikos Mavrogiannopoulos2013-03-164-1/+32
* avoid internal errorNikos Mavrogiannopoulos2013-03-161-1/+1
* use correct type for rvNikos Mavrogiannopoulos2013-03-161-2/+2
* updatedNikos Mavrogiannopoulos2013-03-161-2/+6
* 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
* documented the new configure optionsNikos Mavrogiannopoulos2013-03-151-0/+3
* Private key parameters are overwritten with zeros on deinitialization.Nikos Mavrogiannopoulos2013-03-157-38/+78
* doc updatesNikos Mavrogiannopoulos2013-03-153-14/+31
* simplified textNikos Mavrogiannopoulos2013-03-151-9/+8
* bumped versionNikos Mavrogiannopoulos2013-03-152-4/+4
* Added gnutls_privkey_sign_raw_data()Nikos Mavrogiannopoulos2013-03-148-22/+36
* simplified codeNikos Mavrogiannopoulos2013-03-141-18/+1
* gnutls-serv may run without certificate, but will issue a warningNikos Mavrogiannopoulos2013-03-141-2/+1
* gnutls-serv issues an error if no certificate and key pair was set.Nikos Mavrogiannopoulos2013-03-141-27/+51
* gnutls 3.1.10 is LGPLv2.1Nikos Mavrogiannopoulos2013-03-142-160/+499
* Added several ifdefs to avoid using disabled code.Nikos Mavrogiannopoulos2013-03-137-11/+27
* Document mechanism used for *_key_id() creation.Daniel Kahn Gillmor2013-03-122-0/+13
* Added gnutls_session_get_desc()Nikos Mavrogiannopoulos2013-03-1213-9/+111
* Added options to disable more key exchange mechanisms.Nikos Mavrogiannopoulos2013-03-1220-598/+855
* removed unneeded codeNikos Mavrogiannopoulos2013-03-111-5/+0
* When requesting DANE data resolve a service name into a port number. Reported...Nikos Mavrogiannopoulos2013-03-101-2/+24
* removedNikos Mavrogiannopoulos2013-03-081-2/+0
* doc updateNikos Mavrogiannopoulos2013-03-082-7/+5
* avoid duplicate memory allocation in _gnutls_x509_get_dn()Nikos Mavrogiannopoulos2013-03-081-113/+80
* The default dane output is type 03 now.Nikos Mavrogiannopoulos2013-03-081-1/+1
* 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
* updates in danetoolNikos Mavrogiannopoulos2013-03-076-69/+138
* Added configure option to disable the build of tests.Nikos Mavrogiannopoulos2013-03-072-0/+7
* updated example template.Nikos Mavrogiannopoulos2013-03-074-5/+5
* updatedNikos Mavrogiannopoulos2013-03-071-5/+2
* corrected allocation sizeNikos Mavrogiannopoulos2013-03-071-1/+1
* simplified textNikos Mavrogiannopoulos2013-03-071-3/+2
* Fixes in cpu and cross-compilation detectionNikos Mavrogiannopoulos2013-03-061-7/+8
* 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
* deinitialize the certificateNikos Mavrogiannopoulos2013-03-061-0/+1