summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* DN variable 'T' was expanded to 'title'gnutls_3_0_28Nikos Mavrogiannopoulos2013-02-041-1/+1
* Fixes to avoid a timing attack in TLS CBC record parsing.Nikos Mavrogiannopoulos2013-02-042-37/+81
* Added GNUTLS_PKCS11_OBJ_ATTR_CRT_TRUSTED_CA to specify trusted CA certificates.Nikos Mavrogiannopoulos2013-02-043-4/+29
* simplified DB storingNikos Mavrogiannopoulos2013-02-011-30/+13
* remove function is not required to add or retrieve from db.Nikos Mavrogiannopoulos2013-02-011-3/+2
* Fixes in server side of DTLS-0.9.Nikos Mavrogiannopoulos2013-01-313-3/+14
* Fix AEAD out-of-place decryptionNikos Mavrogiannopoulos2013-01-281-1/+5
* added checks on decryption and verification.Nikos Mavrogiannopoulos2013-01-031-1/+13
* Stricter RSA PKCS #1 1.5 encoding. Reported by Kikuchi Masashi.Nikos Mavrogiannopoulos2012-12-311-2/+2
* Corrected bugs in record parsing.Nikos Mavrogiannopoulos2012-12-041-4/+4
* updated libtasn1Nikos Mavrogiannopoulos2012-11-0913-591/+541
* removed debuggingNikos Mavrogiannopoulos2012-11-071-1/+0
* Tolerate key usage violation.Nikos Mavrogiannopoulos2012-11-073-10/+2
* Too old -> superseded.Nikos Mavrogiannopoulos2012-11-062-3/+3
* Increased maximum password len in PKCS #12.Nikos Mavrogiannopoulos2012-11-061-11/+18
* CRL verification includes the time checks.Nikos Mavrogiannopoulos2012-11-063-10/+25
* Added debugging, and reverted some changes from the 3.1 backport.gnutls_3_0_25Nikos Mavrogiannopoulos2012-10-122-5/+21
* Added (back) RFC5081 support in client mode.Nikos Mavrogiannopoulos2012-10-114-12/+59
* Several OpenPGP updates.Nikos Mavrogiannopoulos2012-10-117-122/+165
* gnutls_ocsp_resp_check_crt() accepts the response index.Nikos Mavrogiannopoulos2012-10-012-5/+7
* Added gnutls_ocsp_resp_check_crt() to check whether the OCSPNikos Mavrogiannopoulos2012-09-305-0/+106
* Backported fix for receiving session tickets during session resumption.Nikos Mavrogiannopoulos2012-09-304-141/+147
* 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