summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* Introduced GNUTLS_E_ASN1_EMBEDDED_NULL_IN_STRINGnew-code-nullNikos Mavrogiannopoulos2016-02-111-1/+1
* Fix some more typos.Andreas Metzler2016-02-013-3/+3
* Revert "Fix out-of-bounds read in gnutls_x509_ext_export_key_usage"Nikos Mavrogiannopoulos2016-01-301-1/+3
* updated copyright infoNikos Mavrogiannopoulos2016-01-141-1/+2
* x509: introduced GNUTLS_SAN_OTHERNAME_KRB5PRINCIPALNikos Mavrogiannopoulos2016-01-126-1/+378
* x509: place newline when printing unsupported othernamesNikos Mavrogiannopoulos2016-01-111-0/+1
* x509: moved virtual subject alternative name othername support to virt-san.cNikos Mavrogiannopoulos2016-01-107-125/+211
* gnutls_x509_crt_set_subject_alt_name: documented the version after which GNUT...Nikos Mavrogiannopoulos2016-01-101-1/+1
* Allow assigning 'virtual' SAN types via *_set_subject_alt_name()Nikos Mavrogiannopoulos2016-01-105-17/+71
* x509: added flags to enable the encoding of othername dataNikos Mavrogiannopoulos2016-01-083-37/+68
* x509: introduced functions to set an othername alternative nameNikos Mavrogiannopoulos2016-01-085-12/+353
* 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
* pkcs7: eliminated leak in gnutls_pkcs7_printNikos Mavrogiannopoulos2015-12-181-0/+1
* 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
* better error checking in seed decodingNikos Mavrogiannopoulos2015-09-131-9/+9
* gnutls_x509_privkey_verify_seed: fail on keys without seed informationNikos Mavrogiannopoulos2015-09-131-0/+3
* Use separate PEM headers for provable private keysNikos Mavrogiannopoulos2015-09-134-44/+85
* Allow verifying and generating provable DSA keysNikos Mavrogiannopoulos2015-09-132-55/+154
* Made the new key generation API flexible to allow extensions in the futureNikos Mavrogiannopoulos2015-09-131-8/+24
* Added API to verify private keys generated with seedNikos Mavrogiannopoulos2015-09-131-1/+109
* Added API to generate private keys from a given seedNikos Mavrogiannopoulos2015-09-122-8/+133
* Don't use formatted output for fixed stringsNikos Mavrogiannopoulos2015-09-111-3/+3
* x509: tolerate missing subject or issuer fieldsNikos Mavrogiannopoulos2015-08-261-24/+42
* Added support for the SHA3 digest algorithmNikos Mavrogiannopoulos2015-08-261-0/+4
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-2332-169/+169
* 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