summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix out-of-bounds read in gnutls_x509_ext_export_key_usage"Nikos Mavrogiannopoulos2016-01-301-1/+3
* x509: tolerate missing subject or issuer fieldsNikos Mavrogiannopoulos2016-01-141-24/+42
* x509: place newline when printing unsupported othernamesNikos Mavrogiannopoulos2016-01-121-0/+1
* trust_list_get_issuer_by_dn: fixed check for DN or SPKINikos Mavrogiannopoulos2016-01-071-19/+19
* Fix out-of-bounds read in gnutls_x509_ext_export_key_usageTim Kosse2016-01-041-1/+1
* Fix some typos [ci skip]Andreas Metzler2015-12-271-2/+2
* gnutls_pkcs7_get_embedded_data: added functionNikos Mavrogiannopoulos2015-12-171-0/+60
* pkcs7: set by default the content type attributeNikos Mavrogiannopoulos2015-12-161-1/+45
* pkcs7: use the PK_PKIX1_RSA_OID when writing RSA signature OIDs for PKCS#7 st...Nikos Mavrogiannopoulos2015-12-165-7/+18
* pkcs7: Disable the optional fields prior to generating the PKCS#7 structureNikos Mavrogiannopoulos2015-12-161-0/+23
* documented bug in gnutls_x509_crt_get_*_unique_id()Nikos Mavrogiannopoulos2015-12-021-0/+10
* allow specifying NULL buffer in gnutls_x509_crt_get_*_unique_id()Nikos Mavrogiannopoulos2015-11-301-2/+0
* ocsp_output: when next update is not present don't print error messageNikos Mavrogiannopoulos2015-11-281-12/+12
* doc updateNikos Mavrogiannopoulos2015-11-191-0/+3
* doc updateNikos Mavrogiannopoulos2015-11-181-2/+1
* gnutls_x509_crt_set_subject/issuer_unique_id: added Since in docNikos Mavrogiannopoulos2015-11-131-0/+4
* Added documentation on PKCS #7 signingNikos Mavrogiannopoulos2015-11-131-4/+3
* Added gnutls_x509_crt_set_issuer_unique_id() and gnutls_x509_crt_set_subject_...Nikos Mavrogiannopoulos2015-11-121-4/+88
* properly indent unique IDsNikos Mavrogiannopoulos2015-11-121-2/+2
* pkcs12: correctly set salt size in gnutls_pkcs12_mac_infoNikos Mavrogiannopoulos2015-11-092-4/+6
* 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