openssl/doc/man7
Shane Lontis a30823c80f Add new filter BIO BIO_f_readbuffer()
This allows BIO_tell() and BIO_seek() to work for BIO's that do
not support these methods. The main use case for this is file/fd BIO's
that use stdin.

This works for stdin taken from input redirection (command < file),
and stdin via pipe (cat file | command).

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14407)
2021-03-11 07:57:31 +10:00
..
bio.pod Add new filter BIO BIO_f_readbuffer() 2021-03-11 07:57:31 +10:00
crypto.pod
ct.pod
des_modes.pod
EVP_ASYM_CIPHER-SM2.pod Document the provider side SM2 Asymmetric Cipher support 2020-09-25 11:13:54 +01:00
EVP_KDF-HKDF.pod doc: document additional argument to KDF derive calls 2021-02-28 17:25:49 +10:00
EVP_KDF-KB.pod EVP_KDF-KB man page: Fix typo in the example code 2021-03-09 22:12:17 +10:00
EVP_KDF-KRB5KDF.pod doc: document additional argument to KDF derive calls 2021-02-28 17:25:49 +10:00
EVP_KDF-PBKDF2.pod
EVP_KDF-PKCS12KDF.pod
EVP_KDF-SCRYPT.pod doc: document additional argument to KDF derive calls 2021-02-28 17:25:49 +10:00
EVP_KDF-SS.pod doc: document additional argument to KDF derive calls 2021-02-28 17:25:49 +10:00
EVP_KDF-SSHKDF.pod doc: document additional argument to KDF derive calls 2021-02-28 17:25:49 +10:00
EVP_KDF-TLS1_PRF.pod doc: document additional argument to KDF derive calls 2021-02-28 17:25:49 +10:00
EVP_KDF-X942-ASN1.pod doc: document additional argument to KDF derive calls 2021-02-28 17:25:49 +10:00
EVP_KDF-X942-CONCAT.pod Add EVP_KDF-X942 to the fips module 2020-12-02 12:15:05 +10:00
EVP_KDF-X963.pod doc: document additional argument to KDF derive calls 2021-02-28 17:25:49 +10:00
EVP_KEM-RSA.pod Add KEM (Key encapsulation mechanism) support to providers 2020-09-19 18:08:46 +10:00
EVP_KEYEXCH-DH.pod Deprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_CTX_get0_ecdh_kdf_ukm() 2021-02-24 10:44:15 +01:00
EVP_KEYEXCH-ECDH.pod Deprecated EVP_PKEY_CTX_get0_dh_kdf_ukm() and EVP_PKEY_CTX_get0_ecdh_kdf_ukm() 2021-02-24 10:44:15 +01:00
EVP_KEYEXCH-X25519.pod
EVP_MAC-BLAKE2.pod DOCS: Fix provider-mac.pod and the docs of our implementations 2021-03-03 14:08:00 +01:00
EVP_MAC-CMAC.pod DOCS: Fix provider-mac.pod and the docs of our implementations 2021-03-03 14:08:00 +01:00
EVP_MAC-GMAC.pod DOCS: Fix provider-mac.pod and the docs of our implementations 2021-03-03 14:08:00 +01:00
EVP_MAC-HMAC.pod DOCS: Fix provider-mac.pod and the docs of our implementations 2021-03-03 14:08:00 +01:00
EVP_MAC-KMAC.pod DOCS: Fix provider-mac.pod and the docs of our implementations 2021-03-03 14:08:00 +01:00
EVP_MAC-Poly1305.pod DOCS: Fix provider-mac.pod and the docs of our implementations 2021-03-03 14:08:00 +01:00
EVP_MAC-Siphash.pod DOCS: Fix provider-mac.pod and the docs of our implementations 2021-03-03 14:08:00 +01:00
EVP_MD-BLAKE2.pod
EVP_MD-common.pod
EVP_MD-MD2.pod
EVP_MD-MD4.pod
EVP_MD-MD5-SHA1.pod
EVP_MD-MD5.pod
EVP_MD-MDC2.pod Update copyright year 2021-02-18 15:05:17 +00:00
EVP_MD-RIPEMD160.pod
EVP_MD-SHA1.pod
EVP_MD-SHA2.pod
EVP_MD-SHA3.pod
EVP_MD-SHAKE.pod
EVP_MD-SM3.pod
EVP_MD-WHIRLPOOL.pod
EVP_PKEY-DH.pod Fix some typos in EVP_PKEY-DH.pod 2020-12-11 11:10:56 +00:00
EVP_PKEY-DSA.pod
EVP_PKEY-EC.pod Update copyright year 2021-01-28 13:54:57 +01:00
EVP_PKEY-FFC.pod
EVP_PKEY-HMAC.pod
EVP_PKEY-RSA.pod
EVP_PKEY-SM2.pod Document the provider side SM2 Asymmetric Cipher support 2020-09-25 11:13:54 +01:00
EVP_PKEY-X25519.pod Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_key 2020-10-20 16:39:41 +01:00
EVP_RAND-CTR-DRBG.pod doc: update documenation with params argument on DRBG instantiate calls 2021-02-28 17:25:49 +10:00
EVP_RAND-HASH-DRBG.pod doc: update documenation with params argument on DRBG instantiate calls 2021-02-28 17:25:49 +10:00
EVP_RAND-HMAC-DRBG.pod doc: update documenation with params argument on DRBG instantiate calls 2021-02-28 17:25:49 +10:00
EVP_RAND-SEED-SRC.pod doc: update documenation with params argument on DRBG instantiate calls 2021-02-28 17:25:49 +10:00
EVP_RAND-TEST-RAND.pod doc: update documenation with params argument on DRBG instantiate calls 2021-02-28 17:25:49 +10:00
EVP_RAND.pod
EVP_SIGNATURE-DSA.pod
EVP_SIGNATURE-ECDSA.pod
EVP_SIGNATURE-ED25519.pod Update copyright year 2021-01-07 13:38:50 +00:00
EVP_SIGNATURE-HMAC.pod
EVP_SIGNATURE-RSA.pod Remove RSA SSLv23 padding mode 2021-03-01 10:56:12 +01:00
evp.pod Document the change in behaviour of the the low level key getters/setters 2021-03-08 15:11:31 +00:00
openssl_user_macros.pod.in Document how deprecation should be done 2020-10-12 08:29:31 +02:00
openssl-core_dispatch.h.pod
openssl-core_names.h.pod
openssl-core.h.pod
openssl-env.pod Update copyright year 2021-01-28 13:54:57 +01:00
openssl-glossary.pod DOCS: Update OSSL_DECODER_CTX_new_by_EVP_PKEY.pod to match declarations 2020-12-11 18:49:42 +01:00
openssl-threads.pod Document openssl thread-safety 2021-01-15 10:51:51 +01:00
OSSL_PROVIDER-base.pod
OSSL_PROVIDER-default.pod Update copyright year 2021-01-28 13:54:57 +01:00
OSSL_PROVIDER-FIPS.pod Add fips self tests for all included kdf 2020-12-11 10:59:32 +10:00
OSSL_PROVIDER-legacy.pod
OSSL_PROVIDER-null.pod
ossl_store-file.pod
ossl_store.pod
passphrase-encoding.pod
property.pod
provider-asym_cipher.pod Remove RSA SSLv23 padding mode 2021-03-01 10:56:12 +01:00
provider-base.pod provider: add an unquery function to allow providers to clean up. 2021-02-24 21:24:36 +10:00
provider-cipher.pod changes to match the updated context gettable/settable calls for ciphers 2021-02-26 18:08:41 +10:00
provider-digest.pod Resolve TODOs in signature implementations. 2021-03-03 10:00:21 +10:00
provider-encoder.pod ENCODER: Add support for OSSL_FUNC_encoder_does_selection() 2020-11-11 12:43:27 +01:00
provider-kdf.pod core: add param argument to KDF derive call 2021-02-28 17:25:49 +10:00
provider-kem.pod Reword repeated words. 2021-03-09 16:25:45 +10:00
provider-keyexch.pod EVP_PKEY_CTX_get/settable_params: pass provider operation context 2021-03-03 11:25:39 +01:00
provider-keymgmt.pod EVP_PKEY_CTX_get/settable_params: pass provider operation context 2021-03-03 11:25:39 +01:00
provider-mac.pod DOCS: Fix provider-mac.pod and the docs of our implementations 2021-03-03 14:08:00 +01:00
provider-object.pod CORE: Add support for specifying the outermost object structure 2020-11-11 12:43:27 +01:00
provider-rand.pod doc: update documenation with params argument on DRBG instantiate calls 2021-02-28 17:25:49 +10:00
provider-signature.pod EVP_PKEY_CTX_get/settable_params: pass provider operation context 2021-03-03 11:25:39 +01:00
provider-storemgmt.pod
provider.pod Update copyright year 2021-01-28 13:54:57 +01:00
proxy-certificates.pod
RAND.pod RAND_METHOD deprecation: documentation 2021-02-23 23:24:13 +10:00
RSA-PSS.pod
ssl.pod
x509.pod
X25519.pod