openssl/doc/man3
Matt Caswell aabbc24e42 Improve the usability of the ca app using EdDSA
Previously you had to supply "null" as the digest to use EdDSA. This changes
things so that any digest is ignored.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6901)
2018-08-22 16:35:54 +01:00
..
ADMISSIONS.pod Corrected two typos in a man page 2018-03-07 14:01:05 -05:00
ASN1_generate_nconf.pod
ASN1_INTEGER_get_int64.pod Fix prototype of ASN1_INTEGER_get and ASN1_INTEGER_set 2018-06-23 20:29:11 +02:00
ASN1_ITEM_lookup.pod
ASN1_OBJECT_new.pod
ASN1_STRING_length.pod Fix typo in ASN1_STRING_length doc 2018-03-01 20:09:01 +01:00
ASN1_STRING_new.pod
ASN1_STRING_print_ex.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
ASN1_STRING_TABLE_add.pod
ASN1_TIME_set.pod Update copyright year 2018-03-20 13:08:46 +00:00
ASN1_TYPE_get.pod
ASYNC_start_job.pod
ASYNC_WAIT_CTX_new.pod
BF_encrypt.pod
BIO_ADDR.pod
BIO_ADDRINFO.pod
BIO_connect.pod Add BIO_bind function to bind local address for a socket. 2018-02-19 22:58:37 +01:00
BIO_ctrl.pod Fix invalid function type casts. 2017-12-15 19:33:48 +01:00
BIO_f_base64.pod
BIO_f_buffer.pod
BIO_f_cipher.pod
BIO_f_md.pod
BIO_f_null.pod
BIO_f_ssl.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
BIO_find_type.pod
BIO_get_data.pod
BIO_get_ex_new_index.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
BIO_meth_new.pod Convert _meth_get_ functions to const getters 2018-03-21 10:37:05 +00:00
BIO_new_CMS.pod
BIO_new.pod
BIO_parse_hostserv.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
BIO_printf.pod
BIO_push.pod
BIO_read.pod
BIO_s_accept.pod Update copyright year 2018-04-03 13:57:12 +01:00
BIO_s_bio.pod
BIO_s_connect.pod Update copyright year 2018-04-03 13:57:12 +01:00
BIO_s_fd.pod
BIO_s_file.pod Fix typos in documentation 2018-08-22 07:06:44 +02:00
BIO_s_mem.pod BIO_s_mem.pod: fix indirection for out parameter **pp 2018-03-07 15:15:35 +01:00
BIO_s_null.pod
BIO_s_socket.pod
BIO_set_callback.pod Fix bio callback backward compatibility 2018-03-19 14:20:53 +01:00
BIO_should_retry.pod Improve documentation about reading and writing 2018-07-17 00:01:00 +02:00
BN_add_word.pod
BN_add.pod Update copyright year 2018-05-29 13:16:04 +01:00
BN_BLINDING_new.pod
BN_bn2bin.pod Documentation typo fix in BN_bn2bin.pod 2018-07-13 10:42:15 +02:00
BN_cmp.pod
BN_copy.pod
BN_CTX_new.pod
BN_CTX_start.pod
BN_generate_prime.pod Fix typos in documentation 2018-08-22 07:06:44 +02:00
BN_mod_inverse.pod
BN_mod_mul_montgomery.pod
BN_mod_mul_reciprocal.pod
BN_new.pod
BN_num_bytes.pod
BN_rand.pod Fix & update documentation about RAND_priv_bytes() 2018-06-19 17:06:38 +02:00
BN_security_bits.pod
BN_set_bit.pod
BN_swap.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
BN_zero.pod Improve some BN documentation. 2018-01-23 09:38:42 -05:00
BUF_MEM_new.pod Update copyright year 2018-06-20 15:29:23 +01:00
CMS_add0_cert.pod
CMS_add1_recipient_cert.pod
CMS_add1_signer.pod
CMS_compress.pod
CMS_decrypt.pod
CMS_encrypt.pod Update copyright year 2018-05-29 13:16:04 +01:00
CMS_final.pod
CMS_get0_RecipientInfos.pod
CMS_get0_SignerInfos.pod Update copyright year 2018-05-29 13:16:04 +01:00
CMS_get0_type.pod
CMS_get1_ReceiptRequest.pod Update copyright year 2018-05-29 13:16:04 +01:00
CMS_sign_receipt.pod
CMS_sign.pod
CMS_uncompress.pod
CMS_verify_receipt.pod
CMS_verify.pod
CONF_modules_free.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
CONF_modules_load_file.pod
CRYPTO_get_ex_new_index.pod Add documentation for the RAND_DRBG API 2018-03-30 00:10:38 +02:00
CRYPTO_THREAD_run_once.pod crypto/threads_*: remove CRYPTO_atomic_{read|write}. 2018-08-17 12:40:39 +02:00
CT_POLICY_EVAL_CTX_new.pod
CTLOG_new.pod
CTLOG_STORE_get0_log_by_id.pod
CTLOG_STORE_new.pod
d2i_DHparams.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
d2i_PKCS8PrivateKey_bio.pod Link in passphrase-encoding(7) in relevant documentation 2018-05-14 15:56:59 +02:00
d2i_PrivateKey.pod Update copyright year 2018-03-20 13:08:46 +00:00
d2i_SSL_SESSION.pod
d2i_X509.pod Fixed a handful of typos 2018-03-10 13:13:23 -05:00
DEFINE_STACK_OF.pod
DES_random_key.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
DH_generate_key.pod
DH_generate_parameters.pod Update copyright year 2018-03-20 13:08:46 +00:00
DH_get0_pqg.pod Update copyright year 2018-05-29 13:16:04 +01:00
DH_get_1024_160.pod
DH_meth_new.pod Update copyright year 2018-04-03 13:57:12 +01:00
DH_new_by_nid.pod
DH_new.pod
DH_set_method.pod
DH_size.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
DSA_do_sign.pod
DSA_dup_DH.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
DSA_generate_key.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
DSA_generate_parameters.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
DSA_get0_pqg.pod Update copyright year 2018-05-29 13:16:04 +01:00
DSA_meth_new.pod Update copyright year 2018-04-03 13:57:12 +01:00
DSA_new.pod
DSA_set_method.pod
DSA_SIG_new.pod
DSA_sign.pod Update copyright year 2018-06-20 15:29:23 +01:00
DSA_size.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
DTLS_get_data_mtu.pod
DTLS_set_timer_cb.pod
DTLSv1_listen.pod Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb 2018-03-12 19:34:13 +00:00
EC_GFp_simple_method.pod
EC_GROUP_copy.pod
EC_GROUP_new.pod Deprecate the EC curve type specific functions in 1.2.0 2018-07-31 09:08:50 +01:00
EC_KEY_get_enc_flags.pod
EC_KEY_new.pod
EC_POINT_add.pod Update copyright year 2018-05-29 13:16:04 +01:00
EC_POINT_new.pod Deprecate the EC curve type specific functions in 1.2.0 2018-07-31 09:08:50 +01:00
ECDSA_SIG_new.pod Document failure return for ECDSA_SIG_new 2018-06-02 16:17:32 -04:00
ECPKParameters_print.pod
ENGINE_add.pod Don't use getenv for critical functions when run as setuid/setgid 2018-04-04 14:45:49 +02:00
ERR_clear_error.pod
ERR_error_string.pod
ERR_get_error.pod
ERR_GET_LIB.pod
ERR_load_crypto_strings.pod
ERR_load_strings.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
ERR_print_errors.pod
ERR_put_error.pod
ERR_remove_state.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
ERR_set_mark.pod
EVP_aes.pod
EVP_aria.pod
EVP_bf_cbc.pod
EVP_blake2b512.pod
EVP_BytesToKey.pod
EVP_camellia.pod
EVP_cast5_cbc.pod
EVP_chacha20.pod
EVP_CIPHER_CTX_get_cipher_data.pod
EVP_CIPHER_meth_new.pod Update copyright year 2018-03-20 13:08:46 +00:00
EVP_des.pod
EVP_desx_cbc.pod
EVP_DigestInit.pod Document more EVP_MD_CTX functions 2018-07-04 18:22:33 +02:00
EVP_DigestSignInit.pod Correct an ommission in the EVP_DigestSignInit docs 2018-04-19 08:35:47 +01:00
EVP_DigestVerifyInit.pod Update copyright year 2018-04-17 15:18:40 +02:00
EVP_EncodeInit.pod
EVP_EncryptInit.pod add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.c 2018-06-18 10:45:35 +01:00
EVP_idea_cbc.pod
EVP_md2.pod
EVP_md4.pod
EVP_md5.pod Update copyright year 2018-03-20 13:08:46 +00:00
EVP_MD_meth_new.pod Fix EVP_MD_meth_new.pod 2017-11-24 16:38:37 +01:00
EVP_mdc2.pod
EVP_OpenInit.pod
EVP_PKEY_asn1_get_count.pod
EVP_PKEY_ASN1_METHOD.pod Add function for setting the EVP_PKEY_ASN1_METHOD raw key getter functions 2018-06-08 10:04:09 +01:00
EVP_PKEY_cmp.pod
EVP_PKEY_CTX_ctrl.pod Update copyright year 2018-03-20 13:08:46 +00:00
EVP_PKEY_CTX_new.pod
EVP_PKEY_CTX_set1_pbe_pass.pod Split the scrypt and RSA-PSS into man3 and man7 pages 2018-04-13 11:55:13 +02:00
EVP_PKEY_CTX_set_hkdf_md.pod Update copyright year 2018-05-29 13:16:04 +01:00
EVP_PKEY_CTX_set_rsa_pss_keygen_md.pod Split the scrypt and RSA-PSS into man3 and man7 pages 2018-04-13 11:55:13 +02:00
EVP_PKEY_CTX_set_scrypt_N.pod Split the scrypt and RSA-PSS into man3 and man7 pages 2018-04-13 11:55:13 +02:00
EVP_PKEY_CTX_set_tls1_prf_md.pod
EVP_PKEY_decrypt.pod Copyright update of more files that have changed this year 2018-01-19 13:34:03 +01:00
EVP_PKEY_derive.pod Copyright update of more files that have changed this year 2018-01-19 13:34:03 +01:00
EVP_PKEY_encrypt.pod
EVP_PKEY_get_default_digest_nid.pod Improve the usability of the ca app using EdDSA 2018-08-22 16:35:54 +01:00
EVP_PKEY_keygen.pod Copyright update of more files that have changed this year 2018-01-19 13:34:03 +01:00
EVP_PKEY_meth_get_count.pod
EVP_PKEY_meth_new.pod Update copyright year 2018-04-03 13:57:12 +01:00
EVP_PKEY_new.pod Document the raw key getter functions 2018-06-08 10:04:09 +01:00
EVP_PKEY_print_private.pod
EVP_PKEY_set1_RSA.pod Update copyright year 2018-06-20 15:29:23 +01:00
EVP_PKEY_sign.pod
EVP_PKEY_verify_recover.pod Copyright update of more files that have changed this year 2018-01-19 13:34:03 +01:00
EVP_PKEY_verify.pod Copyright update of more files that have changed this year 2018-01-19 13:34:03 +01:00
EVP_rc2_cbc.pod
EVP_rc4.pod
EVP_rc5_32_12_16_cbc.pod
EVP_ripemd160.pod
EVP_SealInit.pod
EVP_seed_cbc.pod
EVP_sha1.pod
EVP_sha3_224.pod
EVP_sha224.pod SHA512/224 and SHA512/256 2018-01-24 07:09:46 +10:00
EVP_SignInit.pod EVP_MD_CTX_cleanup replaced with EVP_MD_CTX_reset 2018-04-11 12:59:25 -04:00
EVP_sm3.pod
EVP_sm4_cbc.pod
EVP_VerifyInit.pod EVP_MD_CTX_cleanup replaced with EVP_MD_CTX_reset 2018-04-11 12:59:25 -04:00
EVP_whirlpool.pod
HMAC.pod
i2d_CMS_bio_stream.pod
i2d_PKCS7_bio_stream.pod
i2d_re_X509_tbs.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
MD5.pod
MDC2_Init.pod
o2i_SCT_LIST.pod
OBJ_nid2obj.pod Update copyright year 2018-05-29 13:16:04 +01:00
OCSP_cert_to_id.pod
OCSP_request_add1_nonce.pod
OCSP_REQUEST_new.pod
OCSP_resp_find_status.pod add documentation for OCSP_basic_verify() 2018-06-21 20:39:49 +02:00
OCSP_response_status.pod Update copyright year 2018-02-13 13:59:25 +00:00
OCSP_sendreq_new.pod
OpenSSL_add_all_algorithms.pod
OPENSSL_Applink.pod Copyright update of more files that have changed this year 2018-01-19 13:34:03 +01:00
OPENSSL_config.pod Update copyright year 2018-04-17 15:18:40 +02:00
OPENSSL_fork_prepare.pod correct spelling errors detected by Debian lintian 2018-04-19 11:10:17 +02:00
OPENSSL_ia32cap.pod man3/OPENSSL_ia32cap.pod: update assembler version requirements. 2018-03-22 11:54:31 +01:00
OPENSSL_init_crypto.pod Ensure the thread keys are always allocated in the same order 2018-04-20 15:45:06 +02:00
OPENSSL_init_ssl.pod
OPENSSL_instrument_bus.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
OPENSSL_LH_COMPFUNC.pod man3/OPENSSL_LH_COMPFUNC.pod: clarifications and updates. 2018-08-07 09:08:35 +02:00
OPENSSL_LH_stats.pod
OPENSSL_load_builtin_modules.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
OPENSSL_malloc.pod Update copyright year 2018-04-17 15:18:40 +02:00
OPENSSL_secure_malloc.pod
OPENSSL_VERSION_NUMBER.pod Revert "Add OPENSSL_VERSION_AT_LEAST" 2018-04-16 18:43:52 +02:00
OSSL_STORE_expect.pod Fix doc-nits 2018-03-09 11:30:06 -06:00
OSSL_STORE_INFO.pod
OSSL_STORE_LOADER.pod Fixed a handful of typos 2018-03-10 13:13:23 -05:00
OSSL_STORE_open.pod Link in passphrase-encoding(7) in relevant documentation 2018-05-14 15:56:59 +02:00
OSSL_STORE_SEARCH.pod Fixed a handful of typos 2018-03-10 13:13:23 -05:00
PEM_bytes_read_bio.pod Update copyright year 2018-05-29 13:16:04 +01:00
PEM_read_bio_ex.pod
PEM_read_bio_PrivateKey.pod Improve the example getpass() implementation to show an error return 2018-05-26 08:36:42 +02:00
PEM_read_CMS.pod Update copyright year 2018-05-29 13:16:04 +01:00
PEM_read.pod Update copyright year 2018-05-29 13:16:04 +01:00
PEM_write_bio_CMS_stream.pod
PEM_write_bio_PKCS7_stream.pod
PKCS5_PBKDF2_HMAC.pod Update copyright year 2018-05-29 13:16:04 +01:00
PKCS7_decrypt.pod
PKCS7_encrypt.pod
PKCS7_sign_add_signer.pod
PKCS7_sign.pod
PKCS7_verify.pod
PKCS12_create.pod add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.c 2018-06-18 10:45:35 +01:00
PKCS12_newpass.pod Update copyright year 2018-05-29 13:16:04 +01:00
PKCS12_parse.pod Update copyright year 2018-05-29 13:16:04 +01:00
RAND_add.pod Modify the DEVRANDOM source so that the files are kept open persistently. 2018-06-27 07:15:36 +10:00
RAND_bytes.pod Fix & update documentation about RAND_priv_bytes() 2018-06-19 17:06:38 +02:00
RAND_cleanup.pod Add documentation for the RAND_DRBG API 2018-03-30 00:10:38 +02:00
RAND_DRBG_generate.pod Add documentation for the RAND_DRBG API 2018-03-30 00:10:38 +02:00
RAND_DRBG_get0_master.pod Add documentation for the RAND_DRBG API 2018-03-30 00:10:38 +02:00
RAND_DRBG_new.pod Add documentation for the RAND_DRBG API 2018-03-30 00:10:38 +02:00
RAND_DRBG_reseed.pod Add documentation for the RAND_DRBG API 2018-03-30 00:10:38 +02:00
RAND_DRBG_set_callbacks.pod Minor corrections for the RAND_DRBG API documentation 2018-04-11 18:56:03 +02:00
RAND_DRBG_set_ex_data.pod Add documentation for the RAND_DRBG API 2018-03-30 00:10:38 +02:00
RAND_egd.pod Add documentation for the RAND_DRBG API 2018-03-30 00:10:38 +02:00
RAND_load_file.pod Add documentation for the RAND_DRBG API 2018-03-30 00:10:38 +02:00
RAND_set_rand_method.pod Add documentation for the RAND_DRBG API 2018-03-30 00:10:38 +02:00
RC4_set_key.pod
RIPEMD160_Init.pod
RSA_blinding_on.pod
RSA_check_key.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
RSA_generate_key.pod Fix typos in documentation 2018-08-22 07:06:44 +02:00
RSA_get0_key.pod Update copyright year 2018-05-29 13:16:04 +01:00
RSA_meth_new.pod Update copyright year 2018-04-03 13:57:12 +01:00
RSA_new.pod
RSA_padding_add_PKCS1_type_1.pod
RSA_print.pod
RSA_private_encrypt.pod
RSA_public_encrypt.pod
RSA_set_method.pod
RSA_sign_ASN1_OCTET_STRING.pod
RSA_sign.pod
RSA_size.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
SCT_new.pod
SCT_print.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
SCT_validate.pod
SHA256_Init.pod
SMIME_read_CMS.pod
SMIME_read_PKCS7.pod Update copyright year 2018-05-29 13:16:04 +01:00
SMIME_write_CMS.pod
SMIME_write_PKCS7.pod
SSL_accept.pod
SSL_alert_type_string.pod
SSL_alloc_buffers.pod
SSL_check_chain.pod
SSL_CIPHER_get_name.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
SSL_clear.pod
SSL_COMP_add_compression_method.pod
SSL_CONF_cmd_argv.pod
SSL_CONF_cmd.pod Add the ability to configure anti-replay via SSL_CONF 2018-07-02 15:06:12 +01:00
SSL_CONF_CTX_new.pod
SSL_CONF_CTX_set1_prefix.pod
SSL_CONF_CTX_set_flags.pod
SSL_CONF_CTX_set_ssl_ctx.pod
SSL_connect.pod Update copyright year 2018-05-29 13:16:04 +01:00
SSL_CTX_add1_chain_cert.pod
SSL_CTX_add_extra_chain_cert.pod
SSL_CTX_add_session.pod
SSL_CTX_config.pod
SSL_CTX_ctrl.pod
SSL_CTX_dane_enable.pod Copyright update of more files that have changed this year 2018-01-19 13:34:03 +01:00
SSL_CTX_flush_sessions.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
SSL_CTX_free.pod
SSL_CTX_get0_param.pod
SSL_CTX_get_verify_mode.pod
SSL_CTX_has_client_custom_ext.pod
SSL_CTX_load_verify_locations.pod
SSL_CTX_new.pod
SSL_CTX_sess_number.pod
SSL_CTX_sess_set_cache_size.pod
SSL_CTX_sess_set_get_cb.pod Fix spelling errors in documentation. 2018-06-21 14:54:27 +10:00
SSL_CTX_sessions.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
SSL_CTX_set0_CA_list.pod
SSL_CTX_set1_curves.pod
SSL_CTX_set1_sigalgs.pod Update copyright year 2018-02-13 13:59:25 +00:00
SSL_CTX_set1_verify_cert_store.pod
SSL_CTX_set_alpn_select_cb.pod
SSL_CTX_set_cert_cb.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
SSL_CTX_set_cert_store.pod
SSL_CTX_set_cert_verify_callback.pod Fix spelling errors in documentation. 2018-06-21 14:54:27 +10:00
SSL_CTX_set_cipher_list.pod Update copyright year 2018-03-20 13:08:46 +00:00
SSL_CTX_set_client_CA_list.pod
SSL_CTX_set_client_cert_cb.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
SSL_CTX_set_client_hello_cb.pod
SSL_CTX_set_ct_validation_callback.pod
SSL_CTX_set_ctlog_list_file.pod
SSL_CTX_set_default_passwd_cb.pod
SSL_CTX_set_ex_data.pod
SSL_CTX_set_generate_session_id.pod
SSL_CTX_set_info_callback.pod Update copyright year 2018-05-01 13:34:30 +01:00
SSL_CTX_set_keylog_callback.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
SSL_CTX_set_max_cert_list.pod
SSL_CTX_set_min_proto_version.pod
SSL_CTX_set_mode.pod Improve documentation about reading and writing 2018-07-17 00:01:00 +02:00
SSL_CTX_set_msg_callback.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
SSL_CTX_set_num_tickets.pod Add documentation for the ability to control the number of tickets 2018-05-17 16:48:25 +01:00
SSL_CTX_set_options.pod Document the new early data callback and option 2018-07-02 15:06:12 +01:00
SSL_CTX_set_psk_client_callback.pod Update copyright year 2018-03-20 13:08:46 +00:00
SSL_CTX_set_quiet_shutdown.pod
SSL_CTX_set_read_ahead.pod Improve documentation about reading and writing 2018-07-17 00:01:00 +02:00
SSL_CTX_set_record_padding_callback.pod
SSL_CTX_set_security_level.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
SSL_CTX_set_session_cache_mode.pod
SSL_CTX_set_session_id_context.pod
SSL_CTX_set_session_ticket_cb.pod Rework the decrypt ticket callback 2018-05-11 14:51:09 +01:00
SSL_CTX_set_split_send_fragment.pod
SSL_CTX_set_ssl_version.pod
SSL_CTX_set_stateless_cookie_generate_cb.pod Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb 2018-03-12 19:34:13 +00:00
SSL_CTX_set_timeout.pod
SSL_CTX_set_tlsext_servername_callback.pod
SSL_CTX_set_tlsext_status_cb.pod
SSL_CTX_set_tlsext_ticket_key_cb.pod Update copyright year 2018-05-01 13:34:30 +01:00
SSL_CTX_set_tlsext_use_srtp.pod Update copyright year 2018-03-20 13:08:46 +00:00
SSL_CTX_set_tmp_dh_callback.pod
SSL_CTX_set_verify.pod Add support for SSL_CTX_set_post_handshake_auth() 2018-08-20 15:14:01 +01:00
SSL_CTX_use_certificate.pod Update the *use_certificate* docs 2018-04-26 16:39:55 +01:00
SSL_CTX_use_psk_identity_hint.pod Update copyright year 2018-03-20 13:08:46 +00:00
SSL_CTX_use_serverinfo.pod
SSL_do_handshake.pod
SSL_export_keying_material.pod Update code for the final RFC version of TLSv1.3 (RFC8446) 2018-08-15 12:33:30 +01:00
SSL_extension_supported.pod
SSL_free.pod
SSL_get0_peer_scts.pod
SSL_get_all_async_fds.pod
SSL_get_ciphers.pod Update copyright year 2018-05-29 13:16:04 +01:00
SSL_get_client_CA_list.pod
SSL_get_client_random.pod
SSL_get_current_cipher.pod Update copyright year 2018-06-20 15:29:23 +01:00
SSL_get_default_timeout.pod
SSL_get_error.pod Improve documentation about reading and writing 2018-07-17 00:01:00 +02:00
SSL_get_extms_support.pod
SSL_get_fd.pod
SSL_get_peer_cert_chain.pod
SSL_get_peer_certificate.pod
SSL_get_peer_signature_nid.pod
SSL_get_psk_identity.pod
SSL_get_rbio.pod
SSL_get_server_tmp_key.pod
SSL_get_session.pod Update copyright year 2018-05-01 13:34:30 +01:00
SSL_get_shared_sigalgs.pod
SSL_get_SSL_CTX.pod
SSL_get_verify_result.pod
SSL_get_version.pod Update copyright year 2018-05-01 13:34:30 +01:00
SSL_in_init.pod const-ify some input SSL * arguments 2018-07-20 07:12:24 -05:00
SSL_key_update.pod
SSL_library_init.pod
SSL_load_client_CA_file.pod
SSL_new.pod
SSL_pending.pod
SSL_read_early_data.pod Add a note about aborts encountered while sending early_data 2018-07-23 09:36:24 +01:00
SSL_read.pod Improve documentation about reading and writing 2018-07-17 00:01:00 +02:00
SSL_rstate_string.pod
SSL_SESSION_free.pod
SSL_SESSION_get0_cipher.pod
SSL_SESSION_get0_hostname.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
SSL_SESSION_get0_id_context.pod
SSL_SESSION_get0_peer.pod
SSL_SESSION_get_compress_id.pod
SSL_SESSION_get_ex_data.pod
SSL_SESSION_get_protocol_version.pod
SSL_SESSION_get_time.pod
SSL_SESSION_has_ticket.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
SSL_SESSION_is_resumable.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
SSL_SESSION_print.pod
SSL_session_reused.pod
SSL_SESSION_set1_id.pod Remove extra the in SSL_SESSION_set1_id.pod 2017-12-22 12:20:08 +01:00
SSL_set1_host.pod Update copyright year 2018-05-29 13:16:04 +01:00
SSL_set_bio.pod
SSL_set_connect_state.pod
SSL_set_fd.pod
SSL_set_session.pod
SSL_set_shutdown.pod
SSL_set_verify_result.pod
SSL_shutdown.pod Update copyright year 2018-04-03 13:57:12 +01:00
SSL_state_string.pod
SSL_want.pod
SSL_write.pod Improve documentation about reading and writing 2018-07-17 00:01:00 +02:00
UI_create_method.pod
UI_new.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
UI_STRING.pod Update copyright year 2018-03-20 13:08:46 +00:00
UI_UTIL_read_pw.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
X509_ALGOR_dup.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
X509_check_ca.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
X509_check_host.pod Skip CN DNS name constraint checks when not needed 2018-05-23 11:12:17 -04:00
X509_check_issued.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
X509_check_private_key.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
X509_cmp_time.pod Update copyright year 2018-05-29 13:16:04 +01:00
X509_CRL_get0_by_serial.pod
X509_digest.pod Add missing include file to doc 2018-07-05 16:10:55 -04:00
X509_dup.pod Update copyright year 2018-02-13 13:59:25 +00:00
X509_EXTENSION_set_object.pod
X509_get0_notBefore.pod
X509_get0_signature.pod
X509_get0_uids.pod
X509_get_extension_flags.pod Add X509_get0_authority_key_id() function 2018-02-19 15:47:02 -05:00
X509_get_pubkey.pod
X509_get_serialNumber.pod
X509_get_subject_name.pod
X509_get_version.pod
X509_LOOKUP_hash_dir.pod Add APIs for custom X509_LOOKUP_METHOD creation 2018-05-30 15:45:48 +02:00
X509_LOOKUP_meth_new.pod Add APIs for custom X509_LOOKUP_METHOD creation 2018-05-30 15:45:48 +02:00
X509_NAME_add_entry_by_txt.pod
X509_NAME_ENTRY_get_object.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
X509_NAME_get0_der.pod
X509_NAME_get_index_by_NID.pod Update copyright year 2018-05-29 13:16:04 +01:00
X509_NAME_print_ex.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
X509_new.pod
X509_PUBKEY_new.pod
X509_SIG_get0.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
X509_sign.pod
X509_STORE_add_cert.pod Update copyright year 2018-03-20 13:08:46 +00:00
X509_STORE_CTX_get_error.pod
X509_STORE_CTX_new.pod
X509_STORE_CTX_set_verify_cb.pod
X509_STORE_get0_param.pod
X509_STORE_new.pod
X509_STORE_set_verify_cb_func.pod
X509_verify_cert.pod
X509_VERIFY_PARAM_set_flags.pod Fix spelling errors in documentation. 2018-06-21 14:54:27 +10:00
X509v3_get_ext_by_NID.pod Update copyright year 2018-06-20 15:29:23 +01:00
X509V3_get_d2i.pod