summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fips140: added check for reseed detectionfips140Nikos Mavrogiannopoulos2015-06-031-9/+35
* tests: check random generator for long outputs as wellNikos Mavrogiannopoulos2015-06-031-0/+15
* fips140: when GNUTLS_SKIP_FIPS_INTEGRITY_CHECKS is setup do not perform integ...Nikos Mavrogiannopoulos2015-06-031-19/+27
* fips140: reset the reseed counter only on reseedNikos Mavrogiannopoulos2015-06-031-1/+1
* fips140: when reseeding only reseed the required context not allNikos Mavrogiannopoulos2015-06-031-3/+8
* fips140: added more checks on the reseed and generate functionNikos Mavrogiannopoulos2015-06-031-10/+49
* fips140: enforce the max_number_of_bits_per_requestNikos Mavrogiannopoulos2015-06-032-7/+36
* 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
* certtool: print more info about the PKCS #7 structNikos Mavrogiannopoulos2015-06-021-0/+22
* certtool: allow verification against a direct PKCS #7 signerNikos Mavrogiannopoulos2015-06-023-7/+25
* tests: added checks with PKCS #7 detached dataNikos Mavrogiannopoulos2015-06-024-1/+23
* pkcs7 verification: return GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE when no enca...Nikos Mavrogiannopoulos2015-06-021-3/+9
* certtool: allow verifying PKCS #7 with detached dataNikos Mavrogiannopoulos2015-06-023-8/+43
* certtool: improved PKCS #7 verification outputNikos Mavrogiannopoulos2015-06-022-7/+7
* tests: check the key purpose in PKCS #7 verificationNikos Mavrogiannopoulos2015-06-021-1/+17
* tests: added PKCS #7 test with more than 1 certsNikos Mavrogiannopoulos2015-06-024-5/+67
* certtool: allow verification of PKCS #7 structuresNikos Mavrogiannopoulos2015-06-023-1/+206
* Initialization of gnutls_x509_dn_t was modified to allow deinitialization aft...Nikos Mavrogiannopoulos2015-06-024-21/+24
* Added PKCS #7 signature(s) verificationNikos Mavrogiannopoulos2015-06-028-63/+711
* Added gnutls_pkcs11_get_raw_issuer_by_subject_key_id and gnutls_x509_trust_li...Nikos Mavrogiannopoulos2015-06-024-9/+202
* tests: added check for gnutls_x509_dn_get_strNikos Mavrogiannopoulos2015-06-021-0/+10
* added gnutls_x509_dn_get_strNikos Mavrogiannopoulos2015-06-022-3/+32
* doc updateNikos Mavrogiannopoulos2015-06-021-2/+2
* Added gnutls_x509_crt_verify_data2() and kept gnutls_privkey_sign_data()Nikos Mavrogiannopoulos2015-06-024-12/+60
* verify PKCS #7 signed dataNikos Mavrogiannopoulos2015-06-023-7/+68
* updated PKCS #7 code to cache signed_dataNikos Mavrogiannopoulos2015-06-022-141/+47
* When manual PKCS #11 configuration is requested don't initialize other providersNikos Mavrogiannopoulos2015-06-011-3/+7
* certtool: deinitialize PKCS #7 resourcesNikos Mavrogiannopoulos2015-05-311-0/+1
* tests: Added tests for PKCS7 cert extractionNikos Mavrogiannopoulos2015-05-314-3/+75
* Revert "updated gnulib"Nikos Mavrogiannopoulos2015-05-2924-195/+54