summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* doc update [ci skip]Nikos Mavrogiannopoulos2016-05-312-6/+5
* gnutls_pkcs7_print: corrected type of unsigned count variableNikos Mavrogiannopoulos2016-05-101-2/+2
* gnutls_x509_crt_import_url: updated documentation for new function nameNikos Mavrogiannopoulos2016-05-021-7/+5
* x509/privkey: in raw import functions set the parameter's algorithm typeNikos Mavrogiannopoulos2016-04-291-0/+3
* gnutls_ocsp_resp_get_single: fail if thisUpdate is not available or unparsableNikos Mavrogiannopoulos2016-04-121-2/+3
* x509 output: don't warn about insecure algorithm when unknownNikos Mavrogiannopoulos2016-04-092-3/+3
* name constraints: enforce the rules for IP constraints when addingNikos Mavrogiannopoulos2016-04-051-2/+13
* _gnutls_parse_general_name2: allow parsing empty namesNikos Mavrogiannopoulos2016-04-053-17/+39
* x509/output: simplified cidr_to_string()Nikos Mavrogiannopoulos2016-03-311-33/+4
* x509/output: print RFC5280 CIDRs in name constraintsNikos Mavrogiannopoulos2016-03-311-9/+98
* ocsp: gnutls_ocsp_resp_verify_direct will skip additional checks for certific...Nikos Mavrogiannopoulos2016-03-231-1/+3
* x509: Fixes to prevent undefined behavior (found with libubsan)Nikos Mavrogiannopoulos2016-02-291-1/+5
* gnutls_x509_privkey_import: add missing algorithm setting for DSA keysJan Vcelak2016-02-261-0/+1
* 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
* 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
* 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