summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* Don't use formatted output for fixed stringsNikos Mavrogiannopoulos2015-09-111-3/+3
* x509: when appending CRLs to a trust list ensure that we don't have duplicatesNikos Mavrogiannopoulos2015-08-212-3/+32
* gnutls_x509_crl_set_authority_key_id, gnutls_x509_crl_set_number allow overwr...Nikos Mavrogiannopoulos2015-08-131-4/+4
* key decoding: set key to null for consistencyNikos Mavrogiannopoulos2015-08-041-1/+3
* key decoding: simplify decoding logic by removing the fallbackNikos Mavrogiannopoulos2015-08-041-25/+24
* key decoding: corrected regression with PKCS #8 key decodingNikos Mavrogiannopoulos2015-08-041-0/+14
* made data2hex() safer, and eliminated mem leakNikos Mavrogiannopoulos2015-07-311-8/+12
* DN decoding: use gnutls_hex_encodeNikos Mavrogiannopoulos2015-07-211-8/+14
* x509: simplified data to hex conversion in unknown DN namesNikos Mavrogiannopoulos2015-07-201-47/+13
* name constraints: simplified gnutls_x509_name_constraints_check_crt()Nikos Mavrogiannopoulos2015-07-011-48/+42
* name constraints: don't reject certificates if a CA has the URI or IPADDRESS ...Nikos Mavrogiannopoulos2015-07-011-0/+48
* enhanced header matching code for private keys to skip unrelated dataNikos Mavrogiannopoulos2015-06-261-16/+50
* gnutls_x509_privkey_import: optimized private key loadingNikos Mavrogiannopoulos2015-06-251-24/+28
* gnutls_x509_privkey_import2: better behavior when provided with an unencrypte...Nikos Mavrogiannopoulos2015-06-251-1/+22
* _gnutls_get_asn_mpis() will release any data on failureNikos Mavrogiannopoulos2015-06-252-4/+5
* move all gettext definitions in gnutls_str.hNikos Mavrogiannopoulos2015-06-201-4/+1
* Exported functions to convert from and to OIDsNikos Mavrogiannopoulos2015-06-189-20/+20
* pkcs7: corrected write_signer_id() when GNUTLS_PKCS7_WRITE_SPKI was usedNikos Mavrogiannopoulos2015-06-181-1/+1
* Added gnutls_pkcs7_get_signature_countNikos Mavrogiannopoulos2015-06-171-1/+29
* 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
* 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-163-1/+192
* 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-034-21/+302
* use the same flags in all verification functionsNikos Mavrogiannopoulos2015-06-022-5/+5
* _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-022-56/+358
* Added gnutls_pkcs7_get_crl_raw2Nikos Mavrogiannopoulos2015-06-021-19/+47
* pkcs7 verification: parse the signing timeNikos Mavrogiannopoulos2015-06-022-6/+65
* 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-023-20/+23
* Added PKCS #7 signature(s) verificationNikos Mavrogiannopoulos2015-06-022-18/+593
* Added gnutls_pkcs11_get_raw_issuer_by_subject_key_id and gnutls_x509_trust_li...Nikos Mavrogiannopoulos2015-06-021-8/+101
* added gnutls_x509_dn_get_strNikos Mavrogiannopoulos2015-06-021-3/+31
* Added gnutls_x509_crt_verify_data2() and kept gnutls_privkey_sign_data()Nikos Mavrogiannopoulos2015-06-022-2/+45
* verify PKCS #7 signed dataNikos Mavrogiannopoulos2015-06-021-4/+16
* updated PKCS #7 code to cache signed_dataNikos Mavrogiannopoulos2015-06-022-141/+47
* Check the OID size for match when comparing for the OCSP nonce extensionNikos Mavrogiannopoulos2015-05-261-2/+4
* Handle DNS name constraints with leading dotNikos Mavrogiannopoulos2015-04-281-7/+12
* ensure that the X.509 version number is one byte onlyNikos Mavrogiannopoulos2015-04-201-1/+1
* Check for invalid length in the X.509 version fieldNikos Mavrogiannopoulos2015-04-201-1/+10
* ocsp: initialize certs to NULLNikos Mavrogiannopoulos2015-04-201-1/+1