summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2021-05-25doc: document the MAC block size getterPauli
2021-05-25Add fipsinstall option to run self test KATS on module loadShane Lontis
2021-05-25DOCS: Don't mention internal functions in public documentationRichard Levitte
2021-05-24Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a ...Jon Spillett
2021-05-24Add PBKDF1 to the legacy providerJon Spillett
2021-05-24doc: update core_thread_start() documentationPauli
2021-05-22apps/cms.c: Correct -sign output and -verify input with -binaryDr. David von Oheimb
2021-05-22Fix upgrading docs for RSA_private_encrypt/RSA_public_decryptRobbie Harwood
2021-05-22doc: process images when installingPauli
2021-05-22doc: rereference img locations into subdirectoryPauli
2021-05-22doc: move images into their own subdirectoryPauli
2021-05-21DOCS: Fixups of the migration guide and the FIPS module manualRichard Levitte
2021-05-21Cleanup the missing*.txt filesMatt Caswell
2021-05-21BIO_s_accept.pod: Document port auto-selection feature of BIO_set_accept_port()Dr. David von Oheimb
2021-05-21EVP_DigestSignInit.pod: Clarification in EVP_DigestSignFinal() parameter 'sig'Dr. David von Oheimb
2021-05-20apps/cms: Clean up order of options in help output and documentationDr. David von Oheimb
2021-05-20DOC: Fix nits found by new check on SYNOPSIS and OPTIONS consistencyDr. David von Oheimb
2021-05-20find-doc-nits: Check that man1 SYNOPSIS and OPTIONS contain same optionsDr. David von Oheimb
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