summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* utilize the gnutls 3.2 functionsNikos Mavrogiannopoulos2014-12-111-1/+1
* deinitialize the OCSP response der dataNikos Mavrogiannopoulos2014-12-111-15/+23
* use the original DER/BER data when verifying an OCSP responseNikos Mavrogiannopoulos2014-12-111-7/+4
* _gnutls_x509_get_dn() always return a null terminated stringNikos Mavrogiannopoulos2014-12-051-0/+4
* corrected memleak in read_key_mem()Nikos Mavrogiannopoulos2014-11-241-0/+1
* restore only the documented behaviorNikos Mavrogiannopoulos2014-11-222-3/+2
* treat GNUTLS_E_GOT_APPLICATION_DATA as non-fatal if initial negotiation is co...Nikos Mavrogiannopoulos2014-11-212-4/+9
* when exporting curve coordinates to X9.63 format, perform additional sanity c...Nikos Mavrogiannopoulos2014-11-101-4/+21
* do not explicitly refresh rnd state on session deinitNikos Mavrogiannopoulos2014-11-021-2/+0
* corrected the SSSE3 optimized SHA224Nikos Mavrogiannopoulos2014-10-141-1/+1
* simplified getrusage code; the failure check code wasn't neededNikos Mavrogiannopoulos2014-10-141-19/+3
* placed all rusage variables into HAVE_GETRUSAGE blockNikos Mavrogiannopoulos2014-10-111-1/+1
* rnd: if RUSAGE_THREAD fails try RUSAGE_SELFNikos Mavrogiannopoulos2014-10-111-7/+26
* use wait and retransmit when receiving session ticketsNikos Mavrogiannopoulos2014-10-101-0/+12
* do not allow GNUTLS_E_LARGE_PACKET to be returned from non-DTLS sessionsNikos Mavrogiannopoulos2014-09-262-10/+19
* protect DTLS clients that don't handle GNUTLS_E_LARGE_PACKET from an infinite...Nikos Mavrogiannopoulos2014-09-253-1/+9
* restrict the number of non-fatal errors gnutls_handshake() can returnNikos Mavrogiannopoulos2014-09-253-7/+8
* cleaned up memory deallocation in read_cert_url()Nikos Mavrogiannopoulos2014-09-191-13/+15
* gnutls_x509_crl_verify: do not always set the invalid statusNikos Mavrogiannopoulos2014-09-131-1/+9
* Revert "gnutls_x509_crl_verify: do not always set the invalid status"Nikos Mavrogiannopoulos2014-09-131-1/+1
* gnutls_x509_crl_verify: do not always set the invalid statusNikos Mavrogiannopoulos2014-09-131-1/+1
* optimized escaped comma handlingNikos Mavrogiannopoulos2014-09-041-10/+13
* when setting a DN properly handle spaces and escaped commasNikos Mavrogiannopoulos2014-09-041-4/+27
* steal openconnect's vasprintf() implementationNikos Mavrogiannopoulos2014-09-041-15/+67
* corrected bundled vasprintf(); reported by Jeff LeeNikos Mavrogiannopoulos2014-09-041-0/+1
* avoid new allocations and keep a pointer to the DER data for DNNikos Mavrogiannopoulos2014-09-043-14/+3
* when importing a CRL keep the DER dataNikos Mavrogiannopoulos2014-09-043-16/+17
* when importing a certificate, keep the DER dataNikos Mavrogiannopoulos2014-09-046-61/+44
* updated included libtasn1Nikos Mavrogiannopoulos2014-09-042-31/+116
* alpn: fix version documentationTristan Matthews2014-08-301-2/+2
* record: tolerate a finished packet with errors in DTLSNikos Mavrogiannopoulos2014-08-231-0/+1
* record: in DTLS discard only messages that cause unexpected packet errorsNikos Mavrogiannopoulos2014-08-231-1/+5
* updated minitasn1Nikos Mavrogiannopoulos2014-08-239-502/+273
* use the windows API in windows even if iconv is availableNikos Mavrogiannopoulos2014-08-211-53/+54
* when checking the hostname of a certificate with multiple CNs use the "most s...Nikos Mavrogiannopoulos2014-08-171-8/+13
* tests: updated string to keys tests for new internal APINikos Mavrogiannopoulos2014-08-101-0/+1
* pkcs12: Allow verification with structures that support other than HMAC-SHA1 ...Nikos Mavrogiannopoulos2014-08-105-28/+61
* improve compatibility in pkcs11 key generationWolfgang Meyer zu Bergsten2014-08-061-0/+7
* pkcs8: initialize parameters on decryptionNikos Mavrogiannopoulos2014-08-041-0/+1
* Added replacements of inet_aton and inet_pton on systems they are not presentNikos Mavrogiannopoulos2014-07-284-6/+279
* use const return value in ip_to_stringNikos Mavrogiannopoulos2014-07-221-3/+3
* minimum version was changed to TLS 1.0 for ciphersuites with SHA2Nikos Mavrogiannopoulos2014-07-221-10/+10
* ignore CKR_CRYPTOKI_ALREADY_INITIALIZED when returned on reinitializationNikos Mavrogiannopoulos2014-07-211-1/+1
* set CKA_EC_PARAMS when generating an ECDSA keyNikos Mavrogiannopoulos2014-07-076-21/+35
* pkcs11: Removed length check of attribute as a sanity check for valid keys.Nikos Mavrogiannopoulos2014-07-041-2/+2
* gnutls_pkcs11_privkey_generate2(): corrected public key extraction (for ECDSA...Nikos Mavrogiannopoulos2014-07-013-6/+12
* mention that IPv4 and IPv6 address comparison is since 3.2.16.Nikos Mavrogiannopoulos2014-06-301-0/+2
* Added explicit documentation on IPv4 and IPv6 address matching.Nikos Mavrogiannopoulos2014-06-301-0/+7
* gnutls_x509_crt_check_hostname() checks text ip addresses as well.Nikos Mavrogiannopoulos2014-06-301-0/+69
* Use inet_ntop() for printing IP addresses.Nikos Mavrogiannopoulos2014-06-281-1/+11