summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* reduced verbosity and better debugging.Nikos Mavrogiannopoulos2012-09-236-97/+195
* Corrected bug in PGP subpacket encodingNikos Mavrogiannopoulos2012-09-231-1/+3
* small fixNikos Mavrogiannopoulos2012-09-221-2/+1
* corrected bug in gnutls_x509_privkey_sign_dataNikos Mavrogiannopoulos2012-09-221-1/+1
* several cleanupsNikos Mavrogiannopoulos2012-09-2220-138/+95
* Correctly restore gnutls_record_recv() in DTLS mode if interrupted during the...Nikos Mavrogiannopoulos2012-09-214-25/+47
* Added verification flags GNUTLS_VERIFY_ALLOW_UNSORTED_CHAIN, which is enabled...Nikos Mavrogiannopoulos2012-09-184-2/+8
* Added function to sort the provided certificate chain prior to verification.Nikos Mavrogiannopoulos2012-09-181-0/+68
* avoid duplicate asn1 structure initialization.Nikos Mavrogiannopoulos2012-09-162-1/+4
* fix ECDSA issues with opensslNikos Mavrogiannopoulos2012-09-161-5/+7
* Be tolerant is ECDSA-violating signatures.Nikos Mavrogiannopoulos2012-09-161-0/+1
* corrected prototype.Nikos Mavrogiannopoulos2012-09-161-4/+4
* removed old libtasn1 requirementsNikos Mavrogiannopoulos2012-09-162-11/+0
* MAX_NAME_SIZE -> MAX_SERVER_NAME_SIZENikos Mavrogiannopoulos2012-09-161-2/+2
* Use the new asn1_read_node_value()Nikos Mavrogiannopoulos2012-09-161-6/+21
* updated minitasn1 to 2.14.Nikos Mavrogiannopoulos2012-09-169-43/+101
* Use the pkg-config macro to find libtasn1.Nikos Mavrogiannopoulos2012-09-161-1/+2
* use a %STATELESS_COMPRESSION priority string instead of gnutls_init() flag.Nikos Mavrogiannopoulos2012-09-165-10/+8
* Added GNUTLS_STATELESS_COMPRESSION flag to gnutls_init().Nikos Mavrogiannopoulos2012-09-156-6/+23
* Key usage violations are allowed when the COMPAT keyword is specified.Nikos Mavrogiannopoulos2012-09-153-2/+10
* Refer to files with explicit path. Patch by LRN.Nikos Mavrogiannopoulos2012-09-151-5/+7
* small optimizations in ASN.1 to save memoryNikos Mavrogiannopoulos2012-09-154-86/+33
* Be tolerant in ECDSA-violating signatures.Nikos Mavrogiannopoulos2012-09-014-12/+20
* fix DSA and ECDSA signing in smart cards.Nikos Mavrogiannopoulos2012-08-261-0/+48
* 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
* corrected typoNikos Mavrogiannopoulos2012-08-041-4/+4
* Revert "Do not crash if password is null and GNUTLS_PKCS_PLAIN is not specifi...Nikos Mavrogiannopoulos2012-08-041-1/+1
* 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
* removed warning for bits==512Nikos Mavrogiannopoulos2012-07-021-1/+1
* Handle EC DER keys.Nikos Mavrogiannopoulos2012-07-021-1/+6
* 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
* 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-304-56/+72
* cleaned up errno handling.Nikos Mavrogiannopoulos2012-06-291-26/+29
* Return GNUTLS_E_LARGE_PACKET when errno is EMSGSIZENikos Mavrogiannopoulos2012-06-284-17/+20
* Use the label when looking for a certificate or private key in PKCS #11.Nikos Mavrogiannopoulos2012-06-212-12/+27
* Added support for an old version of the DTLS protocolNikos Mavrogiannopoulos2012-06-2010-23/+186
* Fixed leaks in PKCS #8 decodingNikos Mavrogiannopoulos2012-06-091-3/+3
* add missing include wincrypt.hMark Brand2012-06-061-0/+3
* corrected invalid charNikos Mavrogiannopoulos2012-06-051-1/+1
* fixes in openpgp certificate verification.Nikos Mavrogiannopoulos2012-06-031-1/+4
* Removed duplicate entries and added an explicit local.Nikos Mavrogiannopoulos2012-06-031-2/+2