summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* Fix library build on Chrome Native Client (NaCl)Kevin Cernekee2016-04-181-1/+1
* doc: updated docs related to private key generationNikos Mavrogiannopoulos2016-04-141-6/+7
* ocsp: increased the preallocated space in check_ocsp_purpose to account for n...Nikos Mavrogiannopoulos2016-04-131-1/+2
* x509 output: print the OID of certificates/CRLs/CRQs with unknown algorithmsNikos Mavrogiannopoulos2016-04-131-65/+211
* Added gnutls_x509_crl_get_signature_oidNikos Mavrogiannopoulos2016-04-131-0/+40
* Added gnutls_x509_crq_get_signature_oid and gnutls_x509_crq_get_pk_oidNikos Mavrogiannopoulos2016-04-131-0/+80
* Added gnutls_x509_crt_get_signature_oid and gnutls_x509_crt_get_pk_oidNikos Mavrogiannopoulos2016-04-131-0/+84
* gnutls_x509_crt_get_key_purpose_oid: copy the OID as a null-terminated stringNikos Mavrogiannopoulos2016-04-131-1/+1
* gnutls_x509_ext_import_policies: initialize value to avoid compiler warningsNikos Mavrogiannopoulos2016-04-121-1/+1
* gnutls_x509_privkey_verify_seed: corrected typo that made the function always...Nikos Mavrogiannopoulos2016-04-121-2/+0
* load_dir_certs: use readdir() in all platformsNikos Mavrogiannopoulos2016-04-121-9/+1
* Makefile.am: moved common rules (AM_CFLAGS) to common.mkNikos Mavrogiannopoulos2016-04-121-1/+2
* gnutls_ocsp_resp_get_single: fail if thisUpdate is not available or unparsableNikos Mavrogiannopoulos2016-04-121-2/+3
* gnutls_x509_privkey_import2: document an intentional fall throughNikos Mavrogiannopoulos2016-04-121-0/+1
* gnutls_x509_crt_get_key_usage: ensure that its returned value is properly han...Nikos Mavrogiannopoulos2016-04-111-4/+11
* x509 output: don't warn about insecure algorithm when unknownNikos Mavrogiannopoulos2016-04-092-3/+3
* _gnutls_parse_general_name2: allow parsing empty namesNikos Mavrogiannopoulos2016-04-053-17/+39
* name constraints: enforce the rules for IP constraints when addingNikos Mavrogiannopoulos2016-04-051-2/+13
* name constraints: compute permitted set strictlyDaiki Ueno2016-04-053-34/+244
* x509/output: simplified cidr_to_string()Nikos Mavrogiannopoulos2016-03-301-33/+4
* x509/output: print RFC5280 CIDRs in name constraintsNikos Mavrogiannopoulos2016-03-291-9/+98
* ocsp: gnutls_ocsp_resp_verify_direct will skip additional checks for certific...Nikos Mavrogiannopoulos2016-03-231-1/+3
* Introduced GNUTLS_E_ASN1_EMBEDDED_NULL_IN_STRINGNikos Mavrogiannopoulos2016-03-161-2/+2
* x509: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-291-1/+5
* x509: cleanup in privkey.cNikos Mavrogiannopoulos2016-02-291-10/+8
* gnutls_x509_privkey_import: add missing algorithm setting for DSA keysJan Vcelak2016-02-261-0/+1
* x509: moved time-specific functions to time.cNikos Mavrogiannopoulos2016-02-263-407/+443
* Improved documentation in _gnutls_sort_clistNikos Mavrogiannopoulos2016-02-181-3/+11
* gnutls_x509_crt_list_import: corrected memory leakNikos Mavrogiannopoulos2016-02-181-23/+27
* _gnutls_sort_clist: fixed issues when used with func optionNikos Mavrogiannopoulos2016-02-181-6/+17
* Added NIST's OIDs for SHA3 signature algorithmsNikos Mavrogiannopoulos2016-02-151-0/+15
* 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