summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2021-05-20Update copyright yearMatt Caswell
2021-05-20app: add a -store_loaders option to list.Pauli
2021-05-20Update documentation for global properties mirroringMatt Caswell
2021-05-20Documentation updates for mirroring of global propertiesMatt Caswell
2021-05-20Add migration guide for 3.0Shane Lontis
2021-05-19Update SSL_new_session_ticket() manual for triggered sendBenjamin Kaduk
2021-05-19danetest.c: Improve code formattingDr. David von Oheimb
2021-05-19X509_STORE_CTX_get1_issuer(): Simplify code, reducing risk of failureDr. David von Oheimb
2021-05-19build.info: Make it possible to set attributes on SOURCE / SHARED_SOURCE stmtsRichard Levitte
2021-05-19speed: Document the deficiencies of the commandTomas Mraz
2021-05-19apps/list: Remove obsolete -missing-help optionDr. David von Oheimb
2021-05-19Make SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() support binary inputDr. David von Oheimb
2021-05-19bio_lib: Add BIO_get_line, correct doc of BIO_getsDr. David von Oheimb
2021-05-19Remove '=for openssl ifdef'Rich Salz
2021-05-18DOC: Fix nits found by improved find-doc-nits -cDr. David von Oheimb
2021-05-18openssl-dsa.pod.in: Fix glitch: pvk-string -> pvk-strongDr. David von Oheimb
2021-05-18find-doc-nits: Make -c option (cmd-nits) independent of app build and executionDr. David von Oheimb
2021-05-18apps/s_server: Add -proxy and -no_proxy optionsDr. David von Oheimb
2021-05-18apps/ocsp: Add -proxy and -no_proxy optionsDr. David von Oheimb
2021-05-18Add -quiet flag to genpkeyRich Salz
2021-05-17Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz
2021-05-17Add doc for ERR_clear_last_mark().Shane Lontis
2021-05-17Fix OSSL_DECODER_new_for_pkey() selection parameter documentationShane Lontis
2021-05-15Promote SSL_get_negotiated_group() for non-TLSv1.3Benjamin Kaduk
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