glib2 1.1.4-x86-mingw32 → 1.1.5-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +17 -3
- data/ext/glib2/rbglib.h +1 -1
- data/lib/1.8/glib2.so +0 -0
- data/lib/1.9/glib2.so +0 -0
- data/lib/gnome2-raketask.rb +32 -28
- data/lib/gnome2-win32-binary-build-task.rb +191 -0
- data/lib/{gnome2-win32-binary-downloader.rb → gnome2-win32-binary-download-task.rb} +62 -19
- data/vendor/local/bin/asn1Coding.exe +0 -0
- data/vendor/local/bin/asn1Decoding.exe +0 -0
- data/vendor/local/bin/asn1Parser.exe +0 -0
- data/vendor/local/bin/certtool.exe +0 -0
- data/vendor/local/bin/dumpsexp.exe +0 -0
- data/vendor/local/bin/gnutls-cli-debug.exe +0 -0
- data/vendor/local/bin/gnutls-cli.exe +0 -0
- data/vendor/local/bin/gnutls-serv.exe +0 -0
- data/vendor/local/bin/gpg-error.exe +0 -0
- data/vendor/local/bin/hmac256.exe +0 -0
- data/vendor/local/bin/libgcrypt-11.dll +0 -0
- data/vendor/local/bin/libgcrypt-config +177 -0
- data/vendor/local/bin/libgnutls-26.dll +0 -0
- data/vendor/local/bin/libgnutls-extra-26.dll +0 -0
- data/vendor/local/bin/libgnutls-openssl-26.dll +0 -0
- data/vendor/local/bin/libgpg-error-0.dll +0 -0
- data/vendor/local/bin/libtasn1-3.dll +0 -0
- data/vendor/local/bin/psktool.exe +0 -0
- data/vendor/local/bin/srptool.exe +0 -0
- data/vendor/local/gnutls.README.txt +6 -0
- data/vendor/local/include/gcrypt-module.h +226 -0
- data/vendor/local/include/gcrypt.h +1826 -0
- data/vendor/local/include/gnutls/compat.h +105 -0
- data/vendor/local/include/gnutls/crypto.h +73 -0
- data/vendor/local/include/gnutls/extra.h +137 -0
- data/vendor/local/include/gnutls/gnutls.h +1333 -0
- data/vendor/local/include/gnutls/gnutlsxx.h +388 -0
- data/vendor/local/include/gnutls/openpgp.h +283 -0
- data/vendor/local/include/gnutls/openssl.h +335 -0
- data/vendor/local/include/gnutls/pkcs12.h +106 -0
- data/vendor/local/include/gnutls/x509.h +672 -0
- data/vendor/local/include/gpg-error.h +651 -0
- data/vendor/local/include/libtasn1.h +246 -0
- data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.la +41 -0
- data/vendor/local/lib/libgcrypt.def +237 -0
- data/vendor/local/lib/libgcrypt.dll.a +0 -0
- data/vendor/local/lib/libgnutls-extra.dll.a +0 -0
- data/vendor/local/lib/libgnutls-openssl.dll.a +0 -0
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgnutlsxx.dll.a +0 -0
- data/vendor/local/lib/libgpg-error.dll.a +0 -0
- data/vendor/local/lib/libtasn1.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gnutls.pc +23 -0
- data/vendor/local/manifest/gnutls-dev_2.4.2-1_win32.mft +593 -0
- data/vendor/local/manifest/gnutls_2.4.2-1_win32.mft +8 -0
- data/vendor/local/share/aclocal/gpg-error.m4 +65 -0
- data/vendor/local/share/aclocal/libgcrypt.m4 +108 -0
- data/vendor/local/share/aclocal/libgnutls-extra.m4 +161 -0
- data/vendor/local/share/aclocal/libgnutls.m4 +160 -0
- data/vendor/local/share/aclocal/libtasn1.m4 +160 -0
- data/vendor/local/share/common-lisp/source/gpg-error/gpg-error-codes.lisp +417 -0
- data/vendor/local/share/common-lisp/source/gpg-error/gpg-error-package.lisp +64 -0
- data/vendor/local/share/common-lisp/source/gpg-error/gpg-error.asd +36 -0
- data/vendor/local/share/common-lisp/source/gpg-error/gpg-error.lisp +236 -0
- data/vendor/local/share/info/gcrypt.info +6243 -0
- data/vendor/local/share/info/gnutls-certificate-user-use-case.png +0 -0
- data/vendor/local/share/info/gnutls-client-server-use-case.png +0 -0
- data/vendor/local/share/info/gnutls-extensions_st.png +0 -0
- data/vendor/local/share/info/gnutls-handshake-sequence.png +0 -0
- data/vendor/local/share/info/gnutls-handshake-state.png +0 -0
- data/vendor/local/share/info/gnutls-internals.png +0 -0
- data/vendor/local/share/info/gnutls-layers.png +0 -0
- data/vendor/local/share/info/gnutls-logo.png +0 -0
- data/vendor/local/share/info/gnutls-mod_auth_st.png +0 -0
- data/vendor/local/share/info/gnutls-objects.png +0 -0
- data/vendor/local/share/info/gnutls-pgp.png +0 -0
- data/vendor/local/share/info/gnutls-x509.png +0 -0
- data/vendor/local/share/info/gnutls.info +708 -0
- data/vendor/local/share/info/gnutls.info-1 +10467 -0
- data/vendor/local/share/info/gnutls.info-2 +7896 -0
- data/vendor/local/share/info/gnutls.info-3 +1899 -0
- data/vendor/local/share/info/libtasn1.info +2993 -0
- data/vendor/local/share/license/glib-networking/AUTHORS +0 -0
- data/vendor/local/share/license/glib-networking/COPYING +482 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/bn_IN/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/mr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/man/man1/asn1Coding.1 +46 -0
- data/vendor/local/share/man/man1/asn1Decoding.1 +41 -0
- data/vendor/local/share/man/man1/asn1Parser.1 +49 -0
- data/vendor/local/share/man/man1/certtool.1 +159 -0
- data/vendor/local/share/man/man1/gnutls-cli-debug.1 +31 -0
- data/vendor/local/share/man/man1/gnutls-cli.1 +166 -0
- data/vendor/local/share/man/man1/gnutls-serv.1 +134 -0
- data/vendor/local/share/man/man1/psktool.1 +31 -0
- data/vendor/local/share/man/man1/srptool.1 +73 -0
- data/vendor/local/share/man/man3/asn1_array2tree.3 +47 -0
- data/vendor/local/share/man/man3/asn1_bit_der.3 +39 -0
- data/vendor/local/share/man/man3/asn1_check_version.3 +39 -0
- data/vendor/local/share/man/man3/asn1_copy_node.3 +39 -0
- data/vendor/local/share/man/man3/asn1_create_element.3 +45 -0
- data/vendor/local/share/man/man3/asn1_delete_element.3 +39 -0
- data/vendor/local/share/man/man3/asn1_delete_structure.3 +37 -0
- data/vendor/local/share/man/man3/asn1_der_coding.3 +52 -0
- data/vendor/local/share/man/man3/asn1_der_decoding.3 +50 -0
- data/vendor/local/share/man/man3/asn1_der_decoding_element.3 +54 -0
- data/vendor/local/share/man/man3/asn1_der_decoding_startEnd.3 +58 -0
- data/vendor/local/share/man/man3/asn1_expand_any_defined_by.3 +45 -0
- data/vendor/local/share/man/man3/asn1_expand_octet_string.3 +51 -0
- data/vendor/local/share/man/man3/asn1_find_node.3 +38 -0
- data/vendor/local/share/man/man3/asn1_find_structure_from_oid.3 +37 -0
- data/vendor/local/share/man/man3/asn1_get_bit_der.3 +43 -0
- data/vendor/local/share/man/man3/asn1_get_length_der.3 +38 -0
- data/vendor/local/share/man/man3/asn1_get_octet_der.3 +43 -0
- data/vendor/local/share/man/man3/asn1_get_tag_der.3 +41 -0
- data/vendor/local/share/man/man3/asn1_length_der.3 +36 -0
- data/vendor/local/share/man/man3/asn1_number_of_elements.3 +43 -0
- data/vendor/local/share/man/man3/asn1_octet_der.3 +37 -0
- data/vendor/local/share/man/man3/asn1_parser2array.3 +58 -0
- data/vendor/local/share/man/man3/asn1_parser2tree.3 +55 -0
- data/vendor/local/share/man/man3/asn1_print_structure.3 +40 -0
- data/vendor/local/share/man/man3/asn1_read_tag.3 +46 -0
- data/vendor/local/share/man/man3/asn1_read_value.3 +92 -0
- data/vendor/local/share/man/man3/asn1_write_value.3 +136 -0
- data/vendor/local/share/man/man3/gnutls_alert_get.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_alert_get_name.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_alert_send.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_alert_send_appropriate.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_anon_allocate_client_credentials.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_anon_allocate_server_credentials.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_anon_free_client_credentials.3 +34 -0
- data/vendor/local/share/man/man3/gnutls_anon_free_server_credentials.3 +34 -0
- data/vendor/local/share/man/man3/gnutls_anon_set_params_function.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_anon_set_server_dh_params.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_anon_set_server_params_function.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_auth_client_get_type.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_auth_get_type.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_auth_server_get_type.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_bye.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_certificate_activation_time_peers.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_certificate_allocate_credentials.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_certificate_client_get_request_status.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_certificate_client_set_retrieve_function.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_certificate_expiration_time_peers.3 +35 -0
- data/vendor/local/share/man/man3/gnutls_certificate_free_ca_names.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_certificate_free_cas.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_certificate_free_credentials.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_certificate_free_crls.3 +34 -0
- data/vendor/local/share/man/man3/gnutls_certificate_free_keys.3 +35 -0
- data/vendor/local/share/man/man3/gnutls_certificate_get_openpgp_keyring.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_certificate_get_ours.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_certificate_get_peers.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_certificate_get_x509_cas.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_certificate_get_x509_crls.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_certificate_send_x509_rdn_sequence.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_certificate_server_set_request.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_certificate_server_set_retrieve_function.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_dh_params.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_file.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_file2.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_mem.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_mem2.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_keyring_file.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_keyring_mem.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_params_function.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_rsa_export_params.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_verify_flags.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_verify_limits.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl_file.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl_mem.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_file.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_mem.3 +60 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_simple_pkcs12_file.3 +62 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust_file.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust_mem.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_certificate_type_get.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_certificate_type_get_id.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_certificate_type_get_name.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_certificate_type_list.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_certificate_type_set_priority.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_certificate_verify_peers.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_certificate_verify_peers2.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_check_version.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_cipher_get.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_cipher_get_id.3 +35 -0
- data/vendor/local/share/man/man3/gnutls_cipher_get_key_size.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_cipher_get_name.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_cipher_list.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_cipher_set_priority.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_cipher_suite_get_name.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_cipher_suite_info.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_compression_get.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_compression_get_id.3 +35 -0
- data/vendor/local/share/man/man3/gnutls_compression_get_name.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_compression_list.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_compression_set_priority.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_credentials_clear.3 +33 -0
- data/vendor/local/share/man/man3/gnutls_credentials_set.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_crypto_cipher_register.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_crypto_digest_register.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_crypto_mac_register.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_crypto_rnd_register.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_db_check_entry.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_db_get_ptr.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_db_remove_session.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_db_set_cache_expiration.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_db_set_ptr.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_db_set_remove_function.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_db_set_retrieve_function.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_db_set_store_function.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_deinit.3 +35 -0
- data/vendor/local/share/man/man3/gnutls_dh_get_group.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_dh_get_peers_public_bits.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_dh_get_prime_bits.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_dh_get_pubkey.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_dh_get_secret_bits.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_dh_params_cpy.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_dh_params_deinit.3 +33 -0
- data/vendor/local/share/man/man3/gnutls_dh_params_export_pkcs3.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_dh_params_export_raw.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_dh_params_generate2.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_dh_params_import_pkcs3.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_dh_params_import_raw.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_dh_params_init.3 +33 -0
- data/vendor/local/share/man/man3/gnutls_dh_set_prime_bits.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_error_is_fatal.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_error_to_alert.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_extra_check_version.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_fingerprint.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_free.3 +34 -0
- data/vendor/local/share/man/man3/gnutls_global_deinit.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_global_init.3 +60 -0
- data/vendor/local/share/man/man3/gnutls_global_init_extra.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_global_set_log_function.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_global_set_log_level.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_global_set_mem_functions.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_handshake.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_handshake_get_last_in.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_handshake_get_last_out.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_handshake_set_max_packet_length.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_handshake_set_post_client_hello_function.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_handshake_set_private_extensions.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_hex2bin.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_hex_decode.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_hex_encode.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_ia_allocate_client_credentials.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_ia_allocate_server_credentials.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_ia_enable.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_ia_endphase_send.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_ia_extract_inner_secret.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_ia_free_client_credentials.3 +34 -0
- data/vendor/local/share/man/man3/gnutls_ia_free_server_credentials.3 +34 -0
- data/vendor/local/share/man/man3/gnutls_ia_generate_challenge.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_ia_get_client_avp_ptr.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_ia_get_server_avp_ptr.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_ia_handshake.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_ia_handshake_p.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_ia_permute_inner_secret.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_ia_recv.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_ia_send.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_ia_set_client_avp_function.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_ia_set_client_avp_ptr.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_ia_set_server_avp_function.3 +68 -0
- data/vendor/local/share/man/man3/gnutls_ia_set_server_avp_ptr.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_ia_verify_endphase.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_init.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_kx_get.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_kx_get_id.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_kx_get_name.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_kx_list.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_kx_set_priority.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_mac_get.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_mac_get_id.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_mac_get_key_size.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_mac_get_name.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_mac_list.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_mac_set_priority.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_malloc.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_check_hostname.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_deinit.3 +33 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_export.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_auth_subkey.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_creation_time.3 +35 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_expiration_time.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_fingerprint.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_key_id.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_key_usage.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_name.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_algorithm.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_dsa_raw.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_rsa_raw.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_preferred_key_id.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_revoked_status.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_count.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_creation_time.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_expiration_time.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_fingerprint.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_id.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_idx.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_algorithm.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_rsa_raw.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_revoked_status.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_usage.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_version.3 +35 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_import.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_init.3 +35 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_print.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_set_preferred_key_id.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_verify_ring.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_verify_self.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_check_id.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_deinit.3 +33 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_get_crt.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_get_crt_count.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_import.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_init.3 +35 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_deinit.3 +33 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_dsa_raw.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_rsa_raw.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_subkey_dsa_raw.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_subkey_rsa_raw.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_fingerprint.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_key_id.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_pk_algorithm.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_preferred_key_id.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_revoked_status.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_count.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_creation_time.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_expiration_time.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_fingerprint.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_id.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_idx.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_pk_algorithm.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_revoked_status.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_import.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_init.3 +35 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_set_preferred_key_id.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_sign_hash.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_send_cert.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_set_recv_key_function.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_oprfi_enable_client.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_oprfi_enable_server.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_pem_base64_decode.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_pem_base64_decode_alloc.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_pem_base64_encode.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_pem_base64_encode_alloc.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_perror.3 +34 -0
- data/vendor/local/share/man/man3/gnutls_pk_algorithm_get_name.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_decrypt.3 +35 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_deinit.3 +33 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_encrypt.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_count.3 +33 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_data.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_friendly_name.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_key_id.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_type.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_init.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_crl.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_crt.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_data.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_friendly_name.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_key_id.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_deinit.3 +33 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_export.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_generate_mac.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_get_bag.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_import.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_init.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_set_bag.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_pkcs12_verify_mac.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_pkcs7_deinit.3 +33 -0
- data/vendor/local/share/man/man3/gnutls_pkcs7_delete_crl.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_pkcs7_delete_crt.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_pkcs7_export.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crl_count.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crl_raw.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crt_count.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crt_raw.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_pkcs7_import.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_pkcs7_init.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crl.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crl_raw.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crt.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crt_raw.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_prf.3 +63 -0
- data/vendor/local/share/man/man3/gnutls_prf_raw.3 +62 -0
- data/vendor/local/share/man/man3/gnutls_priority_deinit.3 +33 -0
- data/vendor/local/share/man/man3/gnutls_priority_init.3 +99 -0
- data/vendor/local/share/man/man3/gnutls_priority_set.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_priority_set_direct.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_protocol_get_id.3 +35 -0
- data/vendor/local/share/man/man3/gnutls_protocol_get_name.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_protocol_get_version.3 +35 -0
- data/vendor/local/share/man/man3/gnutls_protocol_list.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_protocol_set_priority.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_psk_allocate_client_credentials.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_psk_allocate_server_credentials.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_psk_client_get_hint.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_psk_free_client_credentials.3 +34 -0
- data/vendor/local/share/man/man3/gnutls_psk_free_server_credentials.3 +34 -0
- data/vendor/local/share/man/man3/gnutls_psk_netconf_derive_key.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_psk_server_get_username.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_psk_set_client_credentials.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_psk_set_client_credentials_function.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_psk_set_params_function.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_file.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_function.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_hint.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_psk_set_server_dh_params.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_psk_set_server_params_function.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_record_check_pending.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_record_disable_padding.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_record_get_direction.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_record_get_max_size.3 +35 -0
- data/vendor/local/share/man/man3/gnutls_record_recv.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_record_send.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_record_set_max_size.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_rehandshake.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_rsa_export_get_modulus_bits.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_rsa_export_get_pubkey.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_rsa_params_cpy.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_rsa_params_deinit.3 +33 -0
- data/vendor/local/share/man/man3/gnutls_rsa_params_export_pkcs1.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_rsa_params_export_raw.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_rsa_params_generate2.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_rsa_params_import_pkcs1.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_rsa_params_import_raw.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_rsa_params_init.3 +33 -0
- data/vendor/local/share/man/man3/gnutls_server_name_get.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_server_name_set.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_session_enable_compatibility_mode.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_session_get_client_random.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_session_get_data.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_session_get_data2.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_session_get_id.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_session_get_master_secret.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_session_get_ptr.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_session_get_server_random.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_session_is_resumed.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_session_set_data.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_session_set_ptr.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_set_default_export_priority.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_set_default_priority.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_sign_algorithm_get_name.3 +35 -0
- data/vendor/local/share/man/man3/gnutls_sign_callback_get.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_sign_callback_set.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_srp_allocate_client_credentials.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_srp_allocate_server_credentials.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_srp_base64_decode.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_srp_base64_decode_alloc.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_srp_base64_encode.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_srp_base64_encode_alloc.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_srp_free_client_credentials.3 +34 -0
- data/vendor/local/share/man/man3/gnutls_srp_free_server_credentials.3 +34 -0
- data/vendor/local/share/man/man3/gnutls_srp_server_get_username.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_srp_set_client_credentials.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_srp_set_client_credentials_function.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_srp_set_server_credentials_file.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_srp_set_server_credentials_function.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_srp_verifier.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_strerror.3 +35 -0
- data/vendor/local/share/man/man3/gnutls_transport_get_ptr.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_transport_get_ptr2.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_transport_set_errno.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_transport_set_global_errno.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_transport_set_lowat.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_transport_set_ptr.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_transport_set_ptr2.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_transport_set_pull_function.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_transport_set_push_function.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_check_issuer.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_deinit.3 +33 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_export.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_crt_count.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_crt_serial.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_dn_oid.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn_by_oid.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_next_update.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_signature.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_signature_algorithm.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_this_update.3 +35 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_version.3 +35 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_import.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_init.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_print.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_crt.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_crt_serial.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_next_update.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_this_update.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_version.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_sign.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_sign2.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_x509_crl_verify.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_deinit.3 +33 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_export.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_by_oid.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_challenge_password.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn_by_oid.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn_oid.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_pk_algorithm.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_version.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_import.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_init.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_attribute_by_oid.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_challenge_password.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_dn_by_oid.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_version.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_sign.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_x509_crq_sign2.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_check_hostname.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_check_issuer.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_check_revocation.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_cpy_crl_dist_points.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_deinit.3 +33 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_export.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_activation_time.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_key_id.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_basic_constraints.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_ca_status.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_crl_dist_points.3 +66 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn_by_oid.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn_oid.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_expiration_time.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_by_oid.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_data.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_info.3 +53 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_oid.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_fingerprint.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn_by_oid.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn_oid.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_id.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_purpose_oid.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_usage.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_algorithm.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_dsa_raw.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_rsa_raw.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_proxy.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_raw_dn.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_raw_issuer_dn.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_serial.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_signature.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_signature_algorithm.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_name.3 +64 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_name2.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_othername_oid.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_key_id.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_version.3 +35 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_import.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_init.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_import.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_verify.3 +68 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_print.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_activation_time.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_authority_key_id.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_basic_constraints.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_ca_status.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crl_dist_points.3 +42 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crq.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_dn_by_oid.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_expiration_time.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_extension_by_oid.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_issuer_dn_by_oid.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_key.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_key_purpose_oid.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_key_usage.3 +38 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_proxy.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_proxy_dn.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_serial.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_alternative_name.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_key_id.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_version.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_sign.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_sign2.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_verify.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_x509_crt_verify_data.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_x509_dn_deinit.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_x509_dn_export.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_x509_dn_get_rdn_ava.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_x509_dn_import.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_x509_dn_init.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_x509_dn_oid_known.3 +41 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_cpy.3 +39 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_deinit.3 +33 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export.3 +52 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_dsa_raw.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_pkcs8.3 +61 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_rsa_raw.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_fix.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_generate.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_get_key_id.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_get_pk_algorithm.3 +37 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_dsa_raw.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_pkcs8.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_rsa_raw.3 +50 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_init.3 +36 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_sign_data.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_sign_hash.3 +40 -0
- data/vendor/local/share/man/man3/gnutls_x509_privkey_verify_data.3 +43 -0
- data/vendor/local/share/man/man3/gnutls_x509_rdn_get.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_x509_rdn_get_by_oid.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_x509_rdn_get_oid.3 +45 -0
- data/vendor/local/share/man/man3/libtasn1_perror.3 +32 -0
- data/vendor/local/share/man/man3/libtasn1_strerror.3 +35 -0
- metadata +660 -5
@@ -0,0 +1,1899 @@
|
|
1
|
+
This is gnutls.info, produced by makeinfo version 4.11 from gnutls.texi.
|
2
|
+
|
3
|
+
This manual is last updated 15 September 2008 for version 2.4.2 of GNU
|
4
|
+
TLS.
|
5
|
+
|
6
|
+
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
|
7
|
+
Software Foundation, Inc.
|
8
|
+
|
9
|
+
Permission is granted to copy, distribute and/or modify this
|
10
|
+
document under the terms of the GNU Free Documentation License,
|
11
|
+
Version 1.2 or any later version published by the Free Software
|
12
|
+
Foundation; with no Invariant Sections, no Front-Cover Texts, and
|
13
|
+
no Back-Cover Texts. A copy of the license is included in the
|
14
|
+
section entitled "GNU Free Documentation License".
|
15
|
+
|
16
|
+
INFO-DIR-SECTION GNU Libraries
|
17
|
+
START-INFO-DIR-ENTRY
|
18
|
+
* libgnutls: (gnutls). A Transport Layer Security Library.
|
19
|
+
END-INFO-DIR-ENTRY
|
20
|
+
|
21
|
+
INFO-DIR-SECTION Network Applications
|
22
|
+
START-INFO-DIR-ENTRY
|
23
|
+
* GnuTLS: (gnutls). Package for Transport Layer Security.
|
24
|
+
* certtool: (gnutls)Invoking certtool. Manipulate certificates and keys.
|
25
|
+
* gnutls-serv: (gnutls)Invoking gnutls-serv. GNU TLS test server.
|
26
|
+
* gnutls-cli: (gnutls)Invoking gnutls-cli. GNU TLS test client.
|
27
|
+
* gnutls-cli-debug: (gnutls)Invoking gnutls-cli-debug. GNU TLS debug client.
|
28
|
+
* psktool: (gnutls)Invoking psktool. Simple TLS-Pre-Shared-Keys manager.
|
29
|
+
* srptool: (gnutls)Invoking srptool. Simple SRP password tool.
|
30
|
+
END-INFO-DIR-ENTRY
|
31
|
+
|
32
|
+
|
33
|
+
File: gnutls.info, Node: GNU GPL, Prev: GNU LGPL, Up: Copying Information
|
34
|
+
|
35
|
+
A.3 GNU General Public License
|
36
|
+
==============================
|
37
|
+
|
38
|
+
Version 3, 29 June 2007
|
39
|
+
|
40
|
+
Copyright (C) 2007 Free Software Foundation, Inc. `http://fsf.org/'
|
41
|
+
|
42
|
+
Everyone is permitted to copy and distribute verbatim copies of this
|
43
|
+
license document, but changing it is not allowed.
|
44
|
+
|
45
|
+
Preamble
|
46
|
+
========
|
47
|
+
|
48
|
+
The GNU General Public License is a free, copyleft license for software
|
49
|
+
and other kinds of works.
|
50
|
+
|
51
|
+
The licenses for most software and other practical works are designed
|
52
|
+
to take away your freedom to share and change the works. By contrast,
|
53
|
+
the GNU General Public License is intended to guarantee your freedom to
|
54
|
+
share and change all versions of a program--to make sure it remains
|
55
|
+
free software for all its users. We, the Free Software Foundation, use
|
56
|
+
the GNU General Public License for most of our software; it applies
|
57
|
+
also to any other work released this way by its authors. You can apply
|
58
|
+
it to your programs, too.
|
59
|
+
|
60
|
+
When we speak of free software, we are referring to freedom, not price.
|
61
|
+
Our General Public Licenses are designed to make sure that you have the
|
62
|
+
freedom to distribute copies of free software (and charge for them if
|
63
|
+
you wish), that you receive source code or can get it if you want it,
|
64
|
+
that you can change the software or use pieces of it in new free
|
65
|
+
programs, and that you know you can do these things.
|
66
|
+
|
67
|
+
To protect your rights, we need to prevent others from denying you
|
68
|
+
these rights or asking you to surrender the rights. Therefore, you
|
69
|
+
have certain responsibilities if you distribute copies of the software,
|
70
|
+
or if you modify it: responsibilities to respect the freedom of others.
|
71
|
+
|
72
|
+
For example, if you distribute copies of such a program, whether gratis
|
73
|
+
or for a fee, you must pass on to the recipients the same freedoms that
|
74
|
+
you received. You must make sure that they, too, receive or can get
|
75
|
+
the source code. And you must show them these terms so they know their
|
76
|
+
rights.
|
77
|
+
|
78
|
+
Developers that use the GNU GPL protect your rights with two steps: (1)
|
79
|
+
assert copyright on the software, and (2) offer you this License giving
|
80
|
+
you legal permission to copy, distribute and/or modify it.
|
81
|
+
|
82
|
+
For the developers' and authors' protection, the GPL clearly explains
|
83
|
+
that there is no warranty for this free software. For both users' and
|
84
|
+
authors' sake, the GPL requires that modified versions be marked as
|
85
|
+
changed, so that their problems will not be attributed erroneously to
|
86
|
+
authors of previous versions.
|
87
|
+
|
88
|
+
Some devices are designed to deny users access to install or run
|
89
|
+
modified versions of the software inside them, although the
|
90
|
+
manufacturer can do so. This is fundamentally incompatible with the
|
91
|
+
aim of protecting users' freedom to change the software. The
|
92
|
+
systematic pattern of such abuse occurs in the area of products for
|
93
|
+
individuals to use, which is precisely where it is most unacceptable.
|
94
|
+
Therefore, we have designed this version of the GPL to prohibit the
|
95
|
+
practice for those products. If such problems arise substantially in
|
96
|
+
other domains, we stand ready to extend this provision to those domains
|
97
|
+
in future versions of the GPL, as needed to protect the freedom of
|
98
|
+
users.
|
99
|
+
|
100
|
+
Finally, every program is threatened constantly by software patents.
|
101
|
+
States should not allow patents to restrict development and use of
|
102
|
+
software on general-purpose computers, but in those that do, we wish to
|
103
|
+
avoid the special danger that patents applied to a free program could
|
104
|
+
make it effectively proprietary. To prevent this, the GPL assures that
|
105
|
+
patents cannot be used to render the program non-free.
|
106
|
+
|
107
|
+
The precise terms and conditions for copying, distribution and
|
108
|
+
modification follow.
|
109
|
+
|
110
|
+
TERMS AND CONDITIONS
|
111
|
+
====================
|
112
|
+
|
113
|
+
0. Definitions.
|
114
|
+
|
115
|
+
"This License" refers to version 3 of the GNU General Public
|
116
|
+
License.
|
117
|
+
|
118
|
+
"Copyright" also means copyright-like laws that apply to other
|
119
|
+
kinds of works, such as semiconductor masks.
|
120
|
+
|
121
|
+
"The Program" refers to any copyrightable work licensed under this
|
122
|
+
License. Each licensee is addressed as "you". "Licensees" and
|
123
|
+
"recipients" may be individuals or organizations.
|
124
|
+
|
125
|
+
To "modify" a work means to copy from or adapt all or part of the
|
126
|
+
work in a fashion requiring copyright permission, other than the
|
127
|
+
making of an exact copy. The resulting work is called a "modified
|
128
|
+
version" of the earlier work or a work "based on" the earlier work.
|
129
|
+
|
130
|
+
A "covered work" means either the unmodified Program or a work
|
131
|
+
based on the Program.
|
132
|
+
|
133
|
+
To "propagate" a work means to do anything with it that, without
|
134
|
+
permission, would make you directly or secondarily liable for
|
135
|
+
infringement under applicable copyright law, except executing it
|
136
|
+
on a computer or modifying a private copy. Propagation includes
|
137
|
+
copying, distribution (with or without modification), making
|
138
|
+
available to the public, and in some countries other activities as
|
139
|
+
well.
|
140
|
+
|
141
|
+
To "convey" a work means any kind of propagation that enables other
|
142
|
+
parties to make or receive copies. Mere interaction with a user
|
143
|
+
through a computer network, with no transfer of a copy, is not
|
144
|
+
conveying.
|
145
|
+
|
146
|
+
An interactive user interface displays "Appropriate Legal Notices"
|
147
|
+
to the extent that it includes a convenient and prominently visible
|
148
|
+
feature that (1) displays an appropriate copyright notice, and (2)
|
149
|
+
tells the user that there is no warranty for the work (except to
|
150
|
+
the extent that warranties are provided), that licensees may
|
151
|
+
convey the work under this License, and how to view a copy of this
|
152
|
+
License. If the interface presents a list of user commands or
|
153
|
+
options, such as a menu, a prominent item in the list meets this
|
154
|
+
criterion.
|
155
|
+
|
156
|
+
1. Source Code.
|
157
|
+
|
158
|
+
The "source code" for a work means the preferred form of the work
|
159
|
+
for making modifications to it. "Object code" means any
|
160
|
+
non-source form of a work.
|
161
|
+
|
162
|
+
A "Standard Interface" means an interface that either is an
|
163
|
+
official standard defined by a recognized standards body, or, in
|
164
|
+
the case of interfaces specified for a particular programming
|
165
|
+
language, one that is widely used among developers working in that
|
166
|
+
language.
|
167
|
+
|
168
|
+
The "System Libraries" of an executable work include anything,
|
169
|
+
other than the work as a whole, that (a) is included in the normal
|
170
|
+
form of packaging a Major Component, but which is not part of that
|
171
|
+
Major Component, and (b) serves only to enable use of the work
|
172
|
+
with that Major Component, or to implement a Standard Interface
|
173
|
+
for which an implementation is available to the public in source
|
174
|
+
code form. A "Major Component", in this context, means a major
|
175
|
+
essential component (kernel, window system, and so on) of the
|
176
|
+
specific operating system (if any) on which the executable work
|
177
|
+
runs, or a compiler used to produce the work, or an object code
|
178
|
+
interpreter used to run it.
|
179
|
+
|
180
|
+
The "Corresponding Source" for a work in object code form means all
|
181
|
+
the source code needed to generate, install, and (for an executable
|
182
|
+
work) run the object code and to modify the work, including
|
183
|
+
scripts to control those activities. However, it does not include
|
184
|
+
the work's System Libraries, or general-purpose tools or generally
|
185
|
+
available free programs which are used unmodified in performing
|
186
|
+
those activities but which are not part of the work. For example,
|
187
|
+
Corresponding Source includes interface definition files
|
188
|
+
associated with source files for the work, and the source code for
|
189
|
+
shared libraries and dynamically linked subprograms that the work
|
190
|
+
is specifically designed to require, such as by intimate data
|
191
|
+
communication or control flow between those subprograms and other
|
192
|
+
parts of the work.
|
193
|
+
|
194
|
+
The Corresponding Source need not include anything that users can
|
195
|
+
regenerate automatically from other parts of the Corresponding
|
196
|
+
Source.
|
197
|
+
|
198
|
+
The Corresponding Source for a work in source code form is that
|
199
|
+
same work.
|
200
|
+
|
201
|
+
2. Basic Permissions.
|
202
|
+
|
203
|
+
All rights granted under this License are granted for the term of
|
204
|
+
copyright on the Program, and are irrevocable provided the stated
|
205
|
+
conditions are met. This License explicitly affirms your unlimited
|
206
|
+
permission to run the unmodified Program. The output from running
|
207
|
+
a covered work is covered by this License only if the output,
|
208
|
+
given its content, constitutes a covered work. This License
|
209
|
+
acknowledges your rights of fair use or other equivalent, as
|
210
|
+
provided by copyright law.
|
211
|
+
|
212
|
+
You may make, run and propagate covered works that you do not
|
213
|
+
convey, without conditions so long as your license otherwise
|
214
|
+
remains in force. You may convey covered works to others for the
|
215
|
+
sole purpose of having them make modifications exclusively for
|
216
|
+
you, or provide you with facilities for running those works,
|
217
|
+
provided that you comply with the terms of this License in
|
218
|
+
conveying all material for which you do not control copyright.
|
219
|
+
Those thus making or running the covered works for you must do so
|
220
|
+
exclusively on your behalf, under your direction and control, on
|
221
|
+
terms that prohibit them from making any copies of your
|
222
|
+
copyrighted material outside their relationship with you.
|
223
|
+
|
224
|
+
Conveying under any other circumstances is permitted solely under
|
225
|
+
the conditions stated below. Sublicensing is not allowed; section
|
226
|
+
10 makes it unnecessary.
|
227
|
+
|
228
|
+
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
229
|
+
|
230
|
+
No covered work shall be deemed part of an effective technological
|
231
|
+
measure under any applicable law fulfilling obligations under
|
232
|
+
article 11 of the WIPO copyright treaty adopted on 20 December
|
233
|
+
1996, or similar laws prohibiting or restricting circumvention of
|
234
|
+
such measures.
|
235
|
+
|
236
|
+
When you convey a covered work, you waive any legal power to forbid
|
237
|
+
circumvention of technological measures to the extent such
|
238
|
+
circumvention is effected by exercising rights under this License
|
239
|
+
with respect to the covered work, and you disclaim any intention
|
240
|
+
to limit operation or modification of the work as a means of
|
241
|
+
enforcing, against the work's users, your or third parties' legal
|
242
|
+
rights to forbid circumvention of technological measures.
|
243
|
+
|
244
|
+
4. Conveying Verbatim Copies.
|
245
|
+
|
246
|
+
You may convey verbatim copies of the Program's source code as you
|
247
|
+
receive it, in any medium, provided that you conspicuously and
|
248
|
+
appropriately publish on each copy an appropriate copyright notice;
|
249
|
+
keep intact all notices stating that this License and any
|
250
|
+
non-permissive terms added in accord with section 7 apply to the
|
251
|
+
code; keep intact all notices of the absence of any warranty; and
|
252
|
+
give all recipients a copy of this License along with the Program.
|
253
|
+
|
254
|
+
You may charge any price or no price for each copy that you convey,
|
255
|
+
and you may offer support or warranty protection for a fee.
|
256
|
+
|
257
|
+
5. Conveying Modified Source Versions.
|
258
|
+
|
259
|
+
You may convey a work based on the Program, or the modifications to
|
260
|
+
produce it from the Program, in the form of source code under the
|
261
|
+
terms of section 4, provided that you also meet all of these
|
262
|
+
conditions:
|
263
|
+
|
264
|
+
a. The work must carry prominent notices stating that you
|
265
|
+
modified it, and giving a relevant date.
|
266
|
+
|
267
|
+
b. The work must carry prominent notices stating that it is
|
268
|
+
released under this License and any conditions added under
|
269
|
+
section 7. This requirement modifies the requirement in
|
270
|
+
section 4 to "keep intact all notices".
|
271
|
+
|
272
|
+
c. You must license the entire work, as a whole, under this
|
273
|
+
License to anyone who comes into possession of a copy. This
|
274
|
+
License will therefore apply, along with any applicable
|
275
|
+
section 7 additional terms, to the whole of the work, and all
|
276
|
+
its parts, regardless of how they are packaged. This License
|
277
|
+
gives no permission to license the work in any other way, but
|
278
|
+
it does not invalidate such permission if you have separately
|
279
|
+
received it.
|
280
|
+
|
281
|
+
d. If the work has interactive user interfaces, each must display
|
282
|
+
Appropriate Legal Notices; however, if the Program has
|
283
|
+
interactive interfaces that do not display Appropriate Legal
|
284
|
+
Notices, your work need not make them do so.
|
285
|
+
|
286
|
+
A compilation of a covered work with other separate and independent
|
287
|
+
works, which are not by their nature extensions of the covered
|
288
|
+
work, and which are not combined with it such as to form a larger
|
289
|
+
program, in or on a volume of a storage or distribution medium, is
|
290
|
+
called an "aggregate" if the compilation and its resulting
|
291
|
+
copyright are not used to limit the access or legal rights of the
|
292
|
+
compilation's users beyond what the individual works permit.
|
293
|
+
Inclusion of a covered work in an aggregate does not cause this
|
294
|
+
License to apply to the other parts of the aggregate.
|
295
|
+
|
296
|
+
6. Conveying Non-Source Forms.
|
297
|
+
|
298
|
+
You may convey a covered work in object code form under the terms
|
299
|
+
of sections 4 and 5, provided that you also convey the
|
300
|
+
machine-readable Corresponding Source under the terms of this
|
301
|
+
License, in one of these ways:
|
302
|
+
|
303
|
+
a. Convey the object code in, or embodied in, a physical product
|
304
|
+
(including a physical distribution medium), accompanied by the
|
305
|
+
Corresponding Source fixed on a durable physical medium
|
306
|
+
customarily used for software interchange.
|
307
|
+
|
308
|
+
b. Convey the object code in, or embodied in, a physical product
|
309
|
+
(including a physical distribution medium), accompanied by a
|
310
|
+
written offer, valid for at least three years and valid for
|
311
|
+
as long as you offer spare parts or customer support for that
|
312
|
+
product model, to give anyone who possesses the object code
|
313
|
+
either (1) a copy of the Corresponding Source for all the
|
314
|
+
software in the product that is covered by this License, on a
|
315
|
+
durable physical medium customarily used for software
|
316
|
+
interchange, for a price no more than your reasonable cost of
|
317
|
+
physically performing this conveying of source, or (2) access
|
318
|
+
to copy the Corresponding Source from a network server at no
|
319
|
+
charge.
|
320
|
+
|
321
|
+
c. Convey individual copies of the object code with a copy of
|
322
|
+
the written offer to provide the Corresponding Source. This
|
323
|
+
alternative is allowed only occasionally and noncommercially,
|
324
|
+
and only if you received the object code with such an offer,
|
325
|
+
in accord with subsection 6b.
|
326
|
+
|
327
|
+
d. Convey the object code by offering access from a designated
|
328
|
+
place (gratis or for a charge), and offer equivalent access
|
329
|
+
to the Corresponding Source in the same way through the same
|
330
|
+
place at no further charge. You need not require recipients
|
331
|
+
to copy the Corresponding Source along with the object code.
|
332
|
+
If the place to copy the object code is a network server, the
|
333
|
+
Corresponding Source may be on a different server (operated
|
334
|
+
by you or a third party) that supports equivalent copying
|
335
|
+
facilities, provided you maintain clear directions next to
|
336
|
+
the object code saying where to find the Corresponding Source.
|
337
|
+
Regardless of what server hosts the Corresponding Source, you
|
338
|
+
remain obligated to ensure that it is available for as long
|
339
|
+
as needed to satisfy these requirements.
|
340
|
+
|
341
|
+
e. Convey the object code using peer-to-peer transmission,
|
342
|
+
provided you inform other peers where the object code and
|
343
|
+
Corresponding Source of the work are being offered to the
|
344
|
+
general public at no charge under subsection 6d.
|
345
|
+
|
346
|
+
|
347
|
+
A separable portion of the object code, whose source code is
|
348
|
+
excluded from the Corresponding Source as a System Library, need
|
349
|
+
not be included in conveying the object code work.
|
350
|
+
|
351
|
+
A "User Product" is either (1) a "consumer product", which means
|
352
|
+
any tangible personal property which is normally used for personal,
|
353
|
+
family, or household purposes, or (2) anything designed or sold for
|
354
|
+
incorporation into a dwelling. In determining whether a product
|
355
|
+
is a consumer product, doubtful cases shall be resolved in favor of
|
356
|
+
coverage. For a particular product received by a particular user,
|
357
|
+
"normally used" refers to a typical or common use of that class of
|
358
|
+
product, regardless of the status of the particular user or of the
|
359
|
+
way in which the particular user actually uses, or expects or is
|
360
|
+
expected to use, the product. A product is a consumer product
|
361
|
+
regardless of whether the product has substantial commercial,
|
362
|
+
industrial or non-consumer uses, unless such uses represent the
|
363
|
+
only significant mode of use of the product.
|
364
|
+
|
365
|
+
"Installation Information" for a User Product means any methods,
|
366
|
+
procedures, authorization keys, or other information required to
|
367
|
+
install and execute modified versions of a covered work in that
|
368
|
+
User Product from a modified version of its Corresponding Source.
|
369
|
+
The information must suffice to ensure that the continued
|
370
|
+
functioning of the modified object code is in no case prevented or
|
371
|
+
interfered with solely because modification has been made.
|
372
|
+
|
373
|
+
If you convey an object code work under this section in, or with,
|
374
|
+
or specifically for use in, a User Product, and the conveying
|
375
|
+
occurs as part of a transaction in which the right of possession
|
376
|
+
and use of the User Product is transferred to the recipient in
|
377
|
+
perpetuity or for a fixed term (regardless of how the transaction
|
378
|
+
is characterized), the Corresponding Source conveyed under this
|
379
|
+
section must be accompanied by the Installation Information. But
|
380
|
+
this requirement does not apply if neither you nor any third party
|
381
|
+
retains the ability to install modified object code on the User
|
382
|
+
Product (for example, the work has been installed in ROM).
|
383
|
+
|
384
|
+
The requirement to provide Installation Information does not
|
385
|
+
include a requirement to continue to provide support service,
|
386
|
+
warranty, or updates for a work that has been modified or
|
387
|
+
installed by the recipient, or for the User Product in which it
|
388
|
+
has been modified or installed. Access to a network may be denied
|
389
|
+
when the modification itself materially and adversely affects the
|
390
|
+
operation of the network or violates the rules and protocols for
|
391
|
+
communication across the network.
|
392
|
+
|
393
|
+
Corresponding Source conveyed, and Installation Information
|
394
|
+
provided, in accord with this section must be in a format that is
|
395
|
+
publicly documented (and with an implementation available to the
|
396
|
+
public in source code form), and must require no special password
|
397
|
+
or key for unpacking, reading or copying.
|
398
|
+
|
399
|
+
7. Additional Terms.
|
400
|
+
|
401
|
+
"Additional permissions" are terms that supplement the terms of
|
402
|
+
this License by making exceptions from one or more of its
|
403
|
+
conditions. Additional permissions that are applicable to the
|
404
|
+
entire Program shall be treated as though they were included in
|
405
|
+
this License, to the extent that they are valid under applicable
|
406
|
+
law. If additional permissions apply only to part of the Program,
|
407
|
+
that part may be used separately under those permissions, but the
|
408
|
+
entire Program remains governed by this License without regard to
|
409
|
+
the additional permissions.
|
410
|
+
|
411
|
+
When you convey a copy of a covered work, you may at your option
|
412
|
+
remove any additional permissions from that copy, or from any part
|
413
|
+
of it. (Additional permissions may be written to require their own
|
414
|
+
removal in certain cases when you modify the work.) You may place
|
415
|
+
additional permissions on material, added by you to a covered work,
|
416
|
+
for which you have or can give appropriate copyright permission.
|
417
|
+
|
418
|
+
Notwithstanding any other provision of this License, for material
|
419
|
+
you add to a covered work, you may (if authorized by the copyright
|
420
|
+
holders of that material) supplement the terms of this License
|
421
|
+
with terms:
|
422
|
+
|
423
|
+
a. Disclaiming warranty or limiting liability differently from
|
424
|
+
the terms of sections 15 and 16 of this License; or
|
425
|
+
|
426
|
+
b. Requiring preservation of specified reasonable legal notices
|
427
|
+
or author attributions in that material or in the Appropriate
|
428
|
+
Legal Notices displayed by works containing it; or
|
429
|
+
|
430
|
+
c. Prohibiting misrepresentation of the origin of that material,
|
431
|
+
or requiring that modified versions of such material be
|
432
|
+
marked in reasonable ways as different from the original
|
433
|
+
version; or
|
434
|
+
|
435
|
+
d. Limiting the use for publicity purposes of names of licensors
|
436
|
+
or authors of the material; or
|
437
|
+
|
438
|
+
e. Declining to grant rights under trademark law for use of some
|
439
|
+
trade names, trademarks, or service marks; or
|
440
|
+
|
441
|
+
f. Requiring indemnification of licensors and authors of that
|
442
|
+
material by anyone who conveys the material (or modified
|
443
|
+
versions of it) with contractual assumptions of liability to
|
444
|
+
the recipient, for any liability that these contractual
|
445
|
+
assumptions directly impose on those licensors and authors.
|
446
|
+
|
447
|
+
All other non-permissive additional terms are considered "further
|
448
|
+
restrictions" within the meaning of section 10. If the Program as
|
449
|
+
you received it, or any part of it, contains a notice stating that
|
450
|
+
it is governed by this License along with a term that is a further
|
451
|
+
restriction, you may remove that term. If a license document
|
452
|
+
contains a further restriction but permits relicensing or
|
453
|
+
conveying under this License, you may add to a covered work
|
454
|
+
material governed by the terms of that license document, provided
|
455
|
+
that the further restriction does not survive such relicensing or
|
456
|
+
conveying.
|
457
|
+
|
458
|
+
If you add terms to a covered work in accord with this section, you
|
459
|
+
must place, in the relevant source files, a statement of the
|
460
|
+
additional terms that apply to those files, or a notice indicating
|
461
|
+
where to find the applicable terms.
|
462
|
+
|
463
|
+
Additional terms, permissive or non-permissive, may be stated in
|
464
|
+
the form of a separately written license, or stated as exceptions;
|
465
|
+
the above requirements apply either way.
|
466
|
+
|
467
|
+
8. Termination.
|
468
|
+
|
469
|
+
You may not propagate or modify a covered work except as expressly
|
470
|
+
provided under this License. Any attempt otherwise to propagate or
|
471
|
+
modify it is void, and will automatically terminate your rights
|
472
|
+
under this License (including any patent licenses granted under
|
473
|
+
the third paragraph of section 11).
|
474
|
+
|
475
|
+
However, if you cease all violation of this License, then your
|
476
|
+
license from a particular copyright holder is reinstated (a)
|
477
|
+
provisionally, unless and until the copyright holder explicitly
|
478
|
+
and finally terminates your license, and (b) permanently, if the
|
479
|
+
copyright holder fails to notify you of the violation by some
|
480
|
+
reasonable means prior to 60 days after the cessation.
|
481
|
+
|
482
|
+
Moreover, your license from a particular copyright holder is
|
483
|
+
reinstated permanently if the copyright holder notifies you of the
|
484
|
+
violation by some reasonable means, this is the first time you have
|
485
|
+
received notice of violation of this License (for any work) from
|
486
|
+
that copyright holder, and you cure the violation prior to 30 days
|
487
|
+
after your receipt of the notice.
|
488
|
+
|
489
|
+
Termination of your rights under this section does not terminate
|
490
|
+
the licenses of parties who have received copies or rights from
|
491
|
+
you under this License. If your rights have been terminated and
|
492
|
+
not permanently reinstated, you do not qualify to receive new
|
493
|
+
licenses for the same material under section 10.
|
494
|
+
|
495
|
+
9. Acceptance Not Required for Having Copies.
|
496
|
+
|
497
|
+
You are not required to accept this License in order to receive or
|
498
|
+
run a copy of the Program. Ancillary propagation of a covered work
|
499
|
+
occurring solely as a consequence of using peer-to-peer
|
500
|
+
transmission to receive a copy likewise does not require
|
501
|
+
acceptance. However, nothing other than this License grants you
|
502
|
+
permission to propagate or modify any covered work. These actions
|
503
|
+
infringe copyright if you do not accept this License. Therefore,
|
504
|
+
by modifying or propagating a covered work, you indicate your
|
505
|
+
acceptance of this License to do so.
|
506
|
+
|
507
|
+
10. Automatic Licensing of Downstream Recipients.
|
508
|
+
|
509
|
+
Each time you convey a covered work, the recipient automatically
|
510
|
+
receives a license from the original licensors, to run, modify and
|
511
|
+
propagate that work, subject to this License. You are not
|
512
|
+
responsible for enforcing compliance by third parties with this
|
513
|
+
License.
|
514
|
+
|
515
|
+
An "entity transaction" is a transaction transferring control of an
|
516
|
+
organization, or substantially all assets of one, or subdividing an
|
517
|
+
organization, or merging organizations. If propagation of a
|
518
|
+
covered work results from an entity transaction, each party to that
|
519
|
+
transaction who receives a copy of the work also receives whatever
|
520
|
+
licenses to the work the party's predecessor in interest had or
|
521
|
+
could give under the previous paragraph, plus a right to
|
522
|
+
possession of the Corresponding Source of the work from the
|
523
|
+
predecessor in interest, if the predecessor has it or can get it
|
524
|
+
with reasonable efforts.
|
525
|
+
|
526
|
+
You may not impose any further restrictions on the exercise of the
|
527
|
+
rights granted or affirmed under this License. For example, you
|
528
|
+
may not impose a license fee, royalty, or other charge for
|
529
|
+
exercise of rights granted under this License, and you may not
|
530
|
+
initiate litigation (including a cross-claim or counterclaim in a
|
531
|
+
lawsuit) alleging that any patent claim is infringed by making,
|
532
|
+
using, selling, offering for sale, or importing the Program or any
|
533
|
+
portion of it.
|
534
|
+
|
535
|
+
11. Patents.
|
536
|
+
|
537
|
+
A "contributor" is a copyright holder who authorizes use under this
|
538
|
+
License of the Program or a work on which the Program is based.
|
539
|
+
The work thus licensed is called the contributor's "contributor
|
540
|
+
version".
|
541
|
+
|
542
|
+
A contributor's "essential patent claims" are all patent claims
|
543
|
+
owned or controlled by the contributor, whether already acquired or
|
544
|
+
hereafter acquired, that would be infringed by some manner,
|
545
|
+
permitted by this License, of making, using, or selling its
|
546
|
+
contributor version, but do not include claims that would be
|
547
|
+
infringed only as a consequence of further modification of the
|
548
|
+
contributor version. For purposes of this definition, "control"
|
549
|
+
includes the right to grant patent sublicenses in a manner
|
550
|
+
consistent with the requirements of this License.
|
551
|
+
|
552
|
+
Each contributor grants you a non-exclusive, worldwide,
|
553
|
+
royalty-free patent license under the contributor's essential
|
554
|
+
patent claims, to make, use, sell, offer for sale, import and
|
555
|
+
otherwise run, modify and propagate the contents of its
|
556
|
+
contributor version.
|
557
|
+
|
558
|
+
In the following three paragraphs, a "patent license" is any
|
559
|
+
express agreement or commitment, however denominated, not to
|
560
|
+
enforce a patent (such as an express permission to practice a
|
561
|
+
patent or covenant not to sue for patent infringement). To
|
562
|
+
"grant" such a patent license to a party means to make such an
|
563
|
+
agreement or commitment not to enforce a patent against the party.
|
564
|
+
|
565
|
+
If you convey a covered work, knowingly relying on a patent
|
566
|
+
license, and the Corresponding Source of the work is not available
|
567
|
+
for anyone to copy, free of charge and under the terms of this
|
568
|
+
License, through a publicly available network server or other
|
569
|
+
readily accessible means, then you must either (1) cause the
|
570
|
+
Corresponding Source to be so available, or (2) arrange to deprive
|
571
|
+
yourself of the benefit of the patent license for this particular
|
572
|
+
work, or (3) arrange, in a manner consistent with the requirements
|
573
|
+
of this License, to extend the patent license to downstream
|
574
|
+
recipients. "Knowingly relying" means you have actual knowledge
|
575
|
+
that, but for the patent license, your conveying the covered work
|
576
|
+
in a country, or your recipient's use of the covered work in a
|
577
|
+
country, would infringe one or more identifiable patents in that
|
578
|
+
country that you have reason to believe are valid.
|
579
|
+
|
580
|
+
If, pursuant to or in connection with a single transaction or
|
581
|
+
arrangement, you convey, or propagate by procuring conveyance of, a
|
582
|
+
covered work, and grant a patent license to some of the parties
|
583
|
+
receiving the covered work authorizing them to use, propagate,
|
584
|
+
modify or convey a specific copy of the covered work, then the
|
585
|
+
patent license you grant is automatically extended to all
|
586
|
+
recipients of the covered work and works based on it.
|
587
|
+
|
588
|
+
A patent license is "discriminatory" if it does not include within
|
589
|
+
the scope of its coverage, prohibits the exercise of, or is
|
590
|
+
conditioned on the non-exercise of one or more of the rights that
|
591
|
+
are specifically granted under this License. You may not convey a
|
592
|
+
covered work if you are a party to an arrangement with a third
|
593
|
+
party that is in the business of distributing software, under
|
594
|
+
which you make payment to the third party based on the extent of
|
595
|
+
your activity of conveying the work, and under which the third
|
596
|
+
party grants, to any of the parties who would receive the covered
|
597
|
+
work from you, a discriminatory patent license (a) in connection
|
598
|
+
with copies of the covered work conveyed by you (or copies made
|
599
|
+
from those copies), or (b) primarily for and in connection with
|
600
|
+
specific products or compilations that contain the covered work,
|
601
|
+
unless you entered into that arrangement, or that patent license
|
602
|
+
was granted, prior to 28 March 2007.
|
603
|
+
|
604
|
+
Nothing in this License shall be construed as excluding or limiting
|
605
|
+
any implied license or other defenses to infringement that may
|
606
|
+
otherwise be available to you under applicable patent law.
|
607
|
+
|
608
|
+
12. No Surrender of Others' Freedom.
|
609
|
+
|
610
|
+
If conditions are imposed on you (whether by court order,
|
611
|
+
agreement or otherwise) that contradict the conditions of this
|
612
|
+
License, they do not excuse you from the conditions of this
|
613
|
+
License. If you cannot convey a covered work so as to satisfy
|
614
|
+
simultaneously your obligations under this License and any other
|
615
|
+
pertinent obligations, then as a consequence you may not convey it
|
616
|
+
at all. For example, if you agree to terms that obligate you to
|
617
|
+
collect a royalty for further conveying from those to whom you
|
618
|
+
convey the Program, the only way you could satisfy both those
|
619
|
+
terms and this License would be to refrain entirely from conveying
|
620
|
+
the Program.
|
621
|
+
|
622
|
+
13. Use with the GNU Affero General Public License.
|
623
|
+
|
624
|
+
Notwithstanding any other provision of this License, you have
|
625
|
+
permission to link or combine any covered work with a work licensed
|
626
|
+
under version 3 of the GNU Affero General Public License into a
|
627
|
+
single combined work, and to convey the resulting work. The terms
|
628
|
+
of this License will continue to apply to the part which is the
|
629
|
+
covered work, but the special requirements of the GNU Affero
|
630
|
+
General Public License, section 13, concerning interaction through
|
631
|
+
a network will apply to the combination as such.
|
632
|
+
|
633
|
+
14. Revised Versions of this License.
|
634
|
+
|
635
|
+
The Free Software Foundation may publish revised and/or new
|
636
|
+
versions of the GNU General Public License from time to time.
|
637
|
+
Such new versions will be similar in spirit to the present
|
638
|
+
version, but may differ in detail to address new problems or
|
639
|
+
concerns.
|
640
|
+
|
641
|
+
Each version is given a distinguishing version number. If the
|
642
|
+
Program specifies that a certain numbered version of the GNU
|
643
|
+
General Public License "or any later version" applies to it, you
|
644
|
+
have the option of following the terms and conditions either of
|
645
|
+
that numbered version or of any later version published by the
|
646
|
+
Free Software Foundation. If the Program does not specify a
|
647
|
+
version number of the GNU General Public License, you may choose
|
648
|
+
any version ever published by the Free Software Foundation.
|
649
|
+
|
650
|
+
If the Program specifies that a proxy can decide which future
|
651
|
+
versions of the GNU General Public License can be used, that
|
652
|
+
proxy's public statement of acceptance of a version permanently
|
653
|
+
authorizes you to choose that version for the Program.
|
654
|
+
|
655
|
+
Later license versions may give you additional or different
|
656
|
+
permissions. However, no additional obligations are imposed on any
|
657
|
+
author or copyright holder as a result of your choosing to follow a
|
658
|
+
later version.
|
659
|
+
|
660
|
+
15. Disclaimer of Warranty.
|
661
|
+
|
662
|
+
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
663
|
+
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE
|
664
|
+
COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS"
|
665
|
+
WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
|
666
|
+
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
667
|
+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE
|
668
|
+
RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.
|
669
|
+
SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
|
670
|
+
NECESSARY SERVICING, REPAIR OR CORRECTION.
|
671
|
+
|
672
|
+
16. Limitation of Liability.
|
673
|
+
|
674
|
+
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
|
675
|
+
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES
|
676
|
+
AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU
|
677
|
+
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
|
678
|
+
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE
|
679
|
+
THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA
|
680
|
+
BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
681
|
+
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
682
|
+
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF
|
683
|
+
THE POSSIBILITY OF SUCH DAMAGES.
|
684
|
+
|
685
|
+
17. Interpretation of Sections 15 and 16.
|
686
|
+
|
687
|
+
If the disclaimer of warranty and limitation of liability provided
|
688
|
+
above cannot be given local legal effect according to their terms,
|
689
|
+
reviewing courts shall apply local law that most closely
|
690
|
+
approximates an absolute waiver of all civil liability in
|
691
|
+
connection with the Program, unless a warranty or assumption of
|
692
|
+
liability accompanies a copy of the Program in return for a fee.
|
693
|
+
|
694
|
+
|
695
|
+
END OF TERMS AND CONDITIONS
|
696
|
+
===========================
|
697
|
+
|
698
|
+
How to Apply These Terms to Your New Programs
|
699
|
+
=============================================
|
700
|
+
|
701
|
+
If you develop a new program, and you want it to be of the greatest
|
702
|
+
possible use to the public, the best way to achieve this is to make it
|
703
|
+
free software which everyone can redistribute and change under these
|
704
|
+
terms.
|
705
|
+
|
706
|
+
To do so, attach the following notices to the program. It is safest to
|
707
|
+
attach them to the start of each source file to most effectively state
|
708
|
+
the exclusion of warranty; and each file should have at least the
|
709
|
+
"copyright" line and a pointer to where the full notice is found.
|
710
|
+
|
711
|
+
ONE LINE TO GIVE THE PROGRAM'S NAME AND A BRIEF IDEA OF WHAT IT DOES.
|
712
|
+
Copyright (C) YEAR NAME OF AUTHOR
|
713
|
+
|
714
|
+
This program is free software: you can redistribute it and/or modify
|
715
|
+
it under the terms of the GNU General Public License as published by
|
716
|
+
the Free Software Foundation, either version 3 of the License, or (at
|
717
|
+
your option) any later version.
|
718
|
+
|
719
|
+
This program is distributed in the hope that it will be useful, but
|
720
|
+
WITHOUT ANY WARRANTY; without even the implied warranty of
|
721
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
722
|
+
General Public License for more details.
|
723
|
+
|
724
|
+
You should have received a copy of the GNU General Public License
|
725
|
+
along with this program. If not, see `http://www.gnu.org/licenses/'.
|
726
|
+
|
727
|
+
Also add information on how to contact you by electronic and paper mail.
|
728
|
+
|
729
|
+
If the program does terminal interaction, make it output a short notice
|
730
|
+
like this when it starts in an interactive mode:
|
731
|
+
|
732
|
+
PROGRAM Copyright (C) YEAR NAME OF AUTHOR
|
733
|
+
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
734
|
+
This is free software, and you are welcome to redistribute it
|
735
|
+
under certain conditions; type `show c' for details.
|
736
|
+
|
737
|
+
The hypothetical commands `show w' and `show c' should show the
|
738
|
+
appropriate parts of the General Public License. Of course, your
|
739
|
+
program's commands might be different; for a GUI interface, you would
|
740
|
+
use an "about box".
|
741
|
+
|
742
|
+
You should also get your employer (if you work as a programmer) or
|
743
|
+
school, if any, to sign a "copyright disclaimer" for the program, if
|
744
|
+
necessary. For more information on this, and how to apply and follow
|
745
|
+
the GNU GPL, see `http://www.gnu.org/licenses/'.
|
746
|
+
|
747
|
+
The GNU General Public License does not permit incorporating your
|
748
|
+
program into proprietary programs. If your program is a subroutine
|
749
|
+
library, you may consider it more useful to permit linking proprietary
|
750
|
+
applications with the library. If this is what you want to do, use the
|
751
|
+
GNU Lesser General Public License instead of this License. But first,
|
752
|
+
please read `http://www.gnu.org/philosophy/why-not-lgpl.html'.
|
753
|
+
|
754
|
+
|
755
|
+
File: gnutls.info, Node: Bibliography, Prev: Function and Data Index, Up: Top
|
756
|
+
|
757
|
+
Bibliography
|
758
|
+
************
|
759
|
+
|
760
|
+
[CBCATT]
|
761
|
+
Bodo Moeller, "Security of CBC Ciphersuites in SSL/TLS: Problems
|
762
|
+
and Countermeasures", 2002, available from
|
763
|
+
`http://www.openssl.org/~bodo/tls-cbc.txt'.
|
764
|
+
|
765
|
+
[GPGH]
|
766
|
+
Mike Ashley, "The GNU Privacy Handbook", 2002, available from
|
767
|
+
`http://www.gnupg.org/gph/en/manual.pdf'.
|
768
|
+
|
769
|
+
[GUTPKI]
|
770
|
+
Peter Gutmann, "Everything you never wanted to know about PKI but
|
771
|
+
were forced to find out", Available from
|
772
|
+
`http://www.cs.auckland.ac.nz/~pgut001/'.
|
773
|
+
|
774
|
+
[RFC2246]
|
775
|
+
Tim Dierks and Christopher Allen, "The TLS Protocol Version 1.0",
|
776
|
+
January 1999, Available from `http://www.ietf.org/rfc/rfc2246.txt'.
|
777
|
+
|
778
|
+
[RFC4346]
|
779
|
+
Tim Dierks and Eric Rescorla, "The TLS Protocol Version 1.1", Match
|
780
|
+
2006, Available from `http://www.ietf.org/rfc/rfc4346.txt'.
|
781
|
+
|
782
|
+
[RFC2440]
|
783
|
+
Jon Callas, Lutz Donnerhacke, Hal Finney and Rodney Thayer,
|
784
|
+
"OpenPGP Message Format", November 1998, Available from
|
785
|
+
`http://www.ietf.org/rfc/rfc2440.txt'.
|
786
|
+
|
787
|
+
[RFC4880]
|
788
|
+
Jon Callas, Lutz Donnerhacke, Hal Finney, David Shaw and Rodney
|
789
|
+
Thayer, "OpenPGP Message Format", November 2007, Available from
|
790
|
+
`http://www.ietf.org/rfc/rfc4880.txt'.
|
791
|
+
|
792
|
+
[RFC4211]
|
793
|
+
J. Schaad, "Internet X.509 Public Key Infrastructure Certificate
|
794
|
+
Request Message Format (CRMF)", September 2005, Available from
|
795
|
+
`http://www.ietf.org/rfc/rfc4211.txt'.
|
796
|
+
|
797
|
+
[RFC2817]
|
798
|
+
Rohit Khare and Scott Lawrence, "Upgrading to TLS Within HTTP/1.1",
|
799
|
+
May 2000, Available from `http://www.ietf.org/rfc/rfc2817.txt'
|
800
|
+
|
801
|
+
[RFC2818]
|
802
|
+
Eric Rescorla, "HTTP Over TLS", May 2000, Available from
|
803
|
+
`http://www.ietf/rfc/rfc2818.txt'.
|
804
|
+
|
805
|
+
[RFC2945]
|
806
|
+
Tom Wu, "The SRP Authentication and Key Exchange System", September
|
807
|
+
2000, Available from `http://www.ietf.org/rfc/rfc2945.txt'.
|
808
|
+
|
809
|
+
[RFC2986]
|
810
|
+
Magnus Nystrom and Burt Kaliski, "PKCS 10 v1.7: Certification
|
811
|
+
Request Syntax Specification", November 2000, Available from
|
812
|
+
`http://www.ietf.org/rfc/rfc2986.txt'.
|
813
|
+
|
814
|
+
[RFC3280]
|
815
|
+
Russell Housley, Tim Polk, Warwick Ford and David Solo, "Internet
|
816
|
+
X.509 Public Key Infrastructure Certificate and Certificate
|
817
|
+
Revocation List (CRL) Profile", April 2002, Available from
|
818
|
+
`http://www.ietf.org/rfc/rfc3280.txt'.
|
819
|
+
|
820
|
+
[RFC3749]
|
821
|
+
Scott Hollenbeck, "Transport Layer Security Protocol Compression
|
822
|
+
Methods", May 2004, Available from
|
823
|
+
`http://www.ietf.org/rfc/rfc3749.txt'.
|
824
|
+
|
825
|
+
[RFC3820]
|
826
|
+
Steven Tuecke, Von Welch, Doug Engert, Laura Pearlman, and Mary
|
827
|
+
Thompson, "Internet X.509 Public Key Infrastructure (PKI) Proxy
|
828
|
+
Certificate Profile", June 2004, available from
|
829
|
+
`http://www.ietf.org/rfc3820'.
|
830
|
+
|
831
|
+
[PKCS12]
|
832
|
+
RSA Laboratories, "PKCS 12 v1.0: Personal Information Exchange
|
833
|
+
Syntax", June 1999, Available from `http://www.rsa.com'.
|
834
|
+
|
835
|
+
[RESCORLA]
|
836
|
+
Eric Rescorla, "SSL and TLS: Designing and Building Secure
|
837
|
+
Systems", 2001
|
838
|
+
|
839
|
+
[SELKEY]
|
840
|
+
Arjen Lenstra and Eric Verheul, "Selecting Cryptographic Key
|
841
|
+
Sizes", 2003, available from
|
842
|
+
`http://www.win.tue.nl/~klenstra/key.pdf'.
|
843
|
+
|
844
|
+
[SSL3]
|
845
|
+
Alan Freier, Philip Karlton and Paul Kocher, "The SSL Protocol
|
846
|
+
Version 3.0", November 1996, Available from
|
847
|
+
`http://wp.netscape.com/eng/ssl3/draft302.txt'.
|
848
|
+
|
849
|
+
[STEVENS]
|
850
|
+
Richard Stevens, "UNIX Network Programming, Volume 1", Prentice
|
851
|
+
Hall PTR, January 1998
|
852
|
+
|
853
|
+
[TLSEXT]
|
854
|
+
Simon Blake-Wilson, Magnus Nystrom, David Hopwood, Jan Mikkelsen
|
855
|
+
and Tim Wright, "Transport Layer Security (TLS) Extensions", June
|
856
|
+
2003, Available from `http://www.ietf.org/rfc/rfc3546.txt'.
|
857
|
+
|
858
|
+
[TLSPGP]
|
859
|
+
Nikos Mavrogiannopoulos, "Using OpenPGP keys for TLS
|
860
|
+
authentication", April 2004, November 2007. Available from
|
861
|
+
`http://www.ietf.org/rfc/rfc5081.txt'.
|
862
|
+
|
863
|
+
[TLSSRP]
|
864
|
+
David Taylor, Trevor Perrin, Tom Wu and Nikos Mavrogiannopoulos,
|
865
|
+
"Using SRP for TLS Authentication", November 2007. Available from
|
866
|
+
`http://www.ietf.org/rfc/rfc5054.txt'.
|
867
|
+
|
868
|
+
[TLSPSK]
|
869
|
+
Pasi Eronen and Hannes Tschofenig, "Pre-shared key Ciphersuites for
|
870
|
+
TLS", December 2005, Available from
|
871
|
+
`http://www.ietf.org/rfc/rfc4279.txt'.
|
872
|
+
|
873
|
+
[TOMSRP]
|
874
|
+
Tom Wu, "The Stanford SRP Authentication Project", Available at
|
875
|
+
`http://srp.stanford.edu/'.
|
876
|
+
|
877
|
+
[WEGER]
|
878
|
+
Arjen Lenstra and Xiaoyun Wang and Benne de Weger, "Colliding X.509
|
879
|
+
Certificates", Cryptology ePrint Archive, Report 2005/067,
|
880
|
+
Available at `http://eprint.iacr.org/'.
|
881
|
+
|
882
|
+
|
883
|
+
|
884
|
+
File: gnutls.info, Node: Function and Data Index, Next: Bibliography, Prev: Concept Index, Up: Top
|
885
|
+
|
886
|
+
Function and Data Index
|
887
|
+
***********************
|
888
|
+
|
889
|
+
[index]
|
890
|
+
* Menu:
|
891
|
+
|
892
|
+
* alert-description->string: Core Interface. (line 420)
|
893
|
+
* alert-get: Core Interface. (line 319)
|
894
|
+
* alert-level->string: Core Interface. (line 423)
|
895
|
+
* alert-send: Core Interface. (line 316)
|
896
|
+
* anonymous-client-credentials?: Core Interface. (line 369)
|
897
|
+
* anonymous-server-credentials?: Core Interface. (line 366)
|
898
|
+
* bye: Core Interface. (line 328)
|
899
|
+
* certificate-credentials?: Core Interface. (line 357)
|
900
|
+
* certificate-request->string: Core Interface. (line 410)
|
901
|
+
* certificate-status->string: Core Interface. (line 413)
|
902
|
+
* certificate-type->string: Core Interface. (line 401)
|
903
|
+
* certificate-verify->string: Core Interface. (line 378)
|
904
|
+
* cipher->string: Core Interface. (line 447)
|
905
|
+
* cipher-suite->string: Core Interface. (line 237)
|
906
|
+
* close-request->string: Core Interface. (line 407)
|
907
|
+
* compression-method->string: Core Interface. (line 429)
|
908
|
+
* connection-end->string: Core Interface. (line 426)
|
909
|
+
* credentials->string: Core Interface. (line 438)
|
910
|
+
* dh-parameters?: Core Interface. (line 363)
|
911
|
+
* digest->string: Core Interface. (line 432)
|
912
|
+
* error->string <1>: Core Interface. (line 375)
|
913
|
+
* error->string: Exception Handling. (line 6)
|
914
|
+
* gnutls-version: Core Interface. (line 335)
|
915
|
+
* gnutls_alert_get: Core functions. (line 26)
|
916
|
+
* gnutls_alert_get_name: Core functions. (line 13)
|
917
|
+
* gnutls_alert_send: Core functions. (line 67)
|
918
|
+
* gnutls_alert_send_appropriate: Core functions. (line 44)
|
919
|
+
* gnutls_anon_allocate_client_credentials: Core functions. (line 91)
|
920
|
+
* gnutls_anon_allocate_server_credentials: Core functions. (line 104)
|
921
|
+
* gnutls_anon_free_client_credentials: Core functions. (line 117)
|
922
|
+
* gnutls_anon_free_server_credentials: Core functions. (line 127)
|
923
|
+
* gnutls_anon_set_params_function: Core functions. (line 138)
|
924
|
+
* gnutls_anon_set_server_dh_params: Core functions. (line 152)
|
925
|
+
* gnutls_anon_set_server_params_function: Core functions. (line 166)
|
926
|
+
* gnutls_auth_client_get_type: Core functions. (line 179)
|
927
|
+
* gnutls_auth_get_type: Core functions. (line 193)
|
928
|
+
* gnutls_auth_server_get_type: Core functions. (line 211)
|
929
|
+
* gnutls_bye: Core functions. (line 225)
|
930
|
+
* gnutls_certificate_activation_time_peers: Core functions. (line 262)
|
931
|
+
* gnutls_certificate_allocate_credentials: Core functions. (line 274)
|
932
|
+
* gnutls_certificate_client_get_request_status: Core functions.
|
933
|
+
(line 287)
|
934
|
+
* gnutls_certificate_client_set_retrieve_function: Core functions.
|
935
|
+
(line 301)
|
936
|
+
* gnutls_certificate_expiration_time_peers: Core functions. (line 337)
|
937
|
+
* gnutls_certificate_free_ca_names: Core functions. (line 348)
|
938
|
+
* gnutls_certificate_free_cas: Core functions. (line 362)
|
939
|
+
* gnutls_certificate_free_credentials: Core functions. (line 374)
|
940
|
+
* gnutls_certificate_free_crls: Core functions. (line 388)
|
941
|
+
* gnutls_certificate_free_keys: Core functions. (line 398)
|
942
|
+
* gnutls_certificate_get_openpgp_keyring: Core functions. (line 411)
|
943
|
+
* gnutls_certificate_get_ours: Core functions. (line 423)
|
944
|
+
* gnutls_certificate_get_peers: Core functions. (line 438)
|
945
|
+
* gnutls_certificate_get_x509_cas: Core functions. (line 461)
|
946
|
+
* gnutls_certificate_get_x509_crls: Core functions. (line 479)
|
947
|
+
* gnutls_certificate_send_x509_rdn_sequence: Core functions. (line 495)
|
948
|
+
* gnutls_certificate_server_set_request: Core functions. (line 513)
|
949
|
+
* gnutls_certificate_server_set_retrieve_function: Core functions.
|
950
|
+
(line 529)
|
951
|
+
* gnutls_certificate_set_dh_params: Core functions. (line 554)
|
952
|
+
* gnutls_certificate_set_openpgp_key: OpenPGP functions. (line 148)
|
953
|
+
* gnutls_certificate_set_openpgp_key_file: OpenPGP functions.
|
954
|
+
(line 46)
|
955
|
+
* gnutls_certificate_set_openpgp_key_file2: OpenPGP functions.
|
956
|
+
(line 18)
|
957
|
+
* gnutls_certificate_set_openpgp_key_mem: OpenPGP functions. (line 94)
|
958
|
+
* gnutls_certificate_set_openpgp_key_mem2: OpenPGP functions.
|
959
|
+
(line 68)
|
960
|
+
* gnutls_certificate_set_openpgp_keyring_file: OpenPGP functions.
|
961
|
+
(line 110)
|
962
|
+
* gnutls_certificate_set_openpgp_keyring_mem: OpenPGP functions.
|
963
|
+
(line 128)
|
964
|
+
* gnutls_certificate_set_params_function: Core functions. (line 571)
|
965
|
+
* gnutls_certificate_set_rsa_export_params: Core functions. (line 585)
|
966
|
+
* gnutls_certificate_set_verify_flags: Core functions. (line 598)
|
967
|
+
* gnutls_certificate_set_verify_limits: Core functions. (line 612)
|
968
|
+
* gnutls_certificate_set_x509_crl: Core functions. (line 673)
|
969
|
+
* gnutls_certificate_set_x509_crl_file: Core functions. (line 631)
|
970
|
+
* gnutls_certificate_set_x509_crl_mem: Core functions. (line 652)
|
971
|
+
* gnutls_certificate_set_x509_key: Core functions. (line 761)
|
972
|
+
* gnutls_certificate_set_x509_key_file: Core functions. (line 696)
|
973
|
+
* gnutls_certificate_set_x509_key_mem: Core functions. (line 722)
|
974
|
+
* gnutls_certificate_set_x509_simple_pkcs12_file: Core functions.
|
975
|
+
(line 785)
|
976
|
+
* gnutls_certificate_set_x509_trust: Core functions. (line 876)
|
977
|
+
* gnutls_certificate_set_x509_trust_file: Core functions. (line 825)
|
978
|
+
* gnutls_certificate_set_x509_trust_mem: Core functions. (line 851)
|
979
|
+
* gnutls_certificate_type_get: Core functions. (line 925)
|
980
|
+
* gnutls_certificate_type_get_id: Core functions. (line 901)
|
981
|
+
* gnutls_certificate_type_get_name: Core functions. (line 913)
|
982
|
+
* gnutls_certificate_type_list: Core functions. (line 938)
|
983
|
+
* gnutls_certificate_type_set_priority: Core functions. (line 950)
|
984
|
+
* gnutls_certificate_verify_flags: Verifying X.509 certificate paths.
|
985
|
+
(line 44)
|
986
|
+
* gnutls_certificate_verify_peers: Core functions. (line 998)
|
987
|
+
* gnutls_certificate_verify_peers2: Core functions. (line 968)
|
988
|
+
* gnutls_check_version: Core functions. (line 1018)
|
989
|
+
* gnutls_cipher_get: Core functions. (line 1072)
|
990
|
+
* gnutls_cipher_get_id: Core functions. (line 1037)
|
991
|
+
* gnutls_cipher_get_key_size: Core functions. (line 1048)
|
992
|
+
* gnutls_cipher_get_name: Core functions. (line 1060)
|
993
|
+
* gnutls_cipher_list: Core functions. (line 1084)
|
994
|
+
* gnutls_cipher_set_priority: Core functions. (line 1097)
|
995
|
+
* gnutls_cipher_suite_get_name: Core functions. (line 1116)
|
996
|
+
* gnutls_cipher_suite_info: Core functions. (line 1135)
|
997
|
+
* gnutls_compression_get: Core functions. (line 1185)
|
998
|
+
* gnutls_compression_get_id: Core functions. (line 1163)
|
999
|
+
* gnutls_compression_get_name: Core functions. (line 1173)
|
1000
|
+
* gnutls_compression_list: Core functions. (line 1197)
|
1001
|
+
* gnutls_compression_set_priority: Core functions. (line 1209)
|
1002
|
+
* gnutls_credentials_clear: Core functions. (line 1231)
|
1003
|
+
* gnutls_credentials_set: Core functions. (line 1240)
|
1004
|
+
* gnutls_crypto_cipher_register: Core functions. (line 1272)
|
1005
|
+
* gnutls_crypto_digest_register: Core functions. (line 1294)
|
1006
|
+
* gnutls_crypto_mac_register: Core functions. (line 1315)
|
1007
|
+
* gnutls_crypto_rnd_register: Core functions. (line 1335)
|
1008
|
+
* gnutls_db_check_entry: Core functions. (line 1354)
|
1009
|
+
* gnutls_db_get_ptr: Core functions. (line 1369)
|
1010
|
+
* gnutls_db_remove_session: Core functions. (line 1380)
|
1011
|
+
* gnutls_db_set_cache_expiration: Core functions. (line 1395)
|
1012
|
+
* gnutls_db_set_ptr: Core functions. (line 1407)
|
1013
|
+
* gnutls_db_set_remove_function: Core functions. (line 1419)
|
1014
|
+
* gnutls_db_set_retrieve_function: Core functions. (line 1434)
|
1015
|
+
* gnutls_db_set_store_function: Core functions. (line 1454)
|
1016
|
+
* gnutls_deinit: Core functions. (line 1468)
|
1017
|
+
* gnutls_dh_get_group: Core functions. (line 1479)
|
1018
|
+
* gnutls_dh_get_peers_public_bits: Core functions. (line 1499)
|
1019
|
+
* gnutls_dh_get_prime_bits: Core functions. (line 1511)
|
1020
|
+
* gnutls_dh_get_pubkey: Core functions. (line 1525)
|
1021
|
+
* gnutls_dh_get_secret_bits: Core functions. (line 1541)
|
1022
|
+
* gnutls_dh_params_cpy: Core functions. (line 1555)
|
1023
|
+
* gnutls_dh_params_deinit: Core functions. (line 1567)
|
1024
|
+
* gnutls_dh_params_export_pkcs3: Core functions. (line 1577)
|
1025
|
+
* gnutls_dh_params_export_raw: Core functions. (line 1604)
|
1026
|
+
* gnutls_dh_params_generate2: Core functions. (line 1622)
|
1027
|
+
* gnutls_dh_params_import_pkcs3: Core functions. (line 1642)
|
1028
|
+
* gnutls_dh_params_import_raw: Core functions. (line 1664)
|
1029
|
+
* gnutls_dh_params_init: Core functions. (line 1678)
|
1030
|
+
* gnutls_dh_set_prime_bits: Core functions. (line 1687)
|
1031
|
+
* gnutls_error_is_fatal: Core functions. (line 1704)
|
1032
|
+
* gnutls_error_to_alert: Core functions. (line 1722)
|
1033
|
+
* gnutls_extra_check_version: GnuTLS-extra functions.
|
1034
|
+
(line 15)
|
1035
|
+
* gnutls_fingerprint: Core functions. (line 1743)
|
1036
|
+
* gnutls_free: Core functions. (line 1768)
|
1037
|
+
* gnutls_global_deinit: Core functions. (line 1777)
|
1038
|
+
* gnutls_global_init: Core functions. (line 1787)
|
1039
|
+
* gnutls_global_init_extra: GnuTLS-extra functions.
|
1040
|
+
(line 26)
|
1041
|
+
* gnutls_global_set_log_function: Core functions. (line 1821)
|
1042
|
+
* gnutls_global_set_log_level: Core functions. (line 1835)
|
1043
|
+
* gnutls_global_set_mem_functions: Core functions. (line 1852)
|
1044
|
+
* gnutls_handshake: Core functions. (line 1976)
|
1045
|
+
* gnutls_handshake_get_last_in: Core functions. (line 1881)
|
1046
|
+
* gnutls_handshake_get_last_out: Core functions. (line 1898)
|
1047
|
+
* gnutls_handshake_set_max_packet_length: Core functions. (line 1915)
|
1048
|
+
* gnutls_handshake_set_post_client_hello_function: Core functions.
|
1049
|
+
(line 1934)
|
1050
|
+
* gnutls_handshake_set_private_extensions: Core functions. (line 1957)
|
1051
|
+
* gnutls_hex2bin: Core functions. (line 2005)
|
1052
|
+
* gnutls_hex_decode: Core functions. (line 2025)
|
1053
|
+
* gnutls_hex_encode: Core functions. (line 2044)
|
1054
|
+
* gnutls_ia_allocate_client_credentials: TLS Inner Application (TLS/IA) functions.
|
1055
|
+
(line 59)
|
1056
|
+
* gnutls_ia_allocate_server_credentials: TLS Inner Application (TLS/IA) functions.
|
1057
|
+
(line 77)
|
1058
|
+
* gnutls_ia_enable: TLS Inner Application (TLS/IA) functions.
|
1059
|
+
(line 95)
|
1060
|
+
* gnutls_ia_endphase_send: TLS Inner Application (TLS/IA) functions.
|
1061
|
+
(line 124)
|
1062
|
+
* gnutls_ia_extract_inner_secret: TLS Inner Application (TLS/IA) functions.
|
1063
|
+
(line 143)
|
1064
|
+
* gnutls_ia_free_client_credentials: TLS Inner Application (TLS/IA) functions.
|
1065
|
+
(line 163)
|
1066
|
+
* gnutls_ia_free_server_credentials: TLS Inner Application (TLS/IA) functions.
|
1067
|
+
(line 173)
|
1068
|
+
* gnutls_ia_generate_challenge: TLS Inner Application (TLS/IA) functions.
|
1069
|
+
(line 183)
|
1070
|
+
* gnutls_ia_get_client_avp_ptr: TLS Inner Application (TLS/IA) functions.
|
1071
|
+
(line 200)
|
1072
|
+
* gnutls_ia_get_server_avp_ptr: TLS Inner Application (TLS/IA) functions.
|
1073
|
+
(line 212)
|
1074
|
+
* gnutls_ia_handshake: TLS Inner Application (TLS/IA) functions.
|
1075
|
+
(line 236)
|
1076
|
+
* gnutls_ia_handshake_p: TLS Inner Application (TLS/IA) functions.
|
1077
|
+
(line 223)
|
1078
|
+
* gnutls_ia_permute_inner_secret: TLS Inner Application (TLS/IA) functions.
|
1079
|
+
(line 248)
|
1080
|
+
* gnutls_ia_recv: TLS Inner Application (TLS/IA) functions.
|
1081
|
+
(line 267)
|
1082
|
+
* gnutls_ia_send: TLS Inner Application (TLS/IA) functions.
|
1083
|
+
(line 301)
|
1084
|
+
* gnutls_ia_set_client_avp_function: TLS Inner Application (TLS/IA) functions.
|
1085
|
+
(line 334)
|
1086
|
+
* gnutls_ia_set_client_avp_ptr: TLS Inner Application (TLS/IA) functions.
|
1087
|
+
(line 370)
|
1088
|
+
* gnutls_ia_set_server_avp_function: TLS Inner Application (TLS/IA) functions.
|
1089
|
+
(line 383)
|
1090
|
+
* gnutls_ia_set_server_avp_ptr: TLS Inner Application (TLS/IA) functions.
|
1091
|
+
(line 425)
|
1092
|
+
* gnutls_ia_verify_endphase: TLS Inner Application (TLS/IA) functions.
|
1093
|
+
(line 437)
|
1094
|
+
* gnutls_init: Core functions. (line 2061)
|
1095
|
+
* gnutls_kx_get: Core functions. (line 2102)
|
1096
|
+
* gnutls_kx_get_id: Core functions. (line 2079)
|
1097
|
+
* gnutls_kx_get_name: Core functions. (line 2090)
|
1098
|
+
* gnutls_kx_list: Core functions. (line 2113)
|
1099
|
+
* gnutls_kx_set_priority: Core functions. (line 2123)
|
1100
|
+
* gnutls_mac_get: Core functions. (line 2176)
|
1101
|
+
* gnutls_mac_get_id: Core functions. (line 2141)
|
1102
|
+
* gnutls_mac_get_key_size: Core functions. (line 2152)
|
1103
|
+
* gnutls_mac_get_name: Core functions. (line 2164)
|
1104
|
+
* gnutls_mac_list: Core functions. (line 2187)
|
1105
|
+
* gnutls_mac_set_priority: Core functions. (line 2200)
|
1106
|
+
* gnutls_malloc: Core functions. (line 2217)
|
1107
|
+
* gnutls_openpgp_crt_check_hostname: OpenPGP functions. (line 164)
|
1108
|
+
* gnutls_openpgp_crt_deinit: OpenPGP functions. (line 178)
|
1109
|
+
* gnutls_openpgp_crt_export: OpenPGP functions. (line 188)
|
1110
|
+
* gnutls_openpgp_crt_get_auth_subkey: OpenPGP functions. (line 209)
|
1111
|
+
* gnutls_openpgp_crt_get_creation_time: OpenPGP functions. (line 225)
|
1112
|
+
* gnutls_openpgp_crt_get_expiration_time: OpenPGP functions. (line 236)
|
1113
|
+
* gnutls_openpgp_crt_get_fingerprint: OpenPGP functions. (line 248)
|
1114
|
+
* gnutls_openpgp_crt_get_key_id: OpenPGP functions. (line 265)
|
1115
|
+
* gnutls_openpgp_crt_get_key_usage: OpenPGP functions. (line 280)
|
1116
|
+
* gnutls_openpgp_crt_get_name: OpenPGP functions. (line 295)
|
1117
|
+
* gnutls_openpgp_crt_get_pk_algorithm: OpenPGP functions. (line 315)
|
1118
|
+
* gnutls_openpgp_crt_get_pk_dsa_raw: OpenPGP functions. (line 336)
|
1119
|
+
* gnutls_openpgp_crt_get_pk_rsa_raw: OpenPGP functions. (line 360)
|
1120
|
+
* gnutls_openpgp_crt_get_preferred_key_id: OpenPGP functions.
|
1121
|
+
(line 379)
|
1122
|
+
* gnutls_openpgp_crt_get_revoked_status: OpenPGP functions. (line 393)
|
1123
|
+
* gnutls_openpgp_crt_get_subkey_count: OpenPGP functions. (line 407)
|
1124
|
+
* gnutls_openpgp_crt_get_subkey_creation_time: OpenPGP functions.
|
1125
|
+
(line 421)
|
1126
|
+
* gnutls_openpgp_crt_get_subkey_expiration_time: OpenPGP functions.
|
1127
|
+
(line 436)
|
1128
|
+
* gnutls_openpgp_crt_get_subkey_fingerprint: OpenPGP functions.
|
1129
|
+
(line 453)
|
1130
|
+
* gnutls_openpgp_crt_get_subkey_id: OpenPGP functions. (line 490)
|
1131
|
+
* gnutls_openpgp_crt_get_subkey_idx: OpenPGP functions. (line 474)
|
1132
|
+
* gnutls_openpgp_crt_get_subkey_pk_algorithm: OpenPGP functions.
|
1133
|
+
(line 506)
|
1134
|
+
* gnutls_openpgp_crt_get_subkey_pk_dsa_raw: OpenPGP functions.
|
1135
|
+
(line 531)
|
1136
|
+
* gnutls_openpgp_crt_get_subkey_pk_rsa_raw: OpenPGP functions.
|
1137
|
+
(line 557)
|
1138
|
+
* gnutls_openpgp_crt_get_subkey_revoked_status: OpenPGP functions.
|
1139
|
+
(line 578)
|
1140
|
+
* gnutls_openpgp_crt_get_subkey_usage: OpenPGP functions. (line 595)
|
1141
|
+
* gnutls_openpgp_crt_get_version: OpenPGP functions. (line 616)
|
1142
|
+
* gnutls_openpgp_crt_import: OpenPGP functions. (line 628)
|
1143
|
+
* gnutls_openpgp_crt_init: OpenPGP functions. (line 644)
|
1144
|
+
* gnutls_openpgp_crt_print: OpenPGP functions. (line 656)
|
1145
|
+
* gnutls_openpgp_crt_set_preferred_key_id: OpenPGP functions.
|
1146
|
+
(line 676)
|
1147
|
+
* gnutls_openpgp_crt_verify_ring: OpenPGP functions. (line 689)
|
1148
|
+
* gnutls_openpgp_crt_verify_self: OpenPGP functions. (line 711)
|
1149
|
+
* gnutls_openpgp_keyring_check_id: OpenPGP functions. (line 729)
|
1150
|
+
* gnutls_openpgp_keyring_deinit: OpenPGP functions. (line 745)
|
1151
|
+
* gnutls_openpgp_keyring_get_crt: OpenPGP functions. (line 767)
|
1152
|
+
* gnutls_openpgp_keyring_get_crt_count: OpenPGP functions. (line 754)
|
1153
|
+
* gnutls_openpgp_keyring_import: OpenPGP functions. (line 782)
|
1154
|
+
* gnutls_openpgp_keyring_init: OpenPGP functions. (line 799)
|
1155
|
+
* gnutls_openpgp_privkey_deinit: OpenPGP functions. (line 810)
|
1156
|
+
* gnutls_openpgp_privkey_export: OpenPGP functions. (line 938)
|
1157
|
+
* gnutls_openpgp_privkey_export_dsa_raw: OpenPGP functions. (line 821)
|
1158
|
+
* gnutls_openpgp_privkey_export_rsa_raw: OpenPGP functions. (line 848)
|
1159
|
+
* gnutls_openpgp_privkey_export_subkey_dsa_raw: OpenPGP functions.
|
1160
|
+
(line 877)
|
1161
|
+
* gnutls_openpgp_privkey_export_subkey_rsa_raw: OpenPGP functions.
|
1162
|
+
(line 907)
|
1163
|
+
* gnutls_openpgp_privkey_get_fingerprint: OpenPGP functions. (line 964)
|
1164
|
+
* gnutls_openpgp_privkey_get_key_id: OpenPGP functions. (line 983)
|
1165
|
+
* gnutls_openpgp_privkey_get_pk_algorithm: OpenPGP functions.
|
1166
|
+
(line 999)
|
1167
|
+
* gnutls_openpgp_privkey_get_preferred_key_id: OpenPGP functions.
|
1168
|
+
(line 1021)
|
1169
|
+
* gnutls_openpgp_privkey_get_revoked_status: OpenPGP functions.
|
1170
|
+
(line 1035)
|
1171
|
+
* gnutls_openpgp_privkey_get_subkey_count: OpenPGP functions.
|
1172
|
+
(line 1049)
|
1173
|
+
* gnutls_openpgp_privkey_get_subkey_creation_time: OpenPGP functions.
|
1174
|
+
(line 1063)
|
1175
|
+
* gnutls_openpgp_privkey_get_subkey_expiration_time: OpenPGP functions.
|
1176
|
+
(line 1078)
|
1177
|
+
* gnutls_openpgp_privkey_get_subkey_fingerprint: OpenPGP functions.
|
1178
|
+
(line 1095)
|
1179
|
+
* gnutls_openpgp_privkey_get_subkey_id: OpenPGP functions. (line 1133)
|
1180
|
+
* gnutls_openpgp_privkey_get_subkey_idx: OpenPGP functions. (line 1117)
|
1181
|
+
* gnutls_openpgp_privkey_get_subkey_pk_algorithm: OpenPGP functions.
|
1182
|
+
(line 1152)
|
1183
|
+
* gnutls_openpgp_privkey_get_subkey_revoked_status: OpenPGP functions.
|
1184
|
+
(line 1176)
|
1185
|
+
* gnutls_openpgp_privkey_import: OpenPGP functions. (line 1194)
|
1186
|
+
* gnutls_openpgp_privkey_init: OpenPGP functions. (line 1215)
|
1187
|
+
* gnutls_openpgp_privkey_set_preferred_key_id: OpenPGP functions.
|
1188
|
+
(line 1227)
|
1189
|
+
* gnutls_openpgp_privkey_sign_hash: OpenPGP functions. (line 1242)
|
1190
|
+
* gnutls_openpgp_send_cert: Core functions. (line 2228)
|
1191
|
+
* gnutls_openpgp_set_recv_key_function: OpenPGP functions. (line 1260)
|
1192
|
+
* gnutls_oprfi_enable_client: Core functions. (line 2243)
|
1193
|
+
* gnutls_oprfi_enable_server: Core functions. (line 2261)
|
1194
|
+
* gnutls_pem_base64_decode: Core functions. (line 2310)
|
1195
|
+
* gnutls_pem_base64_decode_alloc: Core functions. (line 2287)
|
1196
|
+
* gnutls_pem_base64_encode: Core functions. (line 2354)
|
1197
|
+
* gnutls_pem_base64_encode_alloc: Core functions. (line 2333)
|
1198
|
+
* gnutls_perror: Core functions. (line 2376)
|
1199
|
+
* gnutls_pk_algorithm_get_name: Core functions. (line 2387)
|
1200
|
+
* gnutls_pkcs12_bag_decrypt: X.509 certificate functions.
|
1201
|
+
(line 14)
|
1202
|
+
* gnutls_pkcs12_bag_deinit: X.509 certificate functions.
|
1203
|
+
(line 25)
|
1204
|
+
* gnutls_pkcs12_bag_encrypt: X.509 certificate functions.
|
1205
|
+
(line 34)
|
1206
|
+
* gnutls_pkcs12_bag_get_count: X.509 certificate functions.
|
1207
|
+
(line 47)
|
1208
|
+
* gnutls_pkcs12_bag_get_data: X.509 certificate functions.
|
1209
|
+
(line 57)
|
1210
|
+
* gnutls_pkcs12_bag_get_friendly_name: X.509 certificate functions.
|
1211
|
+
(line 75)
|
1212
|
+
* gnutls_pkcs12_bag_get_key_id: X.509 certificate functions.
|
1213
|
+
(line 93)
|
1214
|
+
* gnutls_pkcs12_bag_get_type: X.509 certificate functions.
|
1215
|
+
(line 111)
|
1216
|
+
* gnutls_pkcs12_bag_init: X.509 certificate functions.
|
1217
|
+
(line 122)
|
1218
|
+
* gnutls_pkcs12_bag_set_crl: X.509 certificate functions.
|
1219
|
+
(line 136)
|
1220
|
+
* gnutls_pkcs12_bag_set_crt: X.509 certificate functions.
|
1221
|
+
(line 151)
|
1222
|
+
* gnutls_pkcs12_bag_set_data: X.509 certificate functions.
|
1223
|
+
(line 166)
|
1224
|
+
* gnutls_pkcs12_bag_set_friendly_name: X.509 certificate functions.
|
1225
|
+
(line 183)
|
1226
|
+
* gnutls_pkcs12_bag_set_key_id: X.509 certificate functions.
|
1227
|
+
(line 202)
|
1228
|
+
* gnutls_pkcs12_deinit: X.509 certificate functions.
|
1229
|
+
(line 220)
|
1230
|
+
* gnutls_pkcs12_export: X.509 certificate functions.
|
1231
|
+
(line 230)
|
1232
|
+
* gnutls_pkcs12_generate_mac: X.509 certificate functions.
|
1233
|
+
(line 257)
|
1234
|
+
* gnutls_pkcs12_get_bag: X.509 certificate functions.
|
1235
|
+
(line 271)
|
1236
|
+
* gnutls_pkcs12_import: X.509 certificate functions.
|
1237
|
+
(line 292)
|
1238
|
+
* gnutls_pkcs12_init: X.509 certificate functions.
|
1239
|
+
(line 313)
|
1240
|
+
* gnutls_pkcs12_set_bag: X.509 certificate functions.
|
1241
|
+
(line 327)
|
1242
|
+
* gnutls_pkcs12_verify_mac: X.509 certificate functions.
|
1243
|
+
(line 341)
|
1244
|
+
* gnutls_pkcs7_deinit: X.509 certificate functions.
|
1245
|
+
(line 354)
|
1246
|
+
* gnutls_pkcs7_delete_crl: X.509 certificate functions.
|
1247
|
+
(line 363)
|
1248
|
+
* gnutls_pkcs7_delete_crt: X.509 certificate functions.
|
1249
|
+
(line 376)
|
1250
|
+
* gnutls_pkcs7_export: X.509 certificate functions.
|
1251
|
+
(line 390)
|
1252
|
+
* gnutls_pkcs7_get_crl_count: X.509 certificate functions.
|
1253
|
+
(line 415)
|
1254
|
+
* gnutls_pkcs7_get_crl_raw: X.509 certificate functions.
|
1255
|
+
(line 426)
|
1256
|
+
* gnutls_pkcs7_get_crt_count: X.509 certificate functions.
|
1257
|
+
(line 444)
|
1258
|
+
* gnutls_pkcs7_get_crt_raw: X.509 certificate functions.
|
1259
|
+
(line 455)
|
1260
|
+
* gnutls_pkcs7_import: X.509 certificate functions.
|
1261
|
+
(line 478)
|
1262
|
+
* gnutls_pkcs7_init: X.509 certificate functions.
|
1263
|
+
(line 497)
|
1264
|
+
* gnutls_pkcs7_set_crl: X.509 certificate functions.
|
1265
|
+
(line 523)
|
1266
|
+
* gnutls_pkcs7_set_crl_raw: X.509 certificate functions.
|
1267
|
+
(line 511)
|
1268
|
+
* gnutls_pkcs7_set_crt: X.509 certificate functions.
|
1269
|
+
(line 549)
|
1270
|
+
* gnutls_pkcs7_set_crt_raw: X.509 certificate functions.
|
1271
|
+
(line 536)
|
1272
|
+
* gnutls_prf: Core functions. (line 2440)
|
1273
|
+
* gnutls_prf_raw: Core functions. (line 2400)
|
1274
|
+
* gnutls_priority_deinit: Core functions. (line 2480)
|
1275
|
+
* gnutls_priority_init: Core functions. (line 2490)
|
1276
|
+
* gnutls_priority_set: Core functions. (line 2588)
|
1277
|
+
* gnutls_priority_set_direct: Core functions. (line 2568)
|
1278
|
+
* gnutls_protocol_get_id: Core functions. (line 2602)
|
1279
|
+
* gnutls_protocol_get_name: Core functions. (line 2612)
|
1280
|
+
* gnutls_protocol_get_version: Core functions. (line 2624)
|
1281
|
+
* gnutls_protocol_list: Core functions. (line 2634)
|
1282
|
+
* gnutls_protocol_set_priority: Core functions. (line 2644)
|
1283
|
+
* gnutls_psk_allocate_client_credentials: Core functions. (line 2659)
|
1284
|
+
* gnutls_psk_allocate_server_credentials: Core functions. (line 2671)
|
1285
|
+
* gnutls_psk_client_get_hint: Core functions. (line 2683)
|
1286
|
+
* gnutls_psk_free_client_credentials: Core functions. (line 2699)
|
1287
|
+
* gnutls_psk_free_server_credentials: Core functions. (line 2709)
|
1288
|
+
* gnutls_psk_netconf_derive_key: Core functions. (line 2720)
|
1289
|
+
* gnutls_psk_server_get_username: Core functions. (line 2741)
|
1290
|
+
* gnutls_psk_set_client_credentials: Core functions. (line 2778)
|
1291
|
+
* gnutls_psk_set_client_credentials_function: Core functions.
|
1292
|
+
(line 2754)
|
1293
|
+
* gnutls_psk_set_params_function: Core functions. (line 2799)
|
1294
|
+
* gnutls_psk_set_server_credentials_file: Core functions. (line 2813)
|
1295
|
+
* gnutls_psk_set_server_credentials_function: Core functions.
|
1296
|
+
(line 2829)
|
1297
|
+
* gnutls_psk_set_server_credentials_hint: Core functions. (line 2853)
|
1298
|
+
* gnutls_psk_set_server_dh_params: Core functions. (line 2872)
|
1299
|
+
* gnutls_psk_set_server_params_function: Core functions. (line 2886)
|
1300
|
+
* gnutls_record_check_pending: Core functions. (line 2899)
|
1301
|
+
* gnutls_record_disable_padding: Core functions. (line 2912)
|
1302
|
+
* gnutls_record_get_direction: Core functions. (line 2926)
|
1303
|
+
* gnutls_record_get_max_size: Core functions. (line 2947)
|
1304
|
+
* gnutls_record_recv: Core functions. (line 2958)
|
1305
|
+
* gnutls_record_send: Core functions. (line 2993)
|
1306
|
+
* gnutls_record_set_max_size: Core functions. (line 3026)
|
1307
|
+
* gnutls_rehandshake: Core functions. (line 3046)
|
1308
|
+
* gnutls_rsa_export_get_modulus_bits: Core functions. (line 3071)
|
1309
|
+
* gnutls_rsa_export_get_pubkey: Core functions. (line 3083)
|
1310
|
+
* gnutls_rsa_params_cpy: Core functions. (line 3101)
|
1311
|
+
* gnutls_rsa_params_deinit: Core functions. (line 3113)
|
1312
|
+
* gnutls_rsa_params_export_pkcs1: Core functions. (line 3123)
|
1313
|
+
* gnutls_rsa_params_export_raw: Core functions. (line 3151)
|
1314
|
+
* gnutls_rsa_params_generate2: Core functions. (line 3176)
|
1315
|
+
* gnutls_rsa_params_import_pkcs1: Core functions. (line 3195)
|
1316
|
+
* gnutls_rsa_params_import_raw: Core functions. (line 3218)
|
1317
|
+
* gnutls_rsa_params_init: Core functions. (line 3241)
|
1318
|
+
* gnutls_server_name_get: Core functions. (line 3252)
|
1319
|
+
* gnutls_server_name_set: Core functions. (line 3286)
|
1320
|
+
* gnutls_session_enable_compatibility_mode: Core functions. (line 3309)
|
1321
|
+
* gnutls_session_get_client_random: Core functions. (line 3323)
|
1322
|
+
* gnutls_session_get_data: Core functions. (line 3359)
|
1323
|
+
* gnutls_session_get_data2: Core functions. (line 3339)
|
1324
|
+
* gnutls_session_get_id: Core functions. (line 3383)
|
1325
|
+
* gnutls_session_get_master_secret: Core functions. (line 3407)
|
1326
|
+
* gnutls_session_get_ptr: Core functions. (line 3425)
|
1327
|
+
* gnutls_session_get_server_random: Core functions. (line 3438)
|
1328
|
+
* gnutls_session_is_resumed: Core functions. (line 3453)
|
1329
|
+
* gnutls_session_set_data: Core functions. (line 3465)
|
1330
|
+
* gnutls_session_set_ptr: Core functions. (line 3488)
|
1331
|
+
* gnutls_set_default_export_priority: Core functions. (line 3501)
|
1332
|
+
* gnutls_set_default_priority: Core functions. (line 3522)
|
1333
|
+
* gnutls_sign_algorithm_get_name: Core functions. (line 3543)
|
1334
|
+
* gnutls_sign_callback_get: Core functions. (line 3553)
|
1335
|
+
* gnutls_sign_callback_set: Core functions. (line 3567)
|
1336
|
+
* gnutls_srp_allocate_client_credentials: Core functions. (line 3589)
|
1337
|
+
* gnutls_srp_allocate_server_credentials: Core functions. (line 3602)
|
1338
|
+
* gnutls_srp_base64_decode: Core functions. (line 3635)
|
1339
|
+
* gnutls_srp_base64_decode_alloc: Core functions. (line 3615)
|
1340
|
+
* gnutls_srp_base64_encode: Core functions. (line 3678)
|
1341
|
+
* gnutls_srp_base64_encode_alloc: Core functions. (line 3657)
|
1342
|
+
* gnutls_srp_free_client_credentials: Core functions. (line 3700)
|
1343
|
+
* gnutls_srp_free_server_credentials: Core functions. (line 3710)
|
1344
|
+
* gnutls_srp_server_get_username: Core functions. (line 3720)
|
1345
|
+
* gnutls_srp_set_client_credentials: Core functions. (line 3765)
|
1346
|
+
* gnutls_srp_set_client_credentials_function: Core functions.
|
1347
|
+
(line 3734)
|
1348
|
+
* gnutls_srp_set_server_credentials_file: Core functions. (line 3786)
|
1349
|
+
* gnutls_srp_set_server_credentials_function: Core functions.
|
1350
|
+
(line 3806)
|
1351
|
+
* gnutls_srp_verifier: Core functions. (line 3840)
|
1352
|
+
* gnutls_strerror: Core functions. (line 3868)
|
1353
|
+
* gnutls_transport_get_ptr: Core functions. (line 3896)
|
1354
|
+
* gnutls_transport_get_ptr2: Core functions. (line 3881)
|
1355
|
+
* gnutls_transport_set_errno: Core functions. (line 3909)
|
1356
|
+
* gnutls_transport_set_global_errno: Core functions. (line 3932)
|
1357
|
+
* gnutls_transport_set_lowat: Core functions. (line 3955)
|
1358
|
+
* gnutls_transport_set_ptr: Core functions. (line 3988)
|
1359
|
+
* gnutls_transport_set_ptr2: Core functions. (line 3972)
|
1360
|
+
* gnutls_transport_set_pull_function: Core functions. (line 4001)
|
1361
|
+
* gnutls_transport_set_push_function: Core functions. (line 4018)
|
1362
|
+
* gnutls_x509_crl_check_issuer: X.509 certificate functions.
|
1363
|
+
(line 563)
|
1364
|
+
* gnutls_x509_crl_deinit: X.509 certificate functions.
|
1365
|
+
(line 575)
|
1366
|
+
* gnutls_x509_crl_export: X.509 certificate functions.
|
1367
|
+
(line 585)
|
1368
|
+
* gnutls_x509_crl_get_crt_count: X.509 certificate functions.
|
1369
|
+
(line 609)
|
1370
|
+
* gnutls_x509_crl_get_crt_serial: X.509 certificate functions.
|
1371
|
+
(line 622)
|
1372
|
+
* gnutls_x509_crl_get_dn_oid: X.509 certificate functions.
|
1373
|
+
(line 643)
|
1374
|
+
* gnutls_x509_crl_get_issuer_dn: X.509 certificate functions.
|
1375
|
+
(line 702)
|
1376
|
+
* gnutls_x509_crl_get_issuer_dn_by_oid: X.509 certificate functions.
|
1377
|
+
(line 667)
|
1378
|
+
* gnutls_x509_crl_get_next_update: X.509 certificate functions.
|
1379
|
+
(line 724)
|
1380
|
+
* gnutls_x509_crl_get_signature: X.509 certificate functions.
|
1381
|
+
(line 751)
|
1382
|
+
* gnutls_x509_crl_get_signature_algorithm: X.509 certificate functions.
|
1383
|
+
(line 738)
|
1384
|
+
* gnutls_x509_crl_get_this_update: X.509 certificate functions.
|
1385
|
+
(line 768)
|
1386
|
+
* gnutls_x509_crl_get_version: X.509 certificate functions.
|
1387
|
+
(line 778)
|
1388
|
+
* gnutls_x509_crl_import: X.509 certificate functions.
|
1389
|
+
(line 789)
|
1390
|
+
* gnutls_x509_crl_init: X.509 certificate functions.
|
1391
|
+
(line 808)
|
1392
|
+
* gnutls_x509_crl_print: X.509 certificate functions.
|
1393
|
+
(line 825)
|
1394
|
+
* gnutls_x509_crl_set_crt: X.509 certificate functions.
|
1395
|
+
(line 864)
|
1396
|
+
* gnutls_x509_crl_set_crt_serial: X.509 certificate functions.
|
1397
|
+
(line 845)
|
1398
|
+
* gnutls_x509_crl_set_next_update: X.509 certificate functions.
|
1399
|
+
(line 882)
|
1400
|
+
* gnutls_x509_crl_set_this_update: X.509 certificate functions.
|
1401
|
+
(line 896)
|
1402
|
+
* gnutls_x509_crl_set_version: X.509 certificate functions.
|
1403
|
+
(line 910)
|
1404
|
+
* gnutls_x509_crl_sign: X.509 certificate functions.
|
1405
|
+
(line 952)
|
1406
|
+
* gnutls_x509_crl_sign2: X.509 certificate functions.
|
1407
|
+
(line 927)
|
1408
|
+
* gnutls_x509_crl_verify: X.509 certificate functions.
|
1409
|
+
(line 970)
|
1410
|
+
* gnutls_x509_crq_deinit: X.509 certificate functions.
|
1411
|
+
(line 993)
|
1412
|
+
* gnutls_x509_crq_export: X.509 certificate functions.
|
1413
|
+
(line 1003)
|
1414
|
+
* gnutls_x509_crq_get_attribute_by_oid: X.509 certificate functions.
|
1415
|
+
(line 1030)
|
1416
|
+
* gnutls_x509_crq_get_challenge_password: X.509 certificate functions.
|
1417
|
+
(line 1054)
|
1418
|
+
* gnutls_x509_crq_get_dn: X.509 certificate functions.
|
1419
|
+
(line 1129)
|
1420
|
+
* gnutls_x509_crq_get_dn_by_oid: X.509 certificate functions.
|
1421
|
+
(line 1071)
|
1422
|
+
* gnutls_x509_crq_get_dn_oid: X.509 certificate functions.
|
1423
|
+
(line 1106)
|
1424
|
+
* gnutls_x509_crq_get_pk_algorithm: X.509 certificate functions.
|
1425
|
+
(line 1151)
|
1426
|
+
* gnutls_x509_crq_get_version: X.509 certificate functions.
|
1427
|
+
(line 1170)
|
1428
|
+
* gnutls_x509_crq_import: X.509 certificate functions.
|
1429
|
+
(line 1183)
|
1430
|
+
* gnutls_x509_crq_init: X.509 certificate functions.
|
1431
|
+
(line 1203)
|
1432
|
+
* gnutls_x509_crq_set_attribute_by_oid: X.509 certificate functions.
|
1433
|
+
(line 1217)
|
1434
|
+
* gnutls_x509_crq_set_challenge_password: X.509 certificate functions.
|
1435
|
+
(line 1237)
|
1436
|
+
* gnutls_x509_crq_set_dn_by_oid: X.509 certificate functions.
|
1437
|
+
(line 1253)
|
1438
|
+
* gnutls_x509_crq_set_key: X.509 certificate functions.
|
1439
|
+
(line 1281)
|
1440
|
+
* gnutls_x509_crq_set_version: X.509 certificate functions.
|
1441
|
+
(line 1296)
|
1442
|
+
* gnutls_x509_crq_sign: X.509 certificate functions.
|
1443
|
+
(line 1339)
|
1444
|
+
* gnutls_x509_crq_sign2: X.509 certificate functions.
|
1445
|
+
(line 1312)
|
1446
|
+
* gnutls_x509_crt_check_hostname: X.509 certificate functions.
|
1447
|
+
(line 1354)
|
1448
|
+
* gnutls_x509_crt_check_issuer: X.509 certificate functions.
|
1449
|
+
(line 1370)
|
1450
|
+
* gnutls_x509_crt_check_revocation: X.509 certificate functions.
|
1451
|
+
(line 1385)
|
1452
|
+
* gnutls_x509_crt_cpy_crl_dist_points: X.509 certificate functions.
|
1453
|
+
(line 1402)
|
1454
|
+
* gnutls_x509_crt_deinit: X.509 certificate functions.
|
1455
|
+
(line 1417)
|
1456
|
+
* gnutls_x509_crt_export: X.509 certificate functions.
|
1457
|
+
(line 1427)
|
1458
|
+
* gnutls_x509_crt_get_activation_time: X.509 certificate functions.
|
1459
|
+
(line 1453)
|
1460
|
+
* gnutls_x509_crt_get_authority_key_id: X.509 certificate functions.
|
1461
|
+
(line 1466)
|
1462
|
+
* gnutls_x509_crt_get_basic_constraints: X.509 certificate functions.
|
1463
|
+
(line 1485)
|
1464
|
+
* gnutls_x509_crt_get_ca_status: X.509 certificate functions.
|
1465
|
+
(line 1511)
|
1466
|
+
* gnutls_x509_crt_get_crl_dist_points: X.509 certificate functions.
|
1467
|
+
(line 1534)
|
1468
|
+
* gnutls_x509_crt_get_dn: X.509 certificate functions.
|
1469
|
+
(line 1637)
|
1470
|
+
* gnutls_x509_crt_get_dn_by_oid: X.509 certificate functions.
|
1471
|
+
(line 1579)
|
1472
|
+
* gnutls_x509_crt_get_dn_oid: X.509 certificate functions.
|
1473
|
+
(line 1614)
|
1474
|
+
* gnutls_x509_crt_get_expiration_time: X.509 certificate functions.
|
1475
|
+
(line 1659)
|
1476
|
+
* gnutls_x509_crt_get_extension_by_oid: X.509 certificate functions.
|
1477
|
+
(line 1672)
|
1478
|
+
* gnutls_x509_crt_get_extension_data: X.509 certificate functions.
|
1479
|
+
(line 1698)
|
1480
|
+
* gnutls_x509_crt_get_extension_info: X.509 certificate functions.
|
1481
|
+
(line 1726)
|
1482
|
+
* gnutls_x509_crt_get_extension_oid: X.509 certificate functions.
|
1483
|
+
(line 1756)
|
1484
|
+
* gnutls_x509_crt_get_fingerprint: X.509 certificate functions.
|
1485
|
+
(line 1779)
|
1486
|
+
* gnutls_x509_crt_get_issuer: X.509 certificate functions.
|
1487
|
+
(line 1882)
|
1488
|
+
* gnutls_x509_crt_get_issuer_dn: X.509 certificate functions.
|
1489
|
+
(line 1860)
|
1490
|
+
* gnutls_x509_crt_get_issuer_dn_by_oid: X.509 certificate functions.
|
1491
|
+
(line 1802)
|
1492
|
+
* gnutls_x509_crt_get_issuer_dn_oid: X.509 certificate functions.
|
1493
|
+
(line 1837)
|
1494
|
+
* gnutls_x509_crt_get_key_id: X.509 certificate functions.
|
1495
|
+
(line 1901)
|
1496
|
+
* gnutls_x509_crt_get_key_purpose_oid: X.509 certificate functions.
|
1497
|
+
(line 1928)
|
1498
|
+
* gnutls_x509_crt_get_key_usage: X.509 certificate functions.
|
1499
|
+
(line 1953)
|
1500
|
+
* gnutls_x509_crt_get_pk_algorithm: X.509 certificate functions.
|
1501
|
+
(line 1977)
|
1502
|
+
* gnutls_x509_crt_get_pk_dsa_raw: X.509 certificate functions.
|
1503
|
+
(line 1998)
|
1504
|
+
* gnutls_x509_crt_get_pk_rsa_raw: X.509 certificate functions.
|
1505
|
+
(line 2019)
|
1506
|
+
* gnutls_x509_crt_get_proxy: X.509 certificate functions.
|
1507
|
+
(line 2037)
|
1508
|
+
* gnutls_x509_crt_get_raw_dn: X.509 certificate functions.
|
1509
|
+
(line 2060)
|
1510
|
+
* gnutls_x509_crt_get_raw_issuer_dn: X.509 certificate functions.
|
1511
|
+
(line 2075)
|
1512
|
+
* gnutls_x509_crt_get_serial: X.509 certificate functions.
|
1513
|
+
(line 2090)
|
1514
|
+
* gnutls_x509_crt_get_signature: X.509 certificate functions.
|
1515
|
+
(line 2123)
|
1516
|
+
* gnutls_x509_crt_get_signature_algorithm: X.509 certificate functions.
|
1517
|
+
(line 2110)
|
1518
|
+
* gnutls_x509_crt_get_subject: X.509 certificate functions.
|
1519
|
+
(line 2269)
|
1520
|
+
* gnutls_x509_crt_get_subject_alt_name: X.509 certificate functions.
|
1521
|
+
(line 2172)
|
1522
|
+
* gnutls_x509_crt_get_subject_alt_name2: X.509 certificate functions.
|
1523
|
+
(line 2141)
|
1524
|
+
* gnutls_x509_crt_get_subject_alt_othername_oid: X.509 certificate functions.
|
1525
|
+
(line 2215)
|
1526
|
+
* gnutls_x509_crt_get_subject_key_id: X.509 certificate functions.
|
1527
|
+
(line 2248)
|
1528
|
+
* gnutls_x509_crt_get_version: X.509 certificate functions.
|
1529
|
+
(line 2286)
|
1530
|
+
* gnutls_x509_crt_import: X.509 certificate functions.
|
1531
|
+
(line 2297)
|
1532
|
+
* gnutls_x509_crt_init: X.509 certificate functions.
|
1533
|
+
(line 2317)
|
1534
|
+
* gnutls_x509_crt_list_import: X.509 certificate functions.
|
1535
|
+
(line 2330)
|
1536
|
+
* gnutls_x509_crt_list_verify: X.509 certificate functions.
|
1537
|
+
(line 2361)
|
1538
|
+
* gnutls_x509_crt_print: X.509 certificate functions.
|
1539
|
+
(line 2409)
|
1540
|
+
* gnutls_x509_crt_set_activation_time: X.509 certificate functions.
|
1541
|
+
(line 2433)
|
1542
|
+
* gnutls_x509_crt_set_authority_key_id: X.509 certificate functions.
|
1543
|
+
(line 2448)
|
1544
|
+
* gnutls_x509_crt_set_basic_constraints: X.509 certificate functions.
|
1545
|
+
(line 2467)
|
1546
|
+
* gnutls_x509_crt_set_ca_status: X.509 certificate functions.
|
1547
|
+
(line 2486)
|
1548
|
+
* gnutls_x509_crt_set_crl_dist_points: X.509 certificate functions.
|
1549
|
+
(line 2504)
|
1550
|
+
* gnutls_x509_crt_set_crq: X.509 certificate functions.
|
1551
|
+
(line 2523)
|
1552
|
+
* gnutls_x509_crt_set_dn_by_oid: X.509 certificate functions.
|
1553
|
+
(line 2540)
|
1554
|
+
* gnutls_x509_crt_set_expiration_time: X.509 certificate functions.
|
1555
|
+
(line 2568)
|
1556
|
+
* gnutls_x509_crt_set_extension_by_oid: X.509 certificate functions.
|
1557
|
+
(line 2583)
|
1558
|
+
* gnutls_x509_crt_set_issuer_dn_by_oid: X.509 certificate functions.
|
1559
|
+
(line 2607)
|
1560
|
+
* gnutls_x509_crt_set_key: X.509 certificate functions.
|
1561
|
+
(line 2673)
|
1562
|
+
* gnutls_x509_crt_set_key_purpose_oid: X.509 certificate functions.
|
1563
|
+
(line 2640)
|
1564
|
+
* gnutls_x509_crt_set_key_usage: X.509 certificate functions.
|
1565
|
+
(line 2659)
|
1566
|
+
* gnutls_x509_crt_set_proxy: X.509 certificate functions.
|
1567
|
+
(line 2716)
|
1568
|
+
* gnutls_x509_crt_set_proxy_dn: X.509 certificate functions.
|
1569
|
+
(line 2690)
|
1570
|
+
* gnutls_x509_crt_set_serial: X.509 certificate functions.
|
1571
|
+
(line 2738)
|
1572
|
+
* gnutls_x509_crt_set_subject_alternative_name: X.509 certificate functions.
|
1573
|
+
(line 2758)
|
1574
|
+
* gnutls_x509_crt_set_subject_key_id: X.509 certificate functions.
|
1575
|
+
(line 2775)
|
1576
|
+
* gnutls_x509_crt_set_version: X.509 certificate functions.
|
1577
|
+
(line 2792)
|
1578
|
+
* gnutls_x509_crt_sign: X.509 certificate functions.
|
1579
|
+
(line 2840)
|
1580
|
+
* gnutls_x509_crt_sign2: X.509 certificate functions.
|
1581
|
+
(line 2815)
|
1582
|
+
* gnutls_x509_crt_verify: X.509 certificate functions.
|
1583
|
+
(line 2878)
|
1584
|
+
* gnutls_x509_crt_verify_data: X.509 certificate functions.
|
1585
|
+
(line 2858)
|
1586
|
+
* gnutls_x509_dn_deinit: X.509 certificate functions.
|
1587
|
+
(line 2901)
|
1588
|
+
* gnutls_x509_dn_export: X.509 certificate functions.
|
1589
|
+
(line 2914)
|
1590
|
+
* gnutls_x509_dn_get_rdn_ava: X.509 certificate functions.
|
1591
|
+
(line 2940)
|
1592
|
+
* gnutls_x509_dn_import: X.509 certificate functions.
|
1593
|
+
(line 2963)
|
1594
|
+
* gnutls_x509_dn_init: X.509 certificate functions.
|
1595
|
+
(line 2985)
|
1596
|
+
* gnutls_x509_dn_oid_known: X.509 certificate functions.
|
1597
|
+
(line 3001)
|
1598
|
+
* gnutls_x509_privkey_cpy: X.509 certificate functions.
|
1599
|
+
(line 3018)
|
1600
|
+
* gnutls_x509_privkey_deinit: X.509 certificate functions.
|
1601
|
+
(line 3033)
|
1602
|
+
* gnutls_x509_privkey_export: X.509 certificate functions.
|
1603
|
+
(line 3134)
|
1604
|
+
* gnutls_x509_privkey_export_dsa_raw: X.509 certificate functions.
|
1605
|
+
(line 3044)
|
1606
|
+
* gnutls_x509_privkey_export_pkcs8: X.509 certificate functions.
|
1607
|
+
(line 3068)
|
1608
|
+
* gnutls_x509_privkey_export_rsa_raw: X.509 certificate functions.
|
1609
|
+
(line 3107)
|
1610
|
+
* gnutls_x509_privkey_fix: X.509 certificate functions.
|
1611
|
+
(line 3161)
|
1612
|
+
* gnutls_x509_privkey_generate: X.509 certificate functions.
|
1613
|
+
(line 3175)
|
1614
|
+
* gnutls_x509_privkey_get_key_id: X.509 certificate functions.
|
1615
|
+
(line 3195)
|
1616
|
+
* gnutls_x509_privkey_get_pk_algorithm: X.509 certificate functions.
|
1617
|
+
(line 3221)
|
1618
|
+
* gnutls_x509_privkey_import: X.509 certificate functions.
|
1619
|
+
(line 3324)
|
1620
|
+
* gnutls_x509_privkey_import_dsa_raw: X.509 certificate functions.
|
1621
|
+
(line 3236)
|
1622
|
+
* gnutls_x509_privkey_import_pkcs8: X.509 certificate functions.
|
1623
|
+
(line 3262)
|
1624
|
+
* gnutls_x509_privkey_import_rsa_raw: X.509 certificate functions.
|
1625
|
+
(line 3297)
|
1626
|
+
* gnutls_x509_privkey_init: X.509 certificate functions.
|
1627
|
+
(line 3344)
|
1628
|
+
* gnutls_x509_privkey_sign_data: X.509 certificate functions.
|
1629
|
+
(line 3358)
|
1630
|
+
* gnutls_x509_privkey_sign_hash: X.509 certificate functions.
|
1631
|
+
(line 3388)
|
1632
|
+
* gnutls_x509_privkey_verify_data: X.509 certificate functions.
|
1633
|
+
(line 3405)
|
1634
|
+
* gnutls_x509_rdn_get: X.509 certificate functions.
|
1635
|
+
(line 3471)
|
1636
|
+
* gnutls_x509_rdn_get_by_oid: X.509 certificate functions.
|
1637
|
+
(line 3425)
|
1638
|
+
* gnutls_x509_rdn_get_oid: X.509 certificate functions.
|
1639
|
+
(line 3452)
|
1640
|
+
* handshake: Core Interface. (line 325)
|
1641
|
+
* handshake-description->string: Core Interface. (line 416)
|
1642
|
+
* import-openpgp-certificate: Extra Interface. (line 59)
|
1643
|
+
* import-openpgp-keyring: Extra Interface. (line 19)
|
1644
|
+
* import-openpgp-private-key: Extra Interface. (line 54)
|
1645
|
+
* import-x509-certificate: Core Interface. (line 87)
|
1646
|
+
* import-x509-private-key: Core Interface. (line 83)
|
1647
|
+
* key-usage->string: Core Interface. (line 381)
|
1648
|
+
* kx->string: Core Interface. (line 444)
|
1649
|
+
* mac->string: Core Interface. (line 435)
|
1650
|
+
* make-anonymous-client-credentials: Core Interface. (line 194)
|
1651
|
+
* make-anonymous-server-credentials: Core Interface. (line 197)
|
1652
|
+
* make-certificate-credentials: Core Interface. (line 173)
|
1653
|
+
* make-dh-parameters: Core Interface. (line 213)
|
1654
|
+
* make-psk-client-credentials: Core Interface. (line 99)
|
1655
|
+
* make-psk-server-credentials: Core Interface. (line 105)
|
1656
|
+
* make-rsa-parameters <1>: Core Interface. (line 187)
|
1657
|
+
* make-rsa-parameters: Representation of Binary Data.
|
1658
|
+
(line 19)
|
1659
|
+
* make-session: Core Interface. (line 331)
|
1660
|
+
* openpgp-certificate-algorithm: Extra Interface. (line 30)
|
1661
|
+
* openpgp-certificate-fingerprint: Extra Interface. (line 40)
|
1662
|
+
* openpgp-certificate-fingerprint!: Extra Interface. (line 43)
|
1663
|
+
* openpgp-certificate-format->string: Extra Interface. (line 63)
|
1664
|
+
* openpgp-certificate-id: Extra Interface. (line 51)
|
1665
|
+
* openpgp-certificate-id!: Extra Interface. (line 47)
|
1666
|
+
* openpgp-certificate-name: Extra Interface. (line 37)
|
1667
|
+
* openpgp-certificate-names: Extra Interface. (line 34)
|
1668
|
+
* openpgp-certificate-usage: Extra Interface. (line 23)
|
1669
|
+
* openpgp-certificate-version: Extra Interface. (line 26)
|
1670
|
+
* openpgp-certificate?: Extra Interface. (line 73)
|
1671
|
+
* openpgp-keyring-contains-key-id?: Extra Interface. (line 16)
|
1672
|
+
* openpgp-keyring?: Extra Interface. (line 67)
|
1673
|
+
* openpgp-private-key?: Extra Interface. (line 70)
|
1674
|
+
* params->string: Core Interface. (line 441)
|
1675
|
+
* peer-certificate-status: Core Interface. (line 108)
|
1676
|
+
* pk-algorithm->string: Core Interface. (line 390)
|
1677
|
+
* pkcs1-export-rsa-parameters <1>: Core Interface. (line 177)
|
1678
|
+
* pkcs1-export-rsa-parameters: Representation of Binary Data.
|
1679
|
+
(line 19)
|
1680
|
+
* pkcs1-import-rsa-parameters: Core Interface. (line 182)
|
1681
|
+
* pkcs3-export-dh-parameters: Core Interface. (line 203)
|
1682
|
+
* pkcs3-import-dh-parameters: Core Interface. (line 208)
|
1683
|
+
* pkcs8-import-x509-private-key: Core Interface. (line 76)
|
1684
|
+
* protocol->string: Core Interface. (line 404)
|
1685
|
+
* psk-client-credentials?: Core Interface. (line 345)
|
1686
|
+
* psk-key-format->string: Core Interface. (line 384)
|
1687
|
+
* psk-server-credentials?: Core Interface. (line 348)
|
1688
|
+
* record-receive! <1>: Core Interface. (line 227)
|
1689
|
+
* record-receive!: Input and Output. (line 48)
|
1690
|
+
* record-send <1>: Core Interface. (line 231)
|
1691
|
+
* record-send: Input and Output. (line 48)
|
1692
|
+
* rehandshake: Core Interface. (line 322)
|
1693
|
+
* rsa-parameters?: Core Interface. (line 360)
|
1694
|
+
* server-session-psk-username: Core Interface. (line 91)
|
1695
|
+
* session-authentication-type: Core Interface. (line 294)
|
1696
|
+
* session-certificate-type: Core Interface. (line 301)
|
1697
|
+
* session-cipher <1>: Core Interface. (line 313)
|
1698
|
+
* session-cipher: Enumerates and Constants.
|
1699
|
+
(line 51)
|
1700
|
+
* session-client-authentication-type: Core Interface. (line 286)
|
1701
|
+
* session-compression-method: Core Interface. (line 304)
|
1702
|
+
* session-kx: Core Interface. (line 310)
|
1703
|
+
* session-mac: Core Interface. (line 307)
|
1704
|
+
* session-our-certificate-chain: Core Interface. (line 274)
|
1705
|
+
* session-peer-certificate-chain: Core Interface. (line 279)
|
1706
|
+
* session-protocol: Core Interface. (line 298)
|
1707
|
+
* session-record-port <1>: Core Interface. (line 222)
|
1708
|
+
* session-record-port: Input and Output. (line 29)
|
1709
|
+
* session-server-authentication-type: Core Interface. (line 290)
|
1710
|
+
* session?: Core Interface. (line 372)
|
1711
|
+
* set-anonymous-server-dh-parameters!: Core Interface. (line 190)
|
1712
|
+
* set-certificate-credentials-dh-parameters!: Core Interface.
|
1713
|
+
(line 169)
|
1714
|
+
* set-certificate-credentials-openpgp-keys!: Extra Interface.
|
1715
|
+
(line 12)
|
1716
|
+
* set-certificate-credentials-rsa-export-parameters!: Core Interface.
|
1717
|
+
(line 165)
|
1718
|
+
* set-certificate-credentials-verify-flags!: Core Interface. (line 115)
|
1719
|
+
* set-certificate-credentials-verify-limits!: Core Interface.
|
1720
|
+
(line 120)
|
1721
|
+
* set-certificate-credentials-x509-crl-data!: Core Interface.
|
1722
|
+
(line 138)
|
1723
|
+
* set-certificate-credentials-x509-crl-file!: Core Interface.
|
1724
|
+
(line 149)
|
1725
|
+
* set-certificate-credentials-x509-key-data!: Core Interface.
|
1726
|
+
(line 132)
|
1727
|
+
* set-certificate-credentials-x509-key-files!: Core Interface.
|
1728
|
+
(line 160)
|
1729
|
+
* set-certificate-credentials-x509-keys!: Core Interface. (line 127)
|
1730
|
+
* set-certificate-credentials-x509-trust-data!: Core Interface.
|
1731
|
+
(line 144)
|
1732
|
+
* set-certificate-credentials-x509-trust-file!: Core Interface.
|
1733
|
+
(line 155)
|
1734
|
+
* set-log-level!: Core Interface. (line 12)
|
1735
|
+
* set-log-procedure!: Core Interface. (line 15)
|
1736
|
+
* set-psk-client-credentials!: Core Interface. (line 95)
|
1737
|
+
* set-psk-server-credentials-file!: Core Interface. (line 102)
|
1738
|
+
* set-server-session-certificate-request!: Core Interface. (line 269)
|
1739
|
+
* set-session-certificate-type-priority!: Core Interface. (line 247)
|
1740
|
+
* set-session-cipher-priority!: Core Interface. (line 265)
|
1741
|
+
* set-session-compression-method-priority!: Core Interface. (line 258)
|
1742
|
+
* set-session-credentials!: Core Interface. (line 234)
|
1743
|
+
* set-session-default-export-priority!: Core Interface. (line 240)
|
1744
|
+
* set-session-default-priority!: Core Interface. (line 243)
|
1745
|
+
* set-session-dh-prime-bits!: Core Interface. (line 200)
|
1746
|
+
* set-session-kx-priority!: Core Interface. (line 254)
|
1747
|
+
* set-session-mac-priority!: Core Interface. (line 262)
|
1748
|
+
* set-session-protocol-priority!: Core Interface. (line 251)
|
1749
|
+
* set-session-transport-fd! <1>: Core Interface. (line 219)
|
1750
|
+
* set-session-transport-fd!: Input and Output. (line 6)
|
1751
|
+
* set-session-transport-port! <1>: Core Interface. (line 216)
|
1752
|
+
* set-session-transport-port!: Input and Output. (line 6)
|
1753
|
+
* sign-algorithm->string: Core Interface. (line 387)
|
1754
|
+
* srp-client-credentials?: Core Interface. (line 351)
|
1755
|
+
* srp-server-credentials?: Core Interface. (line 354)
|
1756
|
+
* x509-certificate-authority-key-id: Core Interface. (line 29)
|
1757
|
+
* x509-certificate-dn: Core Interface. (line 70)
|
1758
|
+
* x509-certificate-dn-oid: Core Interface. (line 63)
|
1759
|
+
* x509-certificate-format->string: Core Interface. (line 397)
|
1760
|
+
* x509-certificate-issuer-dn: Core Interface. (line 67)
|
1761
|
+
* x509-certificate-issuer-dn-oid: Core Interface. (line 59)
|
1762
|
+
* x509-certificate-key-id: Core Interface. (line 33)
|
1763
|
+
* x509-certificate-key-usage: Core Interface. (line 41)
|
1764
|
+
* x509-certificate-matches-hostname?: Core Interface. (line 54)
|
1765
|
+
* x509-certificate-public-key-algorithm: Core Interface. (line 46)
|
1766
|
+
* x509-certificate-signature-algorithm: Core Interface. (line 50)
|
1767
|
+
* x509-certificate-subject-alternative-name: Core Interface. (line 20)
|
1768
|
+
* x509-certificate-subject-key-id: Core Interface. (line 26)
|
1769
|
+
* x509-certificate-version: Core Interface. (line 38)
|
1770
|
+
* x509-certificate?: Core Interface. (line 342)
|
1771
|
+
* x509-private-key?: Core Interface. (line 339)
|
1772
|
+
* x509-subject-alternative-name->string: Core Interface. (line 393)
|
1773
|
+
|
1774
|
+
|
1775
|
+
File: gnutls.info, Node: Concept Index, Next: Function and Data Index, Prev: Copying Information, Up: Top
|
1776
|
+
|
1777
|
+
Concept Index
|
1778
|
+
*************
|
1779
|
+
|
1780
|
+
[index]
|
1781
|
+
* Menu:
|
1782
|
+
|
1783
|
+
* Alert protocol: The TLS Alert Protocol.
|
1784
|
+
(line 6)
|
1785
|
+
* Anonymous authentication: Anonymous authentication.
|
1786
|
+
(line 6)
|
1787
|
+
* Bad record MAC: On Record Padding. (line 6)
|
1788
|
+
* Callback functions: Callback functions. (line 6)
|
1789
|
+
* Certificate authentication: More on certificate authentication.
|
1790
|
+
(line 6)
|
1791
|
+
* Certificate requests: PKCS #10 certificate requests.
|
1792
|
+
(line 6)
|
1793
|
+
* certtool: Invoking certtool. (line 6)
|
1794
|
+
* Ciphersuites: All the supported ciphersuites in GnuTLS.
|
1795
|
+
(line 6)
|
1796
|
+
* Client Certificate authentication: The TLS Handshake Protocol.
|
1797
|
+
(line 65)
|
1798
|
+
* Compression algorithms: Compression algorithms used in the record layer.
|
1799
|
+
(line 6)
|
1800
|
+
* constant: Enumerates and Constants.
|
1801
|
+
(line 6)
|
1802
|
+
* Contributing: Contributing. (line 7)
|
1803
|
+
* debug server: Invoking gnutls-serv. (line 53)
|
1804
|
+
* Digital signatures: Digital signatures. (line 6)
|
1805
|
+
* Download: Downloading and Installing.
|
1806
|
+
(line 6)
|
1807
|
+
* enumerate: Enumerates and Constants.
|
1808
|
+
(line 6)
|
1809
|
+
* Error codes: Error codes and descriptions.
|
1810
|
+
(line 6)
|
1811
|
+
* errors: Exception Handling. (line 6)
|
1812
|
+
* Example programs: How to use GnuTLS in applications.
|
1813
|
+
(line 6)
|
1814
|
+
* exceptions: Exception Handling. (line 6)
|
1815
|
+
* FDL, GNU Free Documentation License: GNU Free Documentation License.
|
1816
|
+
(line 6)
|
1817
|
+
* Function reference: Function reference. (line 6)
|
1818
|
+
* gnutls-cli: Invoking gnutls-cli. (line 6)
|
1819
|
+
* gnutls-cli-debug: Invoking gnutls-cli-debug.
|
1820
|
+
(line 6)
|
1821
|
+
* gnutls-error: Exception Handling. (line 6)
|
1822
|
+
* GnuTLS-extra functions: GnuTLS-extra functions.
|
1823
|
+
(line 6)
|
1824
|
+
* gnutls-serv: Invoking gnutls-serv. (line 6)
|
1825
|
+
* GPL, GNU General Public License: GNU GPL. (line 6)
|
1826
|
+
* Hacking: Contributing. (line 7)
|
1827
|
+
* Handshake protocol: The TLS Handshake Protocol.
|
1828
|
+
(line 6)
|
1829
|
+
* homogeneous vector: Representation of Binary Data.
|
1830
|
+
(line 11)
|
1831
|
+
* HTTPS server: Invoking gnutls-serv. (line 53)
|
1832
|
+
* Inner Application (TLS/IA) functions: TLS Inner Application (TLS/IA) functions.
|
1833
|
+
(line 6)
|
1834
|
+
* Installation: Downloading and Installing.
|
1835
|
+
(line 6)
|
1836
|
+
* Internal architecture: Internal architecture of GnuTLS.
|
1837
|
+
(line 6)
|
1838
|
+
* key sizes: Selecting cryptographic key sizes.
|
1839
|
+
(line 6)
|
1840
|
+
* LGPL, GNU Lesser General Public License: GNU LGPL. (line 6)
|
1841
|
+
* License, GNU GPL: GNU GPL. (line 6)
|
1842
|
+
* License, GNU LGPL: GNU LGPL. (line 6)
|
1843
|
+
* Maximum fragment length: TLS Extensions. (line 18)
|
1844
|
+
* Netconf: Example client PSK connection.
|
1845
|
+
(line 29)
|
1846
|
+
* Opaque PRF Input: Opaque PRF Input TLS Extension.
|
1847
|
+
(line 6)
|
1848
|
+
* OpenPGP functions: OpenPGP functions. (line 6)
|
1849
|
+
* OpenPGP Keys <1>: The OpenPGP trust model.
|
1850
|
+
(line 6)
|
1851
|
+
* OpenPGP Keys: Certificate authentication.
|
1852
|
+
(line 17)
|
1853
|
+
* OpenPGP Server: Echo Server with OpenPGP authentication.
|
1854
|
+
(line 6)
|
1855
|
+
* OpenSSL: Compatibility with the OpenSSL library.
|
1856
|
+
(line 6)
|
1857
|
+
* PCT: On SSL 2 and older protocols.
|
1858
|
+
(line 38)
|
1859
|
+
* PKCS #10: PKCS #10 certificate requests.
|
1860
|
+
(line 6)
|
1861
|
+
* PKCS #12: PKCS #12 structures. (line 6)
|
1862
|
+
* PSK authentication: Authentication using PSK.
|
1863
|
+
(line 6)
|
1864
|
+
* PSK client: Example client PSK connection.
|
1865
|
+
(line 6)
|
1866
|
+
* PSK server: Example server PSK connection.
|
1867
|
+
(line 6)
|
1868
|
+
* psktool: Invoking psktool. (line 6)
|
1869
|
+
* Record padding: On Record Padding. (line 6)
|
1870
|
+
* Record protocol: The TLS record protocol.
|
1871
|
+
(line 6)
|
1872
|
+
* Reporting Bugs: Bug Reports. (line 6)
|
1873
|
+
* Resuming sessions: The TLS Handshake Protocol.
|
1874
|
+
(line 85)
|
1875
|
+
* Server name indication: TLS Extensions. (line 27)
|
1876
|
+
* SRFI-4: Representation of Binary Data.
|
1877
|
+
(line 11)
|
1878
|
+
* SRP authentication: Authentication using SRP.
|
1879
|
+
(line 6)
|
1880
|
+
* srptool: Invoking srptool. (line 6)
|
1881
|
+
* SSL 2: On SSL 2 and older protocols.
|
1882
|
+
(line 6)
|
1883
|
+
* Symmetric encryption algorithms: Encryption algorithms used in the record layer.
|
1884
|
+
(line 6)
|
1885
|
+
* TLS Extensions: TLS Extensions. (line 6)
|
1886
|
+
* TLS Inner Application (TLS/IA) functions: TLS Inner Application (TLS/IA) functions.
|
1887
|
+
(line 6)
|
1888
|
+
* TLS Layers: TLS layers. (line 6)
|
1889
|
+
* Transport protocol: The transport layer. (line 6)
|
1890
|
+
* Verifying certificate paths: Verifying X.509 certificate paths.
|
1891
|
+
(line 6)
|
1892
|
+
* X.509 certificates <1>: The X.509 trust model.
|
1893
|
+
(line 6)
|
1894
|
+
* X.509 certificates: Certificate authentication.
|
1895
|
+
(line 9)
|
1896
|
+
* X.509 Functions: X.509 certificate functions.
|
1897
|
+
(line 6)
|
1898
|
+
|
1899
|
+
|