summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* account new symbolsgnutls_3_4_2Nikos Mavrogiannopoulos2015-06-161-0/+14
* updated makefiles for the new functionsNikos Mavrogiannopoulos2015-06-163-7/+68
* doc updateNikos Mavrogiannopoulos2015-06-162-6/+5
* use common base for pkcs7 filesNikos Mavrogiannopoulos2015-06-162-1/+1
* added missing symbolNikos Mavrogiannopoulos2015-06-162-0/+2
* released 3.4.2Nikos Mavrogiannopoulos2015-06-161-1/+1
* certtool: made explicit the inclusion of time in PKCS #7 signaturesNikos Mavrogiannopoulos2015-06-163-5/+38
* pkcs7: write the DER encoded timeNikos Mavrogiannopoulos2015-06-163-4/+34
* certtool: include the signature time in PKCS #7 signaturesNikos Mavrogiannopoulos2015-06-161-1/+1
* pkcs7: corrected usage of GNUTLS_PKCS7_INCLUDE_TIME flagNikos Mavrogiannopoulos2015-06-161-2/+2
* tests: minor updates in pkcs7 output checks to match new certtoolNikos Mavrogiannopoulos2015-06-162-0/+2
* certtool: rely on gnutls_pkcs7_print() even moreNikos Mavrogiannopoulos2015-06-161-80/+2
* pkcs7: print certificates and CRLs in FULL modeNikos Mavrogiannopoulos2015-06-161-38/+111
* doc updateNikos Mavrogiannopoulos2015-06-161-0/+1
* certtool: use gnutls_pkcs7_print() - partiallyNikos Mavrogiannopoulos2015-06-161-14/+9
* Added gnutls_pkcs7_print()Nikos Mavrogiannopoulos2015-06-165-1/+196
* bumped versionNikos Mavrogiannopoulos2015-06-152-4/+4
* tests: added signature/verification stress testNikos Mavrogiannopoulos2015-06-112-1/+213
* tests: check also individual ciphers for interoperabilityNikos Mavrogiannopoulos2015-06-112-7/+47
* fips140: better debug messages when verifying MACNikos Mavrogiannopoulos2015-06-081-2/+1
* tpmtool: added newline in error messagesNikos Mavrogiannopoulos2015-06-051-8/+8
* fips140: added check for reseed detectionNikos Mavrogiannopoulos2015-06-041-9/+35
* tests: check random generator for long outputs as wellNikos Mavrogiannopoulos2015-06-041-0/+15
* fips140: when GNUTLS_SKIP_FIPS_INTEGRITY_CHECKS is setup do not perform integ...Nikos Mavrogiannopoulos2015-06-041-19/+27
* fips140: reset the reseed counter only on reseedNikos Mavrogiannopoulos2015-06-041-1/+1
* fips140: when reseeding only reseed the required context not allNikos Mavrogiannopoulos2015-06-041-3/+8
* fips140: added more checks on the reseed and generate functionNikos Mavrogiannopoulos2015-06-041-10/+49
* fips140: enforce the max_number_of_bits_per_requestNikos Mavrogiannopoulos2015-06-042-7/+36
* tests: do not include times in the PKCS #7 checks as they depend on local tim...Nikos Mavrogiannopoulos2015-06-033-3/+1
* pkcs7: addressed memory leaksNikos Mavrogiannopoulos2015-06-031-2/+4
* doc updateNikos Mavrogiannopoulos2015-06-031-0/+3
* doc updateNikos Mavrogiannopoulos2015-06-031-0/+3
* tests: Added PKCS #7 attribute generation checkNikos Mavrogiannopoulos2015-06-032-1/+229
* tests: updated for new certtool outputNikos Mavrogiannopoulos2015-06-032-0/+22
* certtool: print signed and unsigned PKCS #7 attributesNikos Mavrogiannopoulos2015-06-031-14/+69
* Added code to parse and set PKCS #7 attributesNikos Mavrogiannopoulos2015-06-038-23/+318
* tests: added PKCS #7 verification check with MD5Nikos Mavrogiannopoulos2015-06-021-0/+18
* use the same flags in all verification functionsNikos Mavrogiannopoulos2015-06-027-13/+33
* _decode_pkcs7_signed_data: fixed mem leaksNikos Mavrogiannopoulos2015-06-021-2/+5
* Initialization of gnutls_x509_dn_t was modified to allow deinitialization aft...Nikos Mavrogiannopoulos2015-06-023-12/+23
* doc: Separated the PKCS #7 in manualNikos Mavrogiannopoulos2015-06-023-2/+24
* doc updateNikos Mavrogiannopoulos2015-06-021-1/+16
* tests: check PKCS #7 structure signature generationNikos Mavrogiannopoulos2015-06-021-0/+39
* tests: check PKCS #7 bundle generationNikos Mavrogiannopoulos2015-06-023-1/+102
* certtool: added --p7-generate, --p7-sign and --p7-detached-signNikos Mavrogiannopoulos2015-06-024-1/+218
* Added gnutls_pkcs7_sign()Nikos Mavrogiannopoulos2015-06-024-56/+370
* Added gnutls_pkcs7_get_crl_raw2Nikos Mavrogiannopoulos2015-06-023-19/+51
* certtool: print the signing time when availableNikos Mavrogiannopoulos2015-06-021-0/+3
* pkcs7 verification: parse the signing timeNikos Mavrogiannopoulos2015-06-023-6/+67
* on PKCS #7 verification check the the content type matches the signed dataNikos Mavrogiannopoulos2015-06-021-4/+33