openssl/doc/man3
Matt Caswell 721eb8f631 Provide better documentation for SSL_get_servername()
The behaviour of SSL_get_servername() is quite complicated and depends on
numerous factors such as whether it is called on the client or the server,
whether it is called before or after the handshake, what protocol version
was negotiated, and whether a resumption was attempted or was successful.

We attempt to document the behavior more clearly.

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/10018)

(cherry picked from commit 0dc7c8e8314f27ac093b2d7bc8f13d0dfd302bdb)
2020-01-30 16:12:16 +00:00
..
ADMISSIONS.pod Update copyright year 2019-09-10 13:56:40 +01:00
ASN1_generate_nconf.pod Update copyright year 2019-05-28 14:49:38 +02:00
ASN1_INTEGER_get_int64.pod Fix SYNOPSIS for ASN1_ENUMERATED_get_int64 and ASN1_ENUMERATED_set_int64 2019-10-31 11:16:03 +00: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 Add test cases and docs for ASN1_STRING_TABLE_* functions 2017-07-26 20:06:51 +02:00
ASN1_TIME_set.pod Update copyright year 2019-05-28 14:49:38 +02:00
ASN1_TYPE_get.pod
ASYNC_start_job.pod Update copyright year 2019-09-10 13:56:40 +01:00
ASYNC_WAIT_CTX_new.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
BF_encrypt.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
BIO_ADDR.pod
BIO_ADDRINFO.pod Fix doc-nits issue 2017-04-25 11:13:39 +01:00
BIO_connect.pod Typo BIO_SOCK_REUSADDR => BIO_SOCK_REUSEADDR 2019-05-29 10:00:51 +10:00
BIO_ctrl.pod Fix invalid function type casts. 2017-12-15 19:33:48 +01:00
BIO_f_base64.pod doc/man3: use the documented coding style in the example code 2017-06-08 11:54:15 +01:00
BIO_f_buffer.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
BIO_f_cipher.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
BIO_f_md.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
BIO_f_null.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
BIO_f_ssl.pod Update copyright year 2019-09-10 13:56:40 +01:00
BIO_find_type.pod Update copyright year 2019-09-10 13:56:40 +01:00
BIO_get_data.pod Don't use "version" in "OpenSSL Version 1.1.0" etc 2017-07-16 17:28:41 -04:00
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.pod Update copyright year 2019-09-10 13:56:40 +01:00
BIO_new_CMS.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
BIO_parse_hostserv.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
BIO_printf.pod Document BIO_printf family 2017-03-20 16:25:22 -04:00
BIO_push.pod Update copyright year 2019-05-28 14:49:38 +02:00
BIO_read.pod Document the history of BIO_gets() on BIO_fd(). 2017-05-15 15:13:36 +02:00
BIO_s_accept.pod Update copyright year 2019-09-10 13:56:40 +01:00
BIO_s_bio.pod Update copyright year 2019-09-10 13:56:40 +01:00
BIO_s_connect.pod Update copyright year 2019-09-10 13:56:40 +01:00
BIO_s_fd.pod Update copyright year 2019-09-10 13:56:40 +01:00
BIO_s_file.pod Update copyright year 2019-05-28 14:49:38 +02:00
BIO_s_mem.pod Correct documented return value for BIO_get_mem_data() 2019-08-20 22:01:02 +10:00
BIO_s_null.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
BIO_s_socket.pod
BIO_set_callback.pod Update copyright year 2019-09-10 13:56:40 +01:00
BIO_should_retry.pod Improve documentation about reading and writing 2018-07-17 00:01:00 +02:00
BN_add.pod Update copyright year 2018-05-29 13:16:04 +01:00
BN_add_word.pod Fix many doc L<> errors 2017-03-11 08:56:44 -05:00
BN_BLINDING_new.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
BN_bn2bin.pod Update copyright year 2018-09-11 13:45:17 +01:00
BN_cmp.pod Fix many doc L<> errors 2017-03-11 08:56:44 -05:00
BN_copy.pod Use 'over 2' for bullet lists. 2017-04-07 13:48:19 -04:00
BN_CTX_new.pod Improve BN_CTX documentation 2017-07-05 12:53:28 -05:00
BN_CTX_start.pod Update copyright year 2019-05-28 14:49:38 +02:00
BN_generate_prime.pod Update copyright year 2019-09-10 13:56:40 +01:00
BN_mod_inverse.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
BN_mod_mul_montgomery.pod Update copyright year 2019-09-10 13:56:40 +01:00
BN_mod_mul_reciprocal.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
BN_new.pod doc: fix link in BN_new.pod 2019-08-19 07:21:13 +02:00
BN_num_bytes.pod Fix many doc L<> errors 2017-03-11 08:56:44 -05:00
BN_rand.pod Update various man pages to place HISTORY section after SEE ALSO 2019-04-15 12:26:49 +02:00
BN_security_bits.pod Update various man pages to place HISTORY section after SEE ALSO 2019-04-15 12:26:49 +02:00
BN_set_bit.pod Fix many doc L<> errors 2017-03-11 08:56:44 -05:00
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 man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
CMS_add0_cert.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
CMS_add1_recipient_cert.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
CMS_add1_signer.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
CMS_compress.pod
CMS_decrypt.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
CMS_encrypt.pod Update copyright year 2018-05-29 13:16:04 +01:00
CMS_final.pod Update copyright year 2019-09-10 13:56:40 +01:00
CMS_get0_RecipientInfos.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
CMS_get0_SignerInfos.pod Update copyright year 2018-05-29 13:16:04 +01:00
CMS_get0_type.pod Update copyright year 2019-02-26 14:05:09 +00:00
CMS_get1_ReceiptRequest.pod Update copyright year 2018-05-29 13:16:04 +01:00
CMS_sign.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
CMS_sign_receipt.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
CMS_uncompress.pod
CMS_verify.pod Update copyright year 2019-05-28 14:49:38 +02:00
CMS_verify_receipt.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
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 Place return values after examples in doc 2019-04-15 12:26:49 +02:00
CRYPTO_get_ex_new_index.pod Update copyright year 2019-02-26 14:05:09 +00:00
CRYPTO_memcmp.pod Add documentation for CRYPTO_memcmp. 2019-06-24 10:21:32 +10:00
CRYPTO_THREAD_run_once.pod Update copyright year 2019-09-10 13:56:40 +01:00
CT_POLICY_EVAL_CTX_new.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
CTLOG_new.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
CTLOG_STORE_get0_log_by_id.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
CTLOG_STORE_new.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
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 d2i_PrivateKey documentation 2019-02-08 10:04:13 +00:00
d2i_SSL_SESSION.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
d2i_X509.pod Fix type name typo in d2i/i2d documentation. 2020-01-30 16:17:03 +10:00
DEFINE_STACK_OF.pod Fix a couple nits in DEFINE_STACK_OF.pod 2017-10-26 10:28:33 -05:00
DES_random_key.pod man: clarify the 'random number generator must be seeded' requirement 2019-06-27 14:48:43 +02:00
DH_generate_key.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
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.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
DH_new_by_nid.pod Add RFC7919 documentation. 2017-10-12 02:40:30 +01:00
DH_set_method.pod Make default_method mostly compile-time 2017-04-07 12:19:46 -04:00
DH_size.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
DSA_do_sign.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
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 copyright year 2019-09-10 13:56:40 +01: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 Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
DSA_set_method.pod Make default_method mostly compile-time 2017-04-07 12:19:46 -04:00
DSA_SIG_new.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
DSA_sign.pod Update copyright year 2019-09-10 13:56:40 +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 man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
DTLS_set_timer_cb.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
DTLSv1_listen.pod Correct the function names in SSL_CTX_set_stateless_cookie_generate_cb.pod 2019-09-30 15:31:44 +01:00
EC_GFp_simple_method.pod Fix many doc L<> errors 2017-03-11 08:56:44 -05:00
EC_GROUP_copy.pod fixed the RETURN VALUES section in the EC_GROUP documentation 2019-10-22 14:14:55 +03:00
EC_GROUP_new.pod Fix doc for EC_GROUP_set_curve() 2019-10-23 01:07:28 +03:00
EC_KEY_get_enc_flags.pod Fix many doc L<> errors 2017-03-11 08:56:44 -05:00
EC_KEY_new.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
EC_POINT_add.pod Update copyright year 2018-05-29 13:16:04 +01:00
EC_POINT_new.pod Extend docs for EC_POINT conversion functions 2019-11-13 18:24:06 +02:00
ECDSA_SIG_new.pod Fix ECDSA_SIG docs 2019-08-06 11:34:10 +01:00
ECPKParameters_print.pod Fix many doc L<> errors 2017-03-11 08:56:44 -05:00
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 Remove ref to err(7), update copyright. 2017-03-02 12:35:44 -05:00
ERR_error_string.pod Remove ref to err(7), update copyright. 2017-03-02 12:35:44 -05:00
ERR_get_error.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
ERR_GET_LIB.pod Remove ref to err(7), update copyright. 2017-03-02 12:35:44 -05:00
ERR_load_crypto_strings.pod Less documentation for deprecated API 2017-09-02 09:35:50 -04:00
ERR_load_strings.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
ERR_print_errors.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
ERR_put_error.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
ERR_remove_state.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
ERR_set_mark.pod Remove ref to err(7), update copyright. 2017-03-02 12:35:44 -05:00
EVP_aes.pod Update copyright year 2018-11-20 13:27:36 +00:00
EVP_aria.pod ARIA documentation titled itself AES 2019-06-19 16:16:29 +10:00
EVP_bf_cbc.pod Update copyright year 2018-11-20 13:27:36 +00:00
EVP_blake2b512.pod EVP digest list: one hash algorithm per file, synchronize EVP list, overall cleanup. 2017-10-31 15:08:16 +01:00
EVP_BytesToKey.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
EVP_camellia.pod Update copyright year 2018-11-20 13:27:36 +00:00
EVP_cast5_cbc.pod Update copyright year 2018-11-20 13:27:36 +00:00
EVP_chacha20.pod Update copyright year 2019-05-28 14:49:38 +02:00
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 Update copyright year 2018-11-20 13:27:36 +00:00
EVP_desx_cbc.pod Synchronize man3 EVP cipher list with existing implementations, adding: 2017-10-31 16:28:42 +01:00
EVP_DigestInit.pod Add missing EVP_MD documentation 2019-10-15 16:04:46 +02:00
EVP_DigestSignInit.pod Fix documentation of return value for EVP_Digest{Sign,Verify}Init() 2020-01-15 01:21:10 +01:00
EVP_DigestVerifyInit.pod Fix L<EVP_MD_CTX_set_pkey_ctx> links 2019-11-28 16:48:25 +01:00
EVP_EncodeInit.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
EVP_EncryptInit.pod Difference between EVP_CipherInit and EVP_CipherInit_ex 2019-12-08 22:32:57 +03:00
EVP_idea_cbc.pod Update copyright year 2018-11-20 13:27:36 +00:00
EVP_md2.pod EVP digest list: one hash algorithm per file, synchronize EVP list, overall cleanup. 2017-10-31 15:08:16 +01:00
EVP_md4.pod EVP digest list: one hash algorithm per file, synchronize EVP list, overall cleanup. 2017-10-31 15:08:16 +01:00
EVP_md5.pod Update copyright year 2019-09-10 13:56:40 +01:00
EVP_MD_meth_new.pod Add missing EVP_MD documentation 2019-10-15 16:04:46 +02:00
EVP_mdc2.pod EVP digest list: one hash algorithm per file, synchronize EVP list, overall cleanup. 2017-10-31 15:08:16 +01:00
EVP_OpenInit.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
EVP_PKEY_asn1_get_count.pod Update copyright year 2019-02-26 14:05:09 +00:00
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 Document and add macros for additional DSA options 2019-10-15 16:04:46 +02:00
EVP_PKEY_CTX_new.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
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 2019-09-10 13:56:40 +01:00
EVP_PKEY_CTX_set_rsa_pss_keygen_md.pod EVP module documentation pass 2018-10-17 13:31:59 +03: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 Update copyright year 2019-09-10 13:56:40 +01:00
EVP_PKEY_decrypt.pod Update copyright year 2019-09-10 13:56:40 +01:00
EVP_PKEY_derive.pod Update copyright year 2019-09-10 13:56:40 +01:00
EVP_PKEY_encrypt.pod Update copyright year 2019-09-10 13:56:40 +01:00
EVP_PKEY_get_default_digest_nid.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
EVP_PKEY_keygen.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
EVP_PKEY_meth_get_count.pod Add XXX_security_bits documentation 2017-08-09 11:25:19 -04:00
EVP_PKEY_meth_new.pod Add missing EVP_PKEY_METHOD accessors for digestsign and digestverify 2019-11-17 11:51:10 +01:00
EVP_PKEY_new.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
EVP_PKEY_print_private.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
EVP_PKEY_set1_RSA.pod Update copyright year 2019-05-28 14:49:38 +02:00
EVP_PKEY_sign.pod Update copyright year 2019-09-10 13:56:40 +01:00
EVP_PKEY_verify.pod Update copyright year 2019-09-10 13:56:40 +01:00
EVP_PKEY_verify_recover.pod Update copyright year 2019-09-10 13:56:40 +01:00
EVP_rc2_cbc.pod Update copyright year 2018-11-20 13:27:36 +00:00
EVP_rc4.pod Synchronize man3 EVP cipher list with existing implementations, adding: 2017-10-31 16:28:42 +01:00
EVP_rc5_32_12_16_cbc.pod Update copyright year 2019-09-10 13:56:40 +01:00
EVP_ripemd160.pod EVP digest list: one hash algorithm per file, synchronize EVP list, overall cleanup. 2017-10-31 15:08:16 +01:00
EVP_SealInit.pod Update copyright year 2019-09-10 13:56:40 +01:00
EVP_seed_cbc.pod Update copyright year 2018-11-20 13:27:36 +00:00
EVP_sha1.pod EVP digest list: one hash algorithm per file, synchronize EVP list, overall cleanup. 2017-10-31 15:08:16 +01:00
EVP_sha3_224.pod EVP digest list: one hash algorithm per file, synchronize EVP list, overall cleanup. 2017-10-31 15:08:16 +01:00
EVP_sha224.pod SHA512/224 and SHA512/256 2018-01-24 07:09:46 +10:00
EVP_SignInit.pod Update copyright year 2019-09-10 13:56:40 +01:00
EVP_sm3.pod Add semicolon at the end of the function prototypes 2018-08-24 20:45:47 +08:00
EVP_sm4_cbc.pod EVP module documentation pass 2018-10-17 13:31:59 +03:00
EVP_VerifyInit.pod Update copyright year 2019-09-10 13:56:40 +01:00
EVP_whirlpool.pod EVP digest list: one hash algorithm per file, synchronize EVP list, overall cleanup. 2017-10-31 15:08:16 +01:00
HMAC.pod Don't allow SHAKE128/SHAKE256 with HMAC 2019-03-27 14:37:22 +00:00
i2d_CMS_bio_stream.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
i2d_PKCS7_bio_stream.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
i2d_re_X509_tbs.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
MD5.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
MDC2_Init.pod EVP digest list: one hash algorithm per file, synchronize EVP list, overall cleanup. 2017-10-31 15:08:16 +01:00
o2i_SCT_LIST.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
OBJ_nid2obj.pod Update copyright year 2019-05-28 14:49:38 +02:00
OCSP_cert_to_id.pod Update copyright year 2019-05-28 14:49:38 +02:00
OCSP_request_add1_nonce.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
OCSP_REQUEST_new.pod Update copyright year 2019-09-10 13:56:40 +01:00
OCSP_resp_find_status.pod Update copyright year 2018-09-11 13:45:17 +01:00
OCSP_response_status.pod Update copyright year 2018-02-13 13:59:25 +00:00
OCSP_sendreq_new.pod fix a glitch in the documentation of OCSP_sendreq_bio() 2020-01-09 09:41:05 +01:00
OpenSSL_add_all_algorithms.pod Less documentation for deprecated API 2017-09-02 09:35:50 -04:00
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 Update copyright year 2019-09-10 13:56:40 +01:00
OPENSSL_ia32cap.pod man3/OPENSSL_ia32cap.pod: update assembler version requirements. 2018-03-22 11:54:31 +01:00
OPENSSL_init_crypto.pod Update copyright year 2019-02-26 14:05:09 +00: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 Document that lhash isn't thread safe under any circumstances and 2017-10-09 07:50:18 +10:00
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 2019-02-26 14:05:09 +00:00
OPENSSL_secure_malloc.pod Fix docs for CRYPTO_secure_allocated 2019-12-11 19:20:50 +01:00
OPENSSL_VERSION_NUMBER.pod Document OPENSSL_VERSION_TEXT macro 2018-09-24 12:01:56 +02:00
OSSL_STORE_expect.pod Update copyright year 2019-09-10 13:56:40 +01:00
OSSL_STORE_INFO.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
OSSL_STORE_LOADER.pod Update copyright year 2019-09-10 13:56:40 +01:00
OSSL_STORE_open.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
OSSL_STORE_SEARCH.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
PEM_bytes_read_bio.pod Fix reference to PEM docs 2019-10-09 17:45:21 +02:00
PEM_read.pod Update copyright year 2018-05-29 13:16:04 +01:00
PEM_read_bio_ex.pod Fix reference to PEM docs 2019-10-09 17:45:21 +02:00
PEM_read_bio_PrivateKey.pod Add documentation for PEM_{read,write}_bio_Parameters() 2019-10-07 11:36:48 +02:00
PEM_read_CMS.pod Update copyright year 2018-05-29 13:16:04 +01:00
PEM_write_bio_CMS_stream.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
PEM_write_bio_PKCS7_stream.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
PKCS5_PBKDF2_HMAC.pod Update copyright year 2018-05-29 13:16:04 +01:00
PKCS7_decrypt.pod
PKCS7_encrypt.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
PKCS7_sign.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
PKCS7_sign_add_signer.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
PKCS7_verify.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
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 2019-09-10 13:56:40 +01:00
PKCS12_parse.pod Docs fixup: some man3 pages had unindented code in SYNOPSIS 2018-12-03 11:48:48 +01:00
RAND_add.pod Update various man pages to place HISTORY section after SEE ALSO 2019-04-15 12:26:49 +02:00
RAND_bytes.pod Update various man pages to place HISTORY section after SEE ALSO 2019-04-15 12:26:49 +02:00
RAND_cleanup.pod Update various man pages to place HISTORY section after SEE ALSO 2019-04-15 12:26:49 +02:00
RAND_DRBG_generate.pod Update various man pages to place HISTORY section after SEE ALSO 2019-04-15 12:26:49 +02:00
RAND_DRBG_get0_master.pod Update various man pages to place HISTORY section after SEE ALSO 2019-04-15 12:26:49 +02:00
RAND_DRBG_new.pod Update various man pages to place HISTORY section after SEE ALSO 2019-04-15 12:26:49 +02:00
RAND_DRBG_reseed.pod Update various man pages to place HISTORY section after SEE ALSO 2019-04-15 12:26:49 +02:00
RAND_DRBG_set_callbacks.pod Fix Typos 2019-07-31 19:48:30 +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 Fix some typos 2019-12-11 19:17:00 +01:00
RC4_set_key.pod
RIPEMD160_Init.pod Update copyright year 2019-02-26 14:05:09 +00:00
RSA_blinding_on.pod Update copyright year 2019-09-10 13:56:40 +01:00
RSA_check_key.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
RSA_generate_key.pod Update copyright year 2019-09-10 13:56:40 +01:00
RSA_get0_key.pod Update the HISTORY entry for RSA_get0_pss_params() 2019-12-16 14:50:07 +00:00
RSA_meth_new.pod Use 'i' as parameter name not 'I'. 2018-09-17 09:53:15 +10:00
RSA_new.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
RSA_padding_add_PKCS1_type_1.pod Fix some pod-page ordering nits 2019-08-19 07:49:12 +02:00
RSA_print.pod
RSA_private_encrypt.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
RSA_public_encrypt.pod Fix some pod-page ordering nits 2019-08-19 07:49:12 +02:00
RSA_set_method.pod doc/man3: use the documented coding style in the example code 2017-06-08 11:54:15 +01:00
RSA_sign.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
RSA_sign_ASN1_OCTET_STRING.pod Update copyright year 2019-09-10 13:56:40 +01:00
RSA_size.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SCT_new.pod doc/man3: use the documented coding style in the example code 2017-06-08 11:54:15 +01:00
SCT_print.pod Update all affected files' copyright year to 2018 2018-01-16 17:34:08 +00:00
SCT_validate.pod doc/man3: use the documented coding style in the example code 2017-06-08 11:54:15 +01:00
SHA256_Init.pod doc/man3: reformat the function prototypes in the synopses 2017-06-08 11:54:16 +01:00
SMIME_read_CMS.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
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 Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_alert_type_string.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_alloc_buffers.pod Fix some typo and comments 2017-08-12 20:07:17 +02:00
SSL_check_chain.pod Update copyright year 2018-09-11 13:45:17 +01:00
SSL_CIPHER_get_name.pod Update various man pages to place HISTORY section after SEE ALSO 2019-04-15 12:26:49 +02:00
SSL_clear.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_COMP_add_compression_method.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_CONF_cmd.pod Place return values after examples in doc 2019-04-15 12:26:49 +02:00
SSL_CONF_cmd_argv.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_CONF_CTX_new.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_CONF_CTX_set1_prefix.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_CONF_CTX_set_flags.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_CONF_CTX_set_ssl_ctx.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_connect.pod Update copyright year 2018-05-29 13:16:04 +01:00
SSL_CTX_add1_chain_cert.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_CTX_add_extra_chain_cert.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_CTX_add_session.pod Remove doc of non-existent functions 2017-06-08 15:18:38 -04:00
SSL_CTX_config.pod Update copyright year 2019-09-10 13:56:40 +01:00
SSL_CTX_ctrl.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_CTX_dane_enable.pod Update copyright year 2019-09-10 13:56:40 +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 Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_CTX_get0_param.pod Update copyright year 2019-09-10 13:56:40 +01:00
SSL_CTX_get_verify_mode.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_CTX_has_client_custom_ext.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_CTX_load_verify_locations.pod Update copyright year 2019-05-28 14:49:38 +02:00
SSL_CTX_new.pod Document deprecation of version-specific SSL/TLS methods 2019-06-04 16:30:46 +02:00
SSL_CTX_sess_number.pod Typo in SSL_CTX_sess_number.pod - started 2017-03-29 07:10:18 +02:00
SSL_CTX_sess_set_cache_size.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_CTX_sess_set_get_cb.pod Update SSL_CTX_sess_set_new_cb(3) docs for refcounts 2020-01-16 13:41:50 -08: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 Update copyright year 2019-02-26 14:05:09 +00:00
SSL_CTX_set1_curves.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_CTX_set1_sigalgs.pod Update copyright year 2019-05-28 14:49:38 +02:00
SSL_CTX_set1_verify_cert_store.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_CTX_set_alpn_select_cb.pod Document Next Protocol Negotiation APIs 2017-04-19 12:38:27 -04:00
SSL_CTX_set_cert_cb.pod TLSv1.3 related changes to man pages 2018-09-01 08:45:04 +08:00
SSL_CTX_set_cert_store.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
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 2019-09-10 13:56:40 +01:00
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 Update copyright year 2019-05-28 14:49:38 +02:00
SSL_CTX_set_ct_validation_callback.pod Documentation updates 2017-03-30 14:16:41 +02:00
SSL_CTX_set_ctlog_list_file.pod Update copyright year 2019-02-26 14:05:09 +00:00
SSL_CTX_set_default_passwd_cb.pod Update various man pages to place HISTORY section after SEE ALSO 2019-04-15 12:26:49 +02:00
SSL_CTX_set_ex_data.pod Remove duplicate doc 2017-03-29 07:18:57 +02:00
SSL_CTX_set_generate_session_id.pod Fix doc to remove const arg in GEN_SESSION_CB 2019-06-11 09:54:39 +01:00
SSL_CTX_set_info_callback.pod Update copyright year 2019-02-26 14:05:09 +00: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 Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_CTX_set_min_proto_version.pod Update various man pages to place HISTORY section after SEE ALSO 2019-04-15 12:26:49 +02:00
SSL_CTX_set_mode.pod Update copyright year 2019-02-26 14:05:09 +00:00
SSL_CTX_set_msg_callback.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_CTX_set_num_tickets.pod Document the num_tickets s_server option 2018-12-10 11:13:44 +00:00
SSL_CTX_set_options.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_CTX_set_psk_client_callback.pod Add a note in the docs about sharing PSKs between TLSv1.2 and TLSv1.3 2018-09-01 09:06:10 +08:00
SSL_CTX_set_quiet_shutdown.pod Update copyright year 2018-11-20 13:27:36 +00:00
SSL_CTX_set_read_ahead.pod Update copyright year 2019-05-28 14:49:38 +02:00
SSL_CTX_set_record_padding_callback.pod Update copyright year 2019-02-26 14:05:09 +00:00
SSL_CTX_set_security_level.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_CTX_set_session_cache_mode.pod replace "will lookup up" by "will look up" 2016-12-29 01:29:39 +01:00
SSL_CTX_set_session_id_context.pod Update copyright year 2019-09-10 13:56:40 +01:00
SSL_CTX_set_session_ticket_cb.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_CTX_set_split_send_fragment.pod Update various man pages to place HISTORY section after SEE ALSO 2019-04-15 12:26:49 +02:00
SSL_CTX_set_ssl_version.pod Update copyright year 2019-02-26 14:05:09 +00:00
SSL_CTX_set_stateless_cookie_generate_cb.pod Correct the function names in SSL_CTX_set_stateless_cookie_generate_cb.pod 2019-09-30 15:31:44 +01:00
SSL_CTX_set_timeout.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_CTX_set_tlsext_servername_callback.pod Provide better documentation for SSL_get_servername() 2020-01-30 16:12:16 +00:00
SSL_CTX_set_tlsext_status_cb.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_CTX_set_tlsext_ticket_key_cb.pod Update copyright year 2019-05-28 14:49:38 +02: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 Update copyright year 2019-05-28 14:49:38 +02:00
SSL_CTX_set_verify.pod Update copyright year 2019-09-10 13:56:40 +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 Fix a copy&paste error in the TLSv1.3 server side PSK documentation 2019-10-28 13:08:42 +00:00
SSL_CTX_use_serverinfo.pod Update serverinfo documentation based on feedback received 2017-05-03 14:42:52 +01:00
SSL_do_handshake.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_export_keying_material.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_extension_supported.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_free.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_get0_peer_scts.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_get_all_async_fds.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_get_ciphers.pod Update copyright year 2018-05-29 13:16:04 +01:00
SSL_get_client_random.pod PSK related tweaks based on review feedback 2017-06-21 14:45:36 +01:00
SSL_get_current_cipher.pod Update copyright year 2018-06-20 15:29:23 +01:00
SSL_get_default_timeout.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_get_error.pod Add SSL_shutdown to SSL_get_error's documentation 2019-06-19 15:12:23 +02:00
SSL_get_extms_support.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_get_fd.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_get_peer_cert_chain.pod Correct reference to SSL_get_peer_cert_chain(). 2017-01-18 01:40:36 +01:00
SSL_get_peer_certificate.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_get_peer_signature_nid.pod Added missing signature algorithm reflection functions 2018-11-12 16:53:32 -05:00
SSL_get_peer_tmp_key.pod Update copyright year 2018-11-20 13:27:36 +00:00
SSL_get_psk_identity.pod Merge Nokia copyright notice into standard 2017-06-21 08:59:18 -04:00
SSL_get_rbio.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_get_session.pod Update copyright year 2018-05-01 13:34:30 +01:00
SSL_get_shared_sigalgs.pod Update copyright year 2018-09-11 13:45:17 +01:00
SSL_get_SSL_CTX.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_get_verify_result.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_get_version.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_in_init.pod Update copyright year 2018-09-11 13:45:17 +01:00
SSL_key_update.pod Update copyright year 2019-02-26 14:05:09 +00:00
SSL_library_init.pod Update copyright year 2019-09-10 13:56:40 +01:00
SSL_load_client_CA_file.pod SSL: Document SSL_add_{file,dir}_cert_subjects_to_stack() 2019-11-12 13:43:33 +01:00
SSL_new.pod Add SSL_dup description 2017-03-30 14:18:11 +02:00
SSL_pending.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_read.pod Update various man pages to place HISTORY section after SEE ALSO 2019-04-15 12:26:49 +02:00
SSL_read_early_data.pod Update copyright year 2019-02-26 14:05:09 +00:00
SSL_rstate_string.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_SESSION_free.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_SESSION_get0_cipher.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_SESSION_get0_hostname.pod Provide better documentation for SSL_get_servername() 2020-01-30 16:12:16 +00:00
SSL_SESSION_get0_id_context.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_SESSION_get0_peer.pod More typo fixes 2017-03-29 07:14:29 +02:00
SSL_SESSION_get_compress_id.pod Provide documentation for missing SSL_SESSION_* functions 2017-03-28 15:15:41 +01:00
SSL_SESSION_get_ex_data.pod Provide documentation for missing SSL_SESSION_* functions 2017-03-28 15:15:41 +01:00
SSL_SESSION_get_protocol_version.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_SESSION_get_time.pod Provide documentation for missing SSL_SESSION_* functions 2017-03-28 15:15:41 +01:00
SSL_SESSION_has_ticket.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_SESSION_is_resumable.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_SESSION_print.pod Provide documentation for missing SSL_SESSION_* functions 2017-03-28 15:15:41 +01:00
SSL_session_reused.pod Update copyright year 2019-05-28 14:49:38 +02:00
SSL_SESSION_set1_id.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_set1_host.pod Update copyright year 2019-09-10 13:56:40 +01:00
SSL_set_bio.pod doc/man3/SSL_set_bio.pod: Fix wrong function name in return values section 2018-09-26 11:34:42 +08:00
SSL_set_connect_state.pod Fix a reference nit in doc 2017-07-28 11:34:55 -04:00
SSL_set_fd.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_set_session.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_set_shutdown.pod Update copyright year 2018-11-20 13:27:36 +00:00
SSL_set_verify_result.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_shutdown.pod Update copyright year 2019-05-28 14:49:38 +02:00
SSL_state_string.pod Fix referenses in section 3 manuals 2016-11-11 13:06:43 +01:00
SSL_want.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
SSL_write.pod Fix some pod-page ordering nits 2019-08-19 07:49:12 +02:00
UI_create_method.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
UI_new.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01: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.pod Add documentation for X509_cmp and related APIs 2019-06-15 20:34:37 +08:00
X509_cmp_time.pod Update copyright year 2018-05-29 13:16:04 +01:00
X509_CRL_get0_by_serial.pod Fix docs for X509_CRL_get0_by_serial() and X509_CRL_get0_by_cert() 2017-03-20 14:35:31 +01:00
X509_digest.pod Update copyright year 2018-09-11 13:45:17 +01:00
X509_dup.pod Update copyright year 2018-02-13 13:59:25 +00:00
X509_EXTENSION_set_object.pod
X509_get0_notBefore.pod Fix spelling errors in manpages 2017-06-11 16:21:33 -04:00
X509_get0_signature.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
X509_get0_uids.pod
X509_get_extension_flags.pod Update copyright year 2019-09-10 13:56:40 +01:00
X509_get_pubkey.pod
X509_get_serialNumber.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
X509_get_subject_name.pod Update various man pages to place HISTORY section after SEE ALSO 2019-04-15 12:26:49 +02:00
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 Update copyright year 2019-05-28 14:49:38 +02:00
X509_NAME_add_entry_by_txt.pod Update copyright year 2019-05-28 14:49:38 +02:00
X509_NAME_ENTRY_get_object.pod doc/man3: remove copy&paste leftover 2018-12-12 20:02:50 +01:00
X509_NAME_get0_der.pod
X509_NAME_get_index_by_NID.pod Update copyright year 2019-05-28 14:49:38 +02: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 man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
X509_STORE_add_cert.pod Add description in X509_STORE manipulation 2019-08-14 10:31:02 +08:00
X509_STORE_CTX_get_error.pod Update copyright year 2019-09-10 13:56:40 +01:00
X509_STORE_CTX_new.pod Fix small typo in doc for X509_STORE_CTX_new 2019-09-15 10:05:57 +02:00
X509_STORE_CTX_set_verify_cb.pod Update copyright year 2019-09-10 13:56:40 +01:00
X509_STORE_get0_param.pod Don't use "version" in "OpenSSL Version 1.1.0" etc 2017-07-16 17:28:41 -04:00
X509_STORE_new.pod Update copyright year 2019-09-10 13:56:40 +01:00
X509_STORE_set_verify_cb_func.pod man: harmonize the various formulations in the HISTORY sections 2018-12-15 22:45:39 +01:00
X509_verify_cert.pod
X509_VERIFY_PARAM_set_flags.pod Update copyright year 2019-09-10 13:56:40 +01:00
X509V3_get_d2i.pod
X509v3_get_ext_by_NID.pod Update copyright year 2018-06-20 15:29:23 +01:00