openssl/doc/man3
Richard Levitte 0d003c52d3 SERIALIZER: New API for serialization of objects through providers
Serialization is needed to be able to take a provider object (such as
the provider side key data) and output it in PEM form, DER form, text
form (for display), and possibly other future forms (XML? JSON? JWK?)

The idea is that a serializer should be able to handle objects it has
intimate knowledge of, as well as object data in OSSL_PARAM form.  The
latter will allow libcrypto to serialize some object with a different
provider than the one holding the data, if exporting of that data is
allowed and there is a serializer that can handle it.

We will provide serializers for the types of objects we know about,
which should be useful together with any other provider that provides
implementations of the same type of object.

Serializers are selected by method name and a couple of additional
properties:

- format        used to tell what format the output should be in.
                Possibilities could include "format=text",
                "format=pem", "format=der", "format=pem-pkcs1"
                (traditional), "format=der-pkcs1" (traditional)
- type          used to tell exactly what type of data should be
                output, for example "type=public" (the public part of
                a key), "type=private" (the private part of a key),
                "type=domainparams" (domain parameters).

This also adds a passphrase callback function type,
OSSL_PASSPHRASE_CALLBACK, which is a bit like OSSL_CALLBACK, but it
takes a few extra arguments to place the result in.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10394)
2019-11-29 20:54:48 +01:00
..
ADMISSIONS.pod
ASN1_generate_nconf.pod Make ASN1 manuals conform with man-pages(7) 2019-10-01 22:31:30 +02:00
ASN1_INTEGER_get_int64.pod Fix SYNOPSIS for ASN1_ENUMERATED_get_int64 and ASN1_ENUMERATED_set_int64 2019-10-31 11:15:31 +00:00
ASN1_ITEM_lookup.pod Make ASN1 manuals conform with man-pages(7) 2019-10-01 22:31:30 +02:00
ASN1_OBJECT_new.pod Make ASN1 manuals conform with man-pages(7) 2019-10-01 22:31:30 +02:00
ASN1_STRING_length.pod Make ASN1 manuals conform with man-pages(7) 2019-10-01 22:31:30 +02:00
ASN1_STRING_new.pod Make ASN1 manuals conform with man-pages(7) 2019-10-01 22:31:30 +02:00
ASN1_STRING_print_ex.pod Make ASN1 manuals conform with man-pages(7) 2019-10-01 22:31:30 +02:00
ASN1_STRING_TABLE_add.pod Make ASN1 manuals conform with man-pages(7) 2019-10-01 22:31:30 +02:00
ASN1_TIME_set.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
ASN1_TYPE_get.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
ASYNC_start_job.pod Make ASYNC manuals conform with man-pages(7) 2019-09-30 18:02:32 +02:00
ASYNC_WAIT_CTX_new.pod Make ASYNC manuals conform with man-pages(7) 2019-09-30 18:02:32 +02:00
BF_encrypt.pod
BIO_ADDR.pod Consistent formatting of flags with args 2019-10-01 08:36:58 +02:00
BIO_ADDRINFO.pod
BIO_connect.pod
BIO_ctrl.pod
BIO_f_base64.pod POD: stop abusing comment 2019-10-11 15:30:57 +02:00
BIO_f_buffer.pod
BIO_f_cipher.pod POD: stop abusing comment 2019-10-11 15:30:57 +02:00
BIO_f_md.pod POD: stop abusing comment 2019-10-11 15:30:57 +02:00
BIO_f_null.pod
BIO_f_ssl.pod POD: stop abusing comment 2019-10-11 15:30:57 +02:00
BIO_find_type.pod Use EXAMPLES not EXAMPLE for section title 2019-08-19 00:06:39 +02:00
BIO_get_data.pod Fix L<> entries without sections 2019-10-31 14:26:34 +01:00
BIO_get_ex_new_index.pod Document "get/set-app-data" macros. 2019-10-23 08:31:21 -04:00
BIO_meth_new.pod Fix L<> entries without sections 2019-10-31 14:26:34 +01:00
BIO_new_CMS.pod
BIO_new.pod Use EXAMPLES not EXAMPLE for section title 2019-08-19 00:06:39 +02:00
BIO_parse_hostserv.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
BIO_printf.pod
BIO_push.pod Fix L<> entries without sections 2019-10-31 14:26:34 +01:00
BIO_read.pod
BIO_s_accept.pod Use EXAMPLES not EXAMPLE for section title 2019-08-19 00:06:39 +02:00
BIO_s_bio.pod Use WARNINGS heading not WARNING 2019-08-19 00:06:41 +02:00
BIO_s_connect.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
BIO_s_fd.pod Use EXAMPLES not EXAMPLE for section title 2019-08-19 00:06:39 +02:00
BIO_s_file.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
BIO_s_mem.pod Correct documented return value for BIO_get_mem_data() 2019-08-20 16:29:07 +10:00
BIO_s_null.pod
BIO_s_socket.pod
BIO_set_callback.pod Use EXAMPLES not EXAMPLE for section title 2019-08-19 00:06:39 +02:00
BIO_should_retry.pod Fix L<> entries without sections 2019-10-31 14:26:34 +01:00
BN_add_word.pod
BN_add.pod
BN_BLINDING_new.pod
BN_bn2bin.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
BN_cmp.pod
BN_copy.pod
BN_CTX_new.pod
BN_CTX_start.pod
BN_generate_prime.pod Add BN_check_prime() 2019-10-14 22:54:02 +02:00
BN_mod_inverse.pod
BN_mod_mul_montgomery.pod Use WARNINGS heading not WARNING 2019-08-19 00:06:41 +02:00
BN_mod_mul_reciprocal.pod
BN_new.pod doc: fix link in BN_new.pod 2019-08-19 07:19:56 +02:00
BN_num_bytes.pod
BN_rand.pod
BN_security_bits.pod
BN_set_bit.pod
BN_swap.pod
BN_zero.pod
BUF_MEM_new.pod
CMS_add0_cert.pod
CMS_add1_recipient_cert.pod
CMS_add1_signer.pod
CMS_compress.pod Do not have duplicate section heads 2019-08-27 07:08:11 +10:00
CMS_decrypt.pod
CMS_encrypt.pod Do not have duplicate section heads 2019-08-27 07:08:11 +10:00
CMS_final.pod
CMS_get0_RecipientInfos.pod
CMS_get0_SignerInfos.pod
CMS_get0_type.pod Fix L<> entries without sections 2019-10-31 14:26:34 +01:00
CMS_get1_ReceiptRequest.pod
CMS_sign_receipt.pod
CMS_sign.pod
CMS_uncompress.pod
CMS_verify_receipt.pod
CMS_verify.pod
CONF_modules_free.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
CONF_modules_load_file.pod
CRYPTO_get_ex_new_index.pod Document "get/set-app-data" macros. 2019-10-23 08:31:21 -04:00
CRYPTO_memcmp.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
CRYPTO_THREAD_run_once.pod Do not have duplicate section heads 2019-08-27 07:08:11 +10:00
CT_POLICY_EVAL_CTX_new.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
CTLOG_new.pod
CTLOG_STORE_get0_log_by_id.pod
CTLOG_STORE_new.pod Use option/parameter consistently. 2019-11-28 13:58:51 +01:00
d2i_DHparams.pod
d2i_PKCS8PrivateKey_bio.pod
d2i_PrivateKey.pod
d2i_SSL_SESSION.pod
d2i_X509.pod POD: stop abusing comment 2019-10-11 15:30:57 +02:00
DEFINE_STACK_OF.pod POD: stop abusing comment 2019-10-11 15:30:57 +02:00
DES_random_key.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
DH_generate_key.pod
DH_generate_parameters.pod Check the DH modulus bit length 2019-09-09 14:43:57 +02:00
DH_get0_pqg.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
DH_get_1024_160.pod
DH_meth_new.pod
DH_new_by_nid.pod
DH_new.pod
DH_set_method.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
DH_size.pod
DSA_do_sign.pod
DSA_dup_DH.pod
DSA_generate_key.pod
DSA_generate_parameters.pod
DSA_get0_pqg.pod
DSA_meth_new.pod Fix L<> entries without sections 2019-10-31 14:26:34 +01:00
DSA_new.pod
DSA_set_method.pod Fix L<> entries without sections 2019-10-31 14:26:34 +01:00
DSA_SIG_new.pod
DSA_sign.pod
DSA_size.pod
DTLS_get_data_mtu.pod
DTLS_set_timer_cb.pod
DTLSv1_listen.pod Correct the function names in SSL_CTX_set_stateless_cookie_generate_cb.pod 2019-09-30 15:30:57 +01:00
EC_GFp_simple_method.pod
EC_GROUP_copy.pod fixed the RETURN VALUES section in the EC_GROUP documentation 2019-10-22 13:45:42 +03:00
EC_GROUP_new.pod Fix doc for EC_GROUP_set_curve() 2019-10-23 00:50:01 +03:00
EC_KEY_get_enc_flags.pod
EC_KEY_new.pod Add documentation for new EC functions 2019-08-06 11:19:07 +01:00
EC_POINT_add.pod
EC_POINT_new.pod Extend docs for EC_POINT conversion functions 2019-11-13 18:02:51 +02:00
ECDSA_SIG_new.pod Fix ECDSA_SIG docs 2019-08-06 11:31:47 +01:00
ECPKParameters_print.pod
ENGINE_add.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
ERR_clear_error.pod
ERR_error_string.pod Document the deprecation of ERR_func_error_string() 2019-09-12 17:59:52 +02:00
ERR_get_error.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
ERR_GET_LIB.pod
ERR_load_crypto_strings.pod
ERR_load_strings.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
ERR_new.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
ERR_print_errors.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
ERR_put_error.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
ERR_remove_state.pod
ERR_set_mark.pod
EVP_aes_128_gcm.pod Fix some broken doc links 2019-11-15 17:20:33 +01:00
EVP_aria_128_gcm.pod Fix some broken doc links 2019-11-15 17:20:33 +01:00
EVP_ASYM_CIPHER_free.pod Document the public EVP_ASYM_CIPHER releated functions 2019-11-14 09:29:46 +00:00
EVP_bf_cbc.pod
EVP_blake2b512.pod
EVP_BytesToKey.pod
EVP_camellia_128_ecb.pod Fix some broken doc links 2019-11-15 17:20:33 +01:00
EVP_cast5_cbc.pod
EVP_chacha20.pod
EVP_CIPHER_CTX_get_cipher_data.pod
EVP_CIPHER_meth_new.pod Fix L<> entries without sections 2019-10-31 14:26:34 +01:00
EVP_des_cbc.pod Fix some broken doc links 2019-11-15 17:20:33 +01:00
EVP_desx_cbc.pod
EVP_DigestInit.pod Fix L<xxx(1)> links to be L<openssl-xxx(1)> 2019-11-10 18:58:50 +01:00
EVP_DigestSignInit.pod Fix L<EVP_MD_CTX_set_pkey_ctx> links 2019-11-28 16:53:54 +01:00
EVP_DigestVerifyInit.pod Fix L<EVP_MD_CTX_set_pkey_ctx> links 2019-11-28 16:53:54 +01:00
EVP_EncodeInit.pod
EVP_EncryptInit.pod Fix some broken doc links 2019-11-15 17:20:33 +01:00
EVP_idea_cbc.pod
EVP_KDF.pod Add KRB5KDF from RFC 3961 2019-10-23 08:32:48 +02:00
EVP_KEYEXCH_free.pod EVP: add functions that return the name number 2019-10-17 09:16:45 +02:00
EVP_KEYMGMT.pod EVP: add functions that return the name number 2019-10-17 09:16:45 +02:00
EVP_MAC.pod Fix some broken doc links 2019-11-15 17:20:33 +01:00
EVP_md2.pod
EVP_md4.pod
EVP_md5.pod
EVP_MD_meth_new.pod New function EVP_MD_free() 2019-09-04 10:38:13 +02:00
EVP_mdc2.pod
EVP_OpenInit.pod
EVP_PKEY_asn1_get_count.pod
EVP_PKEY_ASN1_METHOD.pod
EVP_PKEY_cmp.pod
EVP_PKEY_CTX_ctrl.pod Document various new/changes EVP_PKEY_CTX_* functions 2019-11-14 09:29:46 +00:00
EVP_PKEY_CTX_new.pod Change EVP_PKEY_CTX_new_provided() to take a library context too. 2019-11-03 18:33:43 +01:00
EVP_PKEY_CTX_set1_pbe_pass.pod
EVP_PKEY_CTX_set_hkdf_md.pod Use EXAMPLES not EXAMPLE for section title 2019-08-19 00:06:39 +02:00
EVP_PKEY_CTX_set_rsa_pss_keygen_md.pod Document various new/changes EVP_PKEY_CTX_* functions 2019-11-14 09:29:46 +00:00
EVP_PKEY_CTX_set_scrypt_N.pod
EVP_PKEY_CTX_set_tls1_prf_md.pod Use EXAMPLES not EXAMPLE for section title 2019-08-19 00:06:39 +02:00
EVP_PKEY_decrypt.pod Use EXAMPLES not EXAMPLE for section title 2019-08-19 00:06:39 +02:00
EVP_PKEY_derive.pod EVP: Make the KEYEXCH implementation leaner 2019-11-05 22:20:06 +01:00
EVP_PKEY_encrypt.pod Use EXAMPLES not EXAMPLE for section title 2019-08-19 00:06:39 +02:00
EVP_PKEY_fromdata.pod Add EVP functionality to create domain params and keys by user data 2019-11-07 11:50:39 +01:00
EVP_PKEY_get_default_digest_nid.pod
EVP_PKEY_keygen.pod
EVP_PKEY_meth_get_count.pod
EVP_PKEY_meth_new.pod Add missing EVP_PKEY_METHOD accessors for digestsign and digestverify 2019-11-17 08:27:06 +01:00
EVP_PKEY_new.pod Fix L<> entries without sections 2019-10-31 14:26:34 +01:00
EVP_PKEY_print_private.pod
EVP_PKEY_set1_RSA.pod
EVP_PKEY_sign.pod EVP: Make the SIGNATURE implementation leaner 2019-11-05 22:22:29 +01:00
EVP_PKEY_supports_digest_nid.pod
EVP_PKEY_verify_recover.pod EVP: Make the SIGNATURE implementation leaner 2019-11-05 22:22:29 +01:00
EVP_PKEY_verify.pod EVP: Make the SIGNATURE implementation leaner 2019-11-05 22:22:29 +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_set_default_properties.pod Fix L<> entries without sections 2019-10-31 14:26:34 +01:00
EVP_sha1.pod
EVP_sha3_224.pod
EVP_sha224.pod
EVP_SIGNATURE_free.pod EVP: add functions that return the name number 2019-10-17 09:16:45 +02:00
EVP_SignInit.pod Fix L<xxx(1)> links to be L<openssl-xxx(1)> 2019-11-10 18:58:50 +01:00
EVP_sm3.pod
EVP_sm4_cbc.pod
EVP_VerifyInit.pod Fix L<xxx(1)> links to be L<openssl-xxx(1)> 2019-11-10 18:58:50 +01:00
EVP_whirlpool.pod
HMAC.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
i2d_CMS_bio_stream.pod
i2d_PKCS7_bio_stream.pod
i2d_re_X509_tbs.pod
MD5.pod
MDC2_Init.pod
o2i_SCT_LIST.pod Fix L<> entries without sections 2019-10-31 14:26:34 +01:00
OBJ_nid2obj.pod
OCSP_cert_to_id.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
OCSP_request_add1_nonce.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
OCSP_REQUEST_new.pod Use EXAMPLES not EXAMPLE for section title 2019-08-19 00:06:39 +02:00
OCSP_resp_find_status.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
OCSP_response_status.pod
OCSP_sendreq_new.pod
OpenSSL_add_all_algorithms.pod
OPENSSL_Applink.pod
OPENSSL_config.pod
OPENSSL_CTX.pod
OPENSSL_FILE.pod add OPENSSL_FUNC.pod documenting OPENSSL_MSTR, OPENSSL_FUNC, and friends 2019-11-12 16:12:38 +00:00
OPENSSL_fork_prepare.pod
OPENSSL_hexchar2int.pod Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex() 2019-08-12 12:50:41 +02:00
OPENSSL_ia32cap.pod Document more env var stuff, fix some typo's 2019-11-28 13:58:51 +01:00
OPENSSL_init_crypto.pod Fix L<xxx(1)> links to be L<openssl-xxx(1)> 2019-11-10 18:58:50 +01:00
OPENSSL_init_ssl.pod
OPENSSL_instrument_bus.pod
OPENSSL_LH_COMPFUNC.pod POD: stop abusing comment 2019-10-11 15:30:57 +02:00
OPENSSL_LH_stats.pod
OPENSSL_load_builtin_modules.pod
OPENSSL_malloc.pod Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex() 2019-08-12 12:50:41 +02:00
OPENSSL_s390xcap.pod Document more env var stuff, fix some typo's 2019-11-28 13:58:51 +01:00
OPENSSL_secure_malloc.pod
OpenSSL_version.pod Document more env var stuff, fix some typo's 2019-11-28 13:58:51 +01:00
OSSL_CMP_CTX_new.pod Fix L<> entries without sections 2019-10-31 14:26:34 +01:00
OSSL_CMP_CTX_snprint_PKIStatus.pod chunk 5 of CMP contribution to OpenSSL 2019-10-29 14:17:39 +00:00
OSSL_CMP_HDR_get0_transactionID.pod chunk 5 of CMP contribution to OpenSSL 2019-10-29 14:17:39 +00:00
OSSL_CMP_ITAV_set0.pod Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL 2019-09-27 10:53:11 +01:00
OSSL_CMP_log_open.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
OSSL_CRMF_MSG_get0_tmpl.pod Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL 2019-09-27 10:53:11 +01:00
OSSL_CRMF_MSG_set1_regCtrl_regToken.pod Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL 2019-09-27 10:53:11 +01:00
OSSL_CRMF_MSG_set1_regInfo_certReq.pod Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL 2019-09-27 10:53:11 +01:00
OSSL_CRMF_MSG_set_validity.pod Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL 2019-09-27 10:53:11 +01:00
OSSL_CRMF_pbmp_new.pod Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL 2019-09-27 10:53:11 +01:00
OSSL_PARAM_construct_from_text.pod Fix broken links, mainly typo's 2019-10-24 08:45:25 -04:00
OSSL_PARAM_int.pod POD: stop abusing comment 2019-10-11 15:30:57 +02:00
OSSL_PARAM.pod doc/man3/OSSL_PARAM.pod: Clarify return_size with integer types 2019-11-03 11:19:04 +01:00
OSSL_PROVIDER.pod Rename provider and core get_param_types functions 2019-08-15 11:58:25 +02:00
OSSL_SERIALIZER_CTX.pod SERIALIZER: New API for serialization of objects through providers 2019-11-29 20:54:48 +01:00
OSSL_SERIALIZER.pod SERIALIZER: New API for serialization of objects through providers 2019-11-29 20:54:48 +01:00
OSSL_STORE_expect.pod Fix L<> entries without sections 2019-10-31 14:26:34 +01:00
OSSL_STORE_INFO.pod
OSSL_STORE_LOADER.pod
OSSL_STORE_open.pod
OSSL_STORE_SEARCH.pod
OSSL_trace_enabled.pod POD: stop abusing comment 2019-10-11 15:30:57 +02:00
OSSL_trace_get_category_num.pod
OSSL_trace_set_channel.pod POD: stop abusing comment 2019-10-11 15:30:57 +02:00
PEM_bytes_read_bio.pod Fix reference to PEM docs 2019-10-09 17:44:04 +02:00
PEM_read_bio_ex.pod Fix reference to PEM docs 2019-10-09 17:44:04 +02:00
PEM_read_bio_PrivateKey.pod Add documentation for PEM_{read,write}_bio_Parameters() 2019-10-07 11:35:44 +02:00
PEM_read_CMS.pod POD: stop abusing comment 2019-10-11 15:30:57 +02:00
PEM_read.pod
PEM_write_bio_CMS_stream.pod
PEM_write_bio_PKCS7_stream.pod
PKCS5_PBKDF2_HMAC.pod
PKCS7_decrypt.pod
PKCS7_encrypt.pod Do not have duplicate section heads 2019-08-27 07:08:11 +10:00
PKCS7_sign_add_signer.pod
PKCS7_sign.pod Do not have duplicate section heads 2019-08-27 07:08:11 +10:00
PKCS7_verify.pod Consistent formatting of flags with args 2019-10-01 08:36:58 +02:00
PKCS12_add_CSPName_asc.pod Add missing docs for some PKCS12 functions 2019-11-12 18:14:31 +01:00
PKCS12_add_friendlyname_asc.pod Add missing docs for some PKCS12 functions 2019-11-12 18:14:31 +01:00
PKCS12_add_localkeyid.pod Add missing docs for some PKCS12 functions 2019-11-12 18:14:31 +01:00
PKCS12_create.pod
PKCS12_get_friendlyname.pod Add missing docs for some PKCS12 functions 2019-11-12 18:14:31 +01:00
PKCS12_newpass.pod Do not have duplicate section heads 2019-08-27 07:08:11 +10:00
PKCS12_parse.pod
PKCS12_SAFEBAG_get0_attrs.pod Add missing docs for some PKCS12 functions 2019-11-12 18:14:31 +01:00
RAND_add.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
RAND_bytes.pod
RAND_cleanup.pod
RAND_DRBG_generate.pod
RAND_DRBG_get0_master.pod
RAND_DRBG_new.pod
RAND_DRBG_reseed.pod
RAND_DRBG_set_callbacks.pod
RAND_egd.pod
RAND_load_file.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
RAND_set_rand_method.pod
RC4_set_key.pod
RIPEMD160_Init.pod
RSA_blinding_on.pod
RSA_check_key.pod
RSA_generate_key.pod
RSA_get0_key.pod
RSA_meth_new.pod Fix L<> entries without sections 2019-10-31 14:26:34 +01:00
RSA_new.pod
RSA_padding_add_PKCS1_type_1.pod Use WARNINGS heading not WARNING 2019-08-19 00:06:41 +02:00
RSA_print.pod
RSA_private_encrypt.pod
RSA_public_encrypt.pod Use WARNINGS heading not WARNING 2019-08-19 00:06:41 +02:00
RSA_set_method.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
RSA_sign_ASN1_OCTET_STRING.pod
RSA_sign.pod
RSA_size.pod
SCT_new.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
SCT_print.pod Fix L<> entries without sections 2019-10-31 14:26:34 +01:00
SCT_validate.pod
SHA256_Init.pod
SMIME_read_CMS.pod
SMIME_read_PKCS7.pod
SMIME_write_CMS.pod
SMIME_write_PKCS7.pod
SRP_create_verifier.pod Fix L<xxx(1)> links to be L<openssl-xxx(1)> 2019-11-10 18:58:50 +01:00
SRP_user_pwd_new.pod Fix L<xxx(1)> links to be L<openssl-xxx(1)> 2019-11-10 18:58:50 +01:00
SRP_VBASE_new.pod Fix L<xxx(1)> links to be L<openssl-xxx(1)> 2019-11-10 18:58:50 +01:00
SSL_accept.pod
SSL_alert_type_string.pod
SSL_alloc_buffers.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_check_chain.pod
SSL_CIPHER_get_name.pod Fix L<xxx(1)> links to be L<openssl-xxx(1)> 2019-11-10 18:58:50 +01:00
SSL_clear.pod
SSL_COMP_add_compression_method.pod
SSL_CONF_cmd_argv.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_CONF_cmd.pod Fix L<xxx(1)> links to be L<openssl-xxx(1)> 2019-11-10 18:58:50 +01:00
SSL_CONF_CTX_new.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_CONF_CTX_set1_prefix.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_CONF_CTX_set_flags.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_CONF_CTX_set_ssl_ctx.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_connect.pod
SSL_CTX_add1_chain_cert.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_CTX_add_extra_chain_cert.pod
SSL_CTX_add_session.pod
SSL_CTX_config.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_CTX_ctrl.pod
SSL_CTX_dane_enable.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_CTX_flush_sessions.pod
SSL_CTX_free.pod
SSL_CTX_get0_param.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_CTX_get_verify_mode.pod
SSL_CTX_has_client_custom_ext.pod
SSL_CTX_load_verify_locations.pod Document more env var stuff, fix some typo's 2019-11-28 13:58:51 +01:00
SSL_CTX_new.pod
SSL_CTX_sess_number.pod
SSL_CTX_sess_set_cache_size.pod
SSL_CTX_sess_set_get_cb.pod
SSL_CTX_sessions.pod
SSL_CTX_set0_CA_list.pod
SSL_CTX_set1_curves.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_CTX_set1_sigalgs.pod
SSL_CTX_set1_verify_cert_store.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_CTX_set_alpn_select_cb.pod
SSL_CTX_set_cert_cb.pod
SSL_CTX_set_cert_store.pod
SSL_CTX_set_cert_verify_callback.pod
SSL_CTX_set_cipher_list.pod Fix L<xxx(1)> links to be L<openssl-xxx(1)> 2019-11-10 18:58:50 +01:00
SSL_CTX_set_client_cert_cb.pod
SSL_CTX_set_client_hello_cb.pod Fix L<> entries without sections 2019-10-31 14:26:34 +01:00
SSL_CTX_set_ct_validation_callback.pod
SSL_CTX_set_ctlog_list_file.pod Fix L<> entries without sections 2019-10-31 14:26:34 +01:00
SSL_CTX_set_default_passwd_cb.pod
SSL_CTX_set_generate_session_id.pod
SSL_CTX_set_info_callback.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
SSL_CTX_set_keylog_callback.pod
SSL_CTX_set_max_cert_list.pod
SSL_CTX_set_min_proto_version.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_CTX_set_mode.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
SSL_CTX_set_msg_callback.pod
SSL_CTX_set_num_tickets.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_CTX_set_options.pod Fix L<xxx(1)> links to be L<openssl-xxx(1)> 2019-11-10 18:58:50 +01:00
SSL_CTX_set_psk_client_callback.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_CTX_set_quiet_shutdown.pod
SSL_CTX_set_read_ahead.pod
SSL_CTX_set_record_padding_callback.pod
SSL_CTX_set_security_level.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_CTX_set_session_cache_mode.pod
SSL_CTX_set_session_id_context.pod
SSL_CTX_set_session_ticket_cb.pod Fix L<> entries without sections 2019-10-31 14:26:34 +01:00
SSL_CTX_set_split_send_fragment.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_CTX_set_srp_password.pod Fix L<xxx(1)> links to be L<openssl-xxx(1)> 2019-11-10 18:58:50 +01:00
SSL_CTX_set_ssl_version.pod
SSL_CTX_set_stateless_cookie_generate_cb.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_CTX_set_timeout.pod
SSL_CTX_set_tlsext_servername_callback.pod
SSL_CTX_set_tlsext_status_cb.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_CTX_set_tlsext_ticket_key_cb.pod
SSL_CTX_set_tlsext_use_srtp.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_CTX_set_tmp_dh_callback.pod Fix L<xxx(1)> links to be L<openssl-xxx(1)> 2019-11-10 18:58:50 +01:00
SSL_CTX_set_tmp_ecdh.pod Fix L<xxx(1)> links to be L<openssl-xxx(1)> 2019-11-10 18:58:50 +01:00
SSL_CTX_set_verify.pod
SSL_CTX_use_certificate.pod
SSL_CTX_use_psk_identity_hint.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_CTX_use_serverinfo.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_do_handshake.pod
SSL_export_keying_material.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_extension_supported.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_free.pod
SSL_get0_peer_scts.pod
SSL_get_all_async_fds.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_get_ciphers.pod
SSL_get_client_random.pod
SSL_get_current_cipher.pod
SSL_get_default_timeout.pod
SSL_get_error.pod
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_peer_tmp_key.pod
SSL_get_psk_identity.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_get_rbio.pod
SSL_get_session.pod
SSL_get_shared_sigalgs.pod
SSL_get_SSL_CTX.pod
SSL_get_verify_result.pod Fix L<xxx(1)> links to be L<openssl-xxx(1)> 2019-11-10 18:58:50 +01:00
SSL_get_version.pod
SSL_in_init.pod
SSL_key_update.pod
SSL_library_init.pod Use WARNINGS heading not WARNING 2019-08-19 00:06:41 +02:00
SSL_load_client_CA_file.pod SSL: Document SSL_add_{file,dir,store}_cert_subjects_to_stack() 2019-11-12 13:38:36 +01:00
SSL_new.pod Remove outdated info from man7/ssl 2019-11-06 19:38:32 +01:00
SSL_pending.pod
SSL_read_early_data.pod Fix L<> entries without sections 2019-10-31 14:26:34 +01:00
SSL_read.pod
SSL_rstate_string.pod
SSL_SESSION_free.pod
SSL_SESSION_get0_cipher.pod
SSL_SESSION_get0_hostname.pod
SSL_SESSION_get0_id_context.pod
SSL_SESSION_get0_peer.pod
SSL_SESSION_get_compress_id.pod
SSL_SESSION_get_protocol_version.pod
SSL_SESSION_get_time.pod
SSL_SESSION_has_ticket.pod
SSL_SESSION_is_resumable.pod
SSL_SESSION_print.pod
SSL_session_reused.pod
SSL_SESSION_set1_id.pod
SSL_set1_host.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_set_async_callback.pod Add L<ssl(7)> to all SSL pages 2019-11-06 19:38:32 +01:00
SSL_set_bio.pod
SSL_set_connect_state.pod
SSL_set_fd.pod
SSL_set_session.pod
SSL_set_shutdown.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
SSL_set_verify_result.pod Fix L<xxx(1)> links to be L<openssl-xxx(1)> 2019-11-10 18:58:50 +01:00
SSL_shutdown.pod Do not have duplicate section heads 2019-08-27 07:08:11 +10:00
SSL_state_string.pod
SSL_want.pod
SSL_write.pod Use WARNINGS heading not WARNING 2019-08-19 00:06:41 +02:00
UI_create_method.pod
UI_new.pod Document more env var stuff, fix some typo's 2019-11-28 13:58:51 +01:00
UI_STRING.pod
UI_UTIL_read_pw.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
X509_ALGOR_dup.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
X509_check_ca.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
X509_check_host.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
X509_check_issued.pod Fix L<xxx(1)> links to be L<openssl-xxx(1)> 2019-11-10 18:58:50 +01:00
X509_check_private_key.pod
X509_cmp_time.pod
X509_cmp.pod
X509_CRL_get0_by_serial.pod
X509_digest.pod
X509_dup.pod POD: stop abusing comment 2019-10-11 15:30:57 +02:00
X509_EXTENSION_set_object.pod
X509_get0_notBefore.pod
X509_get0_signature.pod
X509_get0_sm2_id.pod
X509_get0_uids.pod
X509_get_extension_flags.pod Add missing accessors for X509 AuthorityKeyIdentifier 2019-08-01 11:32:12 +02:00
X509_get_pubkey.pod
X509_get_serialNumber.pod
X509_get_subject_name.pod
X509_get_version.pod
X509_LOOKUP_hash_dir.pod Fix L<xxx(1)> links to be L<openssl-xxx(1)> 2019-11-10 18:58:50 +01:00
X509_LOOKUP_meth_new.pod
X509_NAME_add_entry_by_txt.pod
X509_NAME_ENTRY_get_object.pod
X509_NAME_get0_der.pod
X509_NAME_get_index_by_NID.pod
X509_NAME_print_ex.pod Consistent formatting of flags with args 2019-10-01 08:36:58 +02:00
X509_new.pod
X509_PUBKEY_new.pod
X509_SIG_get0.pod
X509_sign.pod
X509_STORE_add_cert.pod Document X509_LOOKUP_store 2019-11-03 18:38:23 +01:00
X509_STORE_CTX_get_error.pod Fix reversed meaning of error codes 2019-08-08 10:24:17 +01:00
X509_STORE_CTX_new.pod Fix small typo in doc for X509_STORE_CTX_new 2019-09-15 10:04:43 +02:00
X509_STORE_CTX_set_verify_cb.pod Use WARNINGS heading not WARNING 2019-08-19 00:06:41 +02:00
X509_STORE_get0_param.pod
X509_STORE_new.pod
X509_STORE_set_verify_cb_func.pod
X509_verify_cert.pod Fix L<xxx(1)> links to be L<openssl-xxx(1)> 2019-11-10 18:58:50 +01:00
X509_VERIFY_PARAM_set_flags.pod Fix L<xxx(1)> links to be L<openssl-xxx(1)> 2019-11-10 18:58:50 +01:00
X509v3_get_ext_by_NID.pod Fix errors found by new find-doc-nits 2019-10-03 10:33:54 +10:00
X509V3_get_d2i.pod