summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/x509.h
Commit message (Expand)AuthorAgeFilesLines
...
* Added gnutls_x509_crl_get_signature_oidNikos Mavrogiannopoulos2016-04-131-0/+2
* Added gnutls_x509_crq_get_signature_oid and gnutls_x509_crq_get_pk_oidNikos Mavrogiannopoulos2016-04-131-1/+5
* Added gnutls_x509_crt_get_signature_oid and gnutls_x509_crt_get_pk_oidNikos Mavrogiannopoulos2016-04-131-0/+2
* x509: added flags to enable the encoding of othername dataNikos Mavrogiannopoulos2016-01-081-0/+2
* x509: introduced functions to set an othername alternative nameNikos Mavrogiannopoulos2016-01-081-0/+21
* Added gnutls_x509_crt_set_issuer_unique_id() and gnutls_x509_crt_set_subject_...Nikos Mavrogiannopoulos2015-11-121-0/+8
* Use separate PEM headers for provable private keysNikos Mavrogiannopoulos2015-09-131-0/+2
* Made the new key generation API flexible to allow extensions in the futureNikos Mavrogiannopoulos2015-09-131-1/+20
* Added API to verify private keys generated with seedNikos Mavrogiannopoulos2015-09-131-1/+2
* Added API to generate private keys from a given seedNikos Mavrogiannopoulos2015-09-121-0/+7
* use the same flags in all verification functionsNikos Mavrogiannopoulos2015-06-021-0/+7
* Initialization of gnutls_x509_dn_t was modified to allow deinitialization aft...Nikos Mavrogiannopoulos2015-06-021-1/+1
* Added PKCS #7 signature(s) verificationNikos Mavrogiannopoulos2015-06-021-35/+10
* Added gnutls_x509_crt_verify_data2() and kept gnutls_privkey_sign_data()Nikos Mavrogiannopoulos2015-06-021-0/+15
* Added gnutls_x509_crt_get_pk_ecc_raw()Nikos Mavrogiannopoulos2015-04-151-0/+4
* Added flags which modify the algorithm used for key ID calculationNikos Mavrogiannopoulos2015-04-081-0/+16
* Added gnutls_x509_crt_check_email(), gnutls_openpgp_crt_check_email() and GNU...Nikos Mavrogiannopoulos2015-03-251-0/+3
* gnutls_x509_crt_import_pkcs11_url moved to pkcs11.h as it was always defined ...Nikos Mavrogiannopoulos2015-03-191-1/+0
* gnutls_x509_crt_import_url replaces gnutls_x509_crt_import_pkcs11_urlNikos Mavrogiannopoulos2014-12-231-2/+2
* Added flag GNUTLS_X509_CRT_LIST_SORT for gnutls_x509_crt_list_import*Nikos Mavrogiannopoulos2014-11-271-1/+3
* Added API to read/write/delete key-cert pairs (limited to windows for now)Nikos Mavrogiannopoulos2014-11-191-0/+7
* added gnutls_pkcs11_get_raw_issuer_by_dn and gnutls_x509_trust_list_get_issue...Nikos Mavrogiannopoulos2014-11-141-0/+5
* Enable PIN support to gnutls_x509_privkey_tNikos Mavrogiannopoulos2014-11-121-0/+5
* removed flag GNUTLS_VERIFY_KEY_PURPOSE_ON_INTERMEDIATENikos Mavrogiannopoulos2014-10-091-5/+0
* Added GNUTLS_TL_GET_COPY flag and documented the limitations of gnutls_x509_t...Nikos Mavrogiannopoulos2014-10-011-0/+1
* Add an interface to iterate the trusted CA certificates in a trust listArmin Burgmeier2014-09-241-0/+9
* Add a function to obtain the trust list of a gnutls_certificate_credentials_tArmin Burgmeier2014-09-241-0/+3
* Verify key purpose on intermediate certificate if GNUTLS_VERIFY_KEY_PURPOSE_O...Nikos Mavrogiannopoulos2014-09-221-1/+7
* added gnutls_x509_crq_get_signature_algorithm()Nikos Mavrogiannopoulos2014-09-211-0/+2
* check for CAs with the same key in gnutls_x509_trust_list_add_casNikos Mavrogiannopoulos2014-09-161-0/+1
* allow retrieving extensions in a trust module using GNUTLS_PKCS11_OBJ_FLAG_OV...Nikos Mavrogiannopoulos2014-09-111-0/+13
* gnutls_x509_trust_list_verify_crt2 is in par with gnutls_certificate_verify_p...Nikos Mavrogiannopoulos2014-09-091-2/+3
* Added gnutls_x509_crt_get_extension_by_oid2() and gnutls_x509_crq_get_extensi...Nikos Mavrogiannopoulos2014-09-081-0/+10
* Added gnutls_x509_trust_list_verify_purpose_crt()Nikos Mavrogiannopoulos2014-09-081-0/+9
* gnutls_pkcs8_info: will return OID value even on unsupported structuresNikos Mavrogiannopoulos2014-08-051-1/+1
* added new functions to obtain information on PKCS #8 structures.Nikos Mavrogiannopoulos2014-08-041-0/+9
* PKCS #8 encryption support was made more compact and manageableNikos Mavrogiannopoulos2014-08-041-18/+28
* removed comma at the end of enumerationsNikos Mavrogiannopoulos2014-07-271-2/+2
* Added gnutls_x509_trust_list_add_trust_dir()Nikos Mavrogiannopoulos2014-07-211-0/+8
* Made gnutls_x509_crl_iter_crt_serial() thread-safe by making the iterator exp...Nikos Mavrogiannopoulos2014-06-051-2/+9
* renamed gnutls_x509_crl_get_crt_serial2 to gnutls_x509_crl_iter_crt_serial.Nikos Mavrogiannopoulos2014-06-051-1/+1
* Added gnutls_x509_crl_get_crt_serial2(), a faster variant of gnutls_x509_crl_...Nikos Mavrogiannopoulos2014-06-041-0/+3
* Added the 'very weak' certificate verification profile.Nikos Mavrogiannopoulos2014-05-051-0/+3
* gnutls_x509_trust_list_get_issuer() will work correctly with a PKCS #11 trust...Nikos Mavrogiannopoulos2014-04-281-1/+2
* Added verification flag to disable wildcard checkingNikos Mavrogiannopoulos2014-04-021-0/+5
* Added new API to handle X.509 extensions.Nikos Mavrogiannopoulos2014-03-191-1/+34
* Added gnutls_x509_name_constraints_check_crtNikos Mavrogiannopoulos2014-02-191-0/+3
* Allow multiple flags in gnutls_x509_crt_get_name_constraints()Nikos Mavrogiannopoulos2014-02-181-1/+3
* Allow appending name constraints.Nikos Mavrogiannopoulos2014-02-181-0/+1
* Allow setting a non-critical name-constraints extension.Nikos Mavrogiannopoulos2014-02-181-1/+2