summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2021-05-15Init the child providers immediately on creation of the child libctxMatt Caswell
2021-05-15doc: document all functions in provider-base(7)Pauli
2021-05-14Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}Dr. David von Oheimb
2021-05-14HTTP client: Allow streaming of response data (with possibly indefinite length)Dr. David von Oheimb
2021-05-14HTTP client: Allow streaming of request data (for POST method)Dr. David von Oheimb
2021-05-14HTTP client API: Generalize to arbitrary request and response contentsDr. David von Oheimb
2021-05-14OSSL_HTTP_transfer(): Fix error reporting in case rctx->server is NULLDr. David von Oheimb
2021-05-14HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb
2021-05-14mac: improve MAC documentation (Poly 1305 key reuse, nomenclature)Pauli
2021-05-14Slightly reformat ssl.h.inRich Salz
2021-05-14Convert SSL_{CTX}_[gs]et_options to 64Rich Salz
2021-05-13doc: remove references to undepreciated commands being deprecated.Pauli
2021-05-13Replace EVP_PKEY_supports_digest_nidTomas Mraz
2021-05-13clarification about the DES statusDmitry Belyavskiy
2021-05-13Enumerating the legacy provider's cipher algorithmsDmitry Belyavskiy
2021-05-13EVP_PKEY-X25519.pod: Correct EVP_PKEY_Q_keygen function name in exampleDr. David von Oheimb
2021-05-13Fix cut/paste (?) error.Rich Salz
2021-05-13Export/import flags for FFC params changed to seperate fields.Shane Lontis
2021-05-12HTTP client: Minimal changes that include the improved APIDr. David von Oheimb
2021-05-12Add ASN1_item_i2d_mem_bio(); document and improve also ASN1_item_d2i_bio()Dr. David von Oheimb
2021-05-12doc: document the encoder and decoder name functionsPauli
2021-05-12use LHASH_OF(TYPE) macro to make the example consistent with the declaration ...EasySec
2021-05-11Update documentation following addition of OSSL_LIB_CTX_new_child()Matt Caswell
2021-05-11Add the concept of a child OSSL_LIB_CTXMatt Caswell
2021-05-11Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc.Dr. David von Oheimb
2021-05-11Add convenience functions and macros for asymmetric key generationDr. David von Oheimb
2021-05-11reduce surprise in choice of CASE/String/STRING by allowing all inputs to be ...Michael Richardson
2021-05-08Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb
2021-05-08Add quick one-shot EVP_Q_mac() and deprecation compensation decls for MAC fun...Dr. David von Oheimb
2021-05-08DOC: Fix all wrong occurrences of '<propq>' to 'I<propq>'Dr. David von Oheimb
2021-05-08apps/mac: Add digest and cipher command line optionsPauli
2021-05-08apps: add mac, cipher and digest arguments to the kdf applet.Pauli
2021-05-08BIO_printf.pod: Clarify that output is always null terminated.Scott McPeak
2021-05-07doc: document the new ossl_provider_clear_all_operation_bits() functionPauli
2021-05-07Unify parameter types in documentationTomas Mraz
2021-05-07Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphersJon Spillett
2021-05-06Update copyright yearMatt Caswell
2021-05-06Document the behavior of the -inform and related optionsTomas Mraz
2021-05-06provider-storemgmt: Document the input-type and properties parameters.Tomas Mraz
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-06try to document changes in salt handling for the 'enc' commandEasySec
2021-05-05Deprecate X509{,_CRL}_http_nbio() and simplify their definitionDr. David von Oheimb
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-05-05APPS: Slightly extend and improve documentation of the opt_ APIDr. David von Oheimb
2021-05-05Correct ssl_conf logic for "legacy_server_connect"Benjamin Kaduk
2021-05-05Enforce secure renegotiation support by defaultBenjamin Kaduk
2021-05-05mac: update life-cycle description and diagrams to include finalXOFPauli
2021-05-05doc: document EVP_MAC_finalXOF()Pauli
2021-05-05Add .includedir pragmaRich Salz
2021-05-05Allow absolute paths to be setRich Salz