summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* updated auto-generated filesgnutls_3_3_8Nikos Mavrogiannopoulos2014-09-183-0/+28
* tests: added checks with modified certificateNikos Mavrogiannopoulos2014-09-181-0/+195
* doc updateNikos Mavrogiannopoulos2014-09-181-3/+9
* depend on p11-kit 0.20.7Nikos Mavrogiannopoulos2014-09-181-1/+1
* depend on p11-kit 0.20.6Nikos Mavrogiannopoulos2014-09-172-31/+2
* require libtasn1 3.9 or laterNikos Mavrogiannopoulos2014-09-171-1/+1
* removed unused variableNikos Mavrogiannopoulos2014-09-171-3/+0
* added sanity check on cleanupNikos Mavrogiannopoulos2014-09-171-3/+5
* certtool: corrected typo in printing errorNikos Mavrogiannopoulos2014-09-171-1/+1
* pkcs11: correctly reallocate the read bufferNikos Mavrogiannopoulos2014-09-171-6/+6
* updated documentation on PKCS #11 trust module verificationNikos Mavrogiannopoulos2014-09-161-7/+55
* unified the key purpose checks functionsNikos Mavrogiannopoulos2014-09-163-67/+13
* check for CAs with the same key in gnutls_x509_trust_list_add_casNikos Mavrogiannopoulos2014-09-164-4/+14
* hostname and key purpose checks were moved above CRL checksNikos Mavrogiannopoulos2014-09-161-26/+28
* doc updateNikos Mavrogiannopoulos2014-09-162-13/+14
* bumped library versionNikos Mavrogiannopoulos2014-09-161-3/+3
* corrected gnutls_x509_crl_get_raw_issuer_dn()Nikos Mavrogiannopoulos2014-09-161-1/+1
* only deallocate data when allocation succeedsNikos Mavrogiannopoulos2014-09-161-1/+1
* doc updateNikos Mavrogiannopoulos2014-09-161-0/+3
* updated libtasn1Nikos Mavrogiannopoulos2014-09-151-26/+28
* documented the environment variablesNikos Mavrogiannopoulos2014-09-151-1/+32
* Backported x509_raw_crt_to_raw_pubkey and x509_crt_to_raw_pubkeyNikos Mavrogiannopoulos2014-09-153-69/+61
* doc updateNikos Mavrogiannopoulos2014-09-151-1/+12
* p11tool: print Attached Extensions, instead of extensionsNikos Mavrogiannopoulos2014-09-151-2/+2
* when adding a duplicate certificate, keep the last entryNikos Mavrogiannopoulos2014-09-151-1/+2
* pkcs11-get-issuer: do not hardcode the chain number, use its nameNikos Mavrogiannopoulos2014-09-151-7/+22
* fixes in the extension handlingNikos Mavrogiannopoulos2014-09-156-61/+115
* p11tool: will print trust module extensions if presentNikos Mavrogiannopoulos2014-09-151-3/+34
* check the key purpose of the CA certificate when in pkcs11 cert validationNikos Mavrogiannopoulos2014-09-153-9/+57
* allow retrieving extensions in a trust module using GNUTLS_PKCS11_OBJ_FLAG_OV...Nikos Mavrogiannopoulos2014-09-1510-818/+654
* export x509_crt_to_raw_pubkey() in x509/common.h and prefixed s/get_extension...Nikos Mavrogiannopoulos2014-09-154-17/+19
* doc updateNikos Mavrogiannopoulos2014-09-151-1/+1
* gnutls_x509_trust_list_verify_crt2 is in par with gnutls_certificate_verify_p...Nikos Mavrogiannopoulos2014-09-156-46/+62
* doc updateNikos Mavrogiannopoulos2014-09-151-1/+1
* Added gnutls_x509_crt_get_extension_by_oid2() and gnutls_x509_crq_get_extensi...Nikos Mavrogiannopoulos2014-09-154-0/+115
* Added gnutls_x509_trust_list_verify_purpose_crt()Nikos Mavrogiannopoulos2014-09-154-28/+117
* doc updateNikos Mavrogiannopoulos2014-09-131-1/+11
* simulate pkcs11x.h when it doesn't existNikos Mavrogiannopoulos2014-09-134-11/+33
* added pkcs11x.hNikos Mavrogiannopoulos2014-09-133-1/+28
* tests: Added crlverify to check gnutls_x509_crl_verify and gnutls_x509_trust_...Nikos Mavrogiannopoulos2014-09-132-1/+387
* gnutls_x509_crl_verify: do not always set the invalid statusNikos Mavrogiannopoulos2014-09-131-1/+9
* doc updateNikos Mavrogiannopoulos2014-09-131-2/+2
* added missing fileNikos Mavrogiannopoulos2014-09-131-0/+299
* 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
* doc updateNikos Mavrogiannopoulos2014-09-121-2/+2
* tpmtool: corrected key password readNikos Mavrogiannopoulos2014-09-081-1/+1
* set umask prior to calling mkstempNikos Mavrogiannopoulos2014-09-081-0/+1
* initialize verification output to zeroNikos Mavrogiannopoulos2014-09-081-0/+3
* dtls: when discarding packet, discard the correct number of bytesNikos Mavrogiannopoulos2014-09-081-2/+1