summaryrefslogtreecommitdiff
path: root/lib/x509
Commit message (Expand)AuthorAgeFilesLines
* Fix gnutls_pkcs12_simple_parse to always extract the complete chainstefan-fixesStefan Sørensen2016-08-081-20/+15
* x509: call the fixup functions after loading private keysNikos Mavrogiannopoulos2016-08-082-12/+41
* pkcs11: is_object_pkcs11_url -> is_pkcs11_url_objectNikos Mavrogiannopoulos2016-08-051-2/+2
* x059: Fix asymmetry in name constraints intersectionMartin Ukrop2016-07-291-5/+21
* gnutls_x509_crl_list_import2 was ignoring the passed flags if all CTLs in the...Tim Kosse2016-07-281-1/+1
* gnutls_x509_crt_list_import2 was ignoring the passed flags if all certificate...Tim Kosse2016-07-281-1/+1
* x509: parse_tlsfeatures: move limit check at the point of additionNikos Mavrogiannopoulos2016-07-281-5/+5
* correct the sign type of integers in debug messageNikos Mavrogiannopoulos2016-07-281-1/+1
* verify_crt: simplified error settingNikos Mavrogiannopoulos2016-07-281-74/+35
* verify_crt: removed text on parameter no longer being presentNikos Mavrogiannopoulos2016-07-281-1/+1
* x509: avoid using int declaration within a for-loopNikos Mavrogiannopoulos2016-07-271-2/+2
* gnutls_x509_crt_check_hostname*: use unsigned a return valueNikos Mavrogiannopoulos2016-07-221-3/+3
* x509: Fix DNS name constraints checkingMartin Ukrop2016-07-211-37/+114
* Moved the gnutls_x509_dn API functions to x509_dn.cdn-encodingNikos Mavrogiannopoulos2016-07-203-290/+291
* RFC4514 DN decoding: allow decoding of raw ('#') itemsNikos Mavrogiannopoulos2016-07-201-22/+39
* Added gnutls_x509_dn_set_str()Nikos Mavrogiannopoulos2016-07-192-5/+45
* added gnutls_x509_crq_set_extension_by_oid()Nikos Mavrogiannopoulos2016-07-132-1/+44
* enhanced debugging messages for cert verificationNikos Mavrogiannopoulos2016-06-221-0/+1
* x509: print serial number in compact outputNikos Mavrogiannopoulos2016-06-221-0/+13
* Typo fixes (found by lintian): extention, reencodeAndreas Metzler2016-06-194-8/+8
* tlsfeature: impose a maximum number of supported TLS featuresNikos Mavrogiannopoulos2016-06-143-29/+18
* During PKIX chain verification check the TLSFeatures complianceNikos Mavrogiannopoulos2016-06-148-197/+347
* verify_crt: moved all verification state into a common structureNikos Mavrogiannopoulos2016-06-141-33/+37
* Added gnutls_x509_crt_set_crq_extension_by_oid()Nikos Mavrogiannopoulos2016-06-141-7/+33
* lib: eliminated the use of deprecated variablesNikos Mavrogiannopoulos2016-06-066-9/+9
* pkcs12: corrected return type of gnutls_pkcs12_bag_get_type()Nikos Mavrogiannopoulos2016-06-041-3/+2
* _gnutls_check_key_purpose: in CA certificates treat the SGC key purpose as GN...Nikos Mavrogiannopoulos2016-06-021-0/+28
* doc updateNikos Mavrogiannopoulos2016-05-312-6/+5
* several sign-related API changesNikos Mavrogiannopoulos2016-05-3110-60/+62
* x509: simplified _gnutls_x509_get_tbs()Nikos Mavrogiannopoulos2016-05-311-29/+1
* x509: replace the bool type with the unsigned typeNikos Mavrogiannopoulos2016-05-313-23/+21
* doc: updated since version of tlsfeature functionality and documented new fun...Nikos Mavrogiannopoulos2016-05-304-14/+15
* exported function to convert TLS extension numbers to stringsNikos Mavrogiannopoulos2016-05-301-1/+1
* x509/output: print the extension name of TLSFeaturesNikos Mavrogiannopoulos2016-05-301-1/+7
* Add functions to get/set the tlsfeatures to certificate requests.Tim Kosse2016-05-301-0/+105
* Added gnutls_x509_crt_set_tlsfeaturesTim Kosse2016-05-302-1/+43
* Added functions to add features and convert tlsfeatures back to DERTim Kosse2016-05-301-4/+96
* Added functions to parse the TLSFeatures X.509 extension.Tim Kosse2016-05-304-1/+279
* doc update [ci skip]Nikos Mavrogiannopoulos2016-05-171-3/+5
* gnutls_pkcs7_print: avoid warning for signed/unsigned comparison by making ev...Nikos Mavrogiannopoulos2016-05-111-2/+1
* gnutls_pkcs7_print: corrected type of unsigned count variableNikos Mavrogiannopoulos2016-05-101-2/+2
* _gnutls_krb5_der_to_principal: fixed invalid deinitialization on cleanupNikos Mavrogiannopoulos2016-05-101-2/+2
* doc: updated documentation for gnutls_x509_crt_get_*_dnNikos Mavrogiannopoulos2016-05-101-4/+6
* Revert "x509: allow empty DNs on parsing for subject DNs"Nikos Mavrogiannopoulos2016-05-106-16/+10
* x509: allow empty DNs on parsing for subject DNsNikos Mavrogiannopoulos2016-05-106-10/+16
* x509: use the modified flag in gnutls_x509_crt_tNikos Mavrogiannopoulos2016-05-073-36/+31
* x509: added flag to indicate modification in gnutls_x509_crt_tNikos Mavrogiannopoulos2016-05-073-36/+38
* gnutls_x509_crt_equals*: modified to allow operation with certificates that a...Nikos Mavrogiannopoulos2016-05-061-13/+60
* doc: fixed documentation of gnutls_x509_crt_set_subject_alternative_nameNikos Mavrogiannopoulos2016-05-061-11/+4
* _gnutls_x509_crt_cpy: optimized and simplifiedNikos Mavrogiannopoulos2016-05-023-34/+25