summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* reduced the exported functions to the minimum neededNikos Mavrogiannopoulos2015-06-181-14/+2
* _gnutls_ext_register was made staticNikos Mavrogiannopoulos2015-06-181-18/+20
* libgnutls.map: use a 3.4 related name for private functionsNikos Mavrogiannopoulos2015-06-181-1/+1
* Exported functions to convert from and to OIDsNikos Mavrogiannopoulos2015-06-1818-57/+156
* pkcs7: corrected write_signer_id() when GNUTLS_PKCS7_WRITE_SPKI was usedNikos Mavrogiannopoulos2015-06-181-1/+1
* indentation fixNikos Mavrogiannopoulos2015-06-181-1/+1
* Always align in 16-byte boundary our input to cryptoNikos Mavrogiannopoulos2015-06-181-3/+1
* ensure that gnutls_pubkey_verify_data2 returns 0 on successNikos Mavrogiannopoulos2015-06-171-0/+2
* Added gnutls_pkcs7_get_signature_countNikos Mavrogiannopoulos2015-06-173-1/+32
* When writing the Time ASN.1 structure follow the RFC5280 recommendationsNikos Mavrogiannopoulos2015-06-172-16/+23
* Set time in PKCS #7 structures properly (in UTCTime format).Nikos Mavrogiannopoulos2015-06-171-6/+49
* doc updateNikos Mavrogiannopoulos2015-06-162-6/+5
* use common base for pkcs7 filesNikos Mavrogiannopoulos2015-06-162-1/+1
* added missing symbolNikos Mavrogiannopoulos2015-06-161-0/+1
* pkcs7: write the DER encoded timeNikos Mavrogiannopoulos2015-06-163-4/+34
* pkcs7: corrected usage of GNUTLS_PKCS7_INCLUDE_TIME flagNikos Mavrogiannopoulos2015-06-161-2/+2
* pkcs7: print certificates and CRLs in FULL modeNikos Mavrogiannopoulos2015-06-161-38/+111
* Added gnutls_pkcs7_print()Nikos Mavrogiannopoulos2015-06-165-1/+196
* fips140: better debug messages when verifying MACNikos Mavrogiannopoulos2015-06-081-2/+1
* fips140: added check for reseed detectionNikos Mavrogiannopoulos2015-06-041-9/+35
* 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
* pkcs7: addressed memory leaksNikos Mavrogiannopoulos2015-06-031-2/+4
* doc updateNikos Mavrogiannopoulos2015-06-031-0/+3
* Added code to parse and set PKCS #7 attributesNikos Mavrogiannopoulos2015-06-038-23/+318
* 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
* Added gnutls_pkcs7_sign()Nikos Mavrogiannopoulos2015-06-024-56/+370
* Added gnutls_pkcs7_get_crl_raw2Nikos Mavrogiannopoulos2015-06-023-19/+51
* 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
* pkcs7 verification: return GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE when no enca...Nikos Mavrogiannopoulos2015-06-021-3/+9
* 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
* 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
* Check the OID size for match when comparing for the OCSP nonce extensionNikos Mavrogiannopoulos2015-05-261-2/+4
* gnutls_dh_get_prime_bits: return 0 if DH is not usedArmin Burgmeier2015-05-241-0/+3
* gnutls_dh_get_group: mention that the values may include a leading zeroNikos Mavrogiannopoulos2015-05-221-0/+6
* gnutls_dh_set_prime_bits: warn when overriding the DH max prime size with 100...Nikos Mavrogiannopoulos2015-05-211-3/+3
* cleanup unused variableNikos Mavrogiannopoulos2015-05-211-4/+0