summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* doc: document the MAC block size getterPauli2021-05-256-7/+55
* Add fipsinstall option to run self test KATS on module loadShane Lontis2021-05-252-2/+14
* DOCS: Don't mention internal functions in public documentationRichard Levitte2021-05-251-3/+4
* Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a ...Jon Spillett2021-05-241-2/+6
* Add PBKDF1 to the legacy providerJon Spillett2021-05-242-0/+11
* doc: update core_thread_start() documentationPauli2021-05-241-5/+7
* apps/cms.c: Correct -sign output and -verify input with -binaryDr. David von Oheimb2021-05-221-2/+2
* Fix upgrading docs for RSA_private_encrypt/RSA_public_decryptRobbie Harwood2021-05-221-3/+3
* doc: process images when installingPauli2021-05-222-0/+18
* doc: rereference img locations into subdirectoryPauli2021-05-223-3/+3
* doc: move images into their own subdirectoryPauli2021-05-223-0/+0
* DOCS: Fixups of the migration guide and the FIPS module manualRichard Levitte2021-05-212-428/+940
* Cleanup the missing*.txt filesMatt Caswell2021-05-214-5/+4
* BIO_s_accept.pod: Document port auto-selection feature of BIO_set_accept_port()Dr. David von Oheimb2021-05-211-0/+2
* EVP_DigestSignInit.pod: Clarification in EVP_DigestSignFinal() parameter 'sig'Dr. David von Oheimb2021-05-211-2/+3
* apps/cms: Clean up order of options in help output and documentationDr. David von Oheimb2021-05-201-256/+361
* DOC: Fix nits found by new check on SYNOPSIS and OPTIONS consistencyDr. David von Oheimb2021-05-2011-24/+159
* find-doc-nits: Check that man1 SYNOPSIS and OPTIONS contain same optionsDr. David von Oheimb2021-05-201-7/+7
* Update copyright yearMatt Caswell2021-05-2036-36/+36
* app: add a -store_loaders option to list.Pauli2021-05-201-0/+5
* Update documentation for global properties mirroringMatt Caswell2021-05-202-4/+16
* Documentation updates for mirroring of global propertiesMatt Caswell2021-05-202-0/+62
* Add migration guide for 3.0Shane Lontis2021-05-208-16/+2273
* Update SSL_new_session_ticket() manual for triggered sendBenjamin Kaduk2021-05-191-11/+16
* danetest.c: Improve code formattingDr. David von Oheimb2021-05-191-13/+13
* X509_STORE_CTX_get1_issuer(): Simplify code, reducing risk of failureDr. David von Oheimb2021-05-191-8/+19
* build.info: Make it possible to set attributes on SOURCE / SHARED_SOURCE stmtsRichard Levitte2021-05-191-0/+14
* speed: Document the deficiencies of the commandTomas Mraz2021-05-191-3/+13
* apps/list: Remove obsolete -missing-help optionDr. David von Oheimb2021-05-191-5/+0
* Make SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() support binary inputDr. David von Oheimb2021-05-192-8/+17
* bio_lib: Add BIO_get_line, correct doc of BIO_getsDr. David von Oheimb2021-05-191-7/+28
* Remove '=for openssl ifdef'Rich Salz2021-05-1935-88/+0
* DOC: Fix nits found by improved find-doc-nits -cDr. David von Oheimb2021-05-184-0/+53
* openssl-dsa.pod.in: Fix glitch: pvk-string -> pvk-strongDr. David von Oheimb2021-05-181-1/+1
* find-doc-nits: Make -c option (cmd-nits) independent of app build and executionDr. David von Oheimb2021-05-181-7/+7
* apps/s_server: Add -proxy and -no_proxy optionsDr. David von Oheimb2021-05-181-0/+19
* apps/ocsp: Add -proxy and -no_proxy optionsDr. David von Oheimb2021-05-181-1/+20
* Add -quiet flag to genpkeyRich Salz2021-05-181-0/+5
* Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz2021-05-172-4/+19
* Add doc for ERR_clear_last_mark().Shane Lontis2021-05-171-5/+8
* Fix OSSL_DECODER_new_for_pkey() selection parameter documentationShane Lontis2021-05-172-31/+10
* Promote SSL_get_negotiated_group() for non-TLSv1.3Benjamin Kaduk2021-05-151-7/+11
* Init the child providers immediately on creation of the child libctxMatt Caswell2021-05-151-6/+1
* doc: document all functions in provider-base(7)Pauli2021-05-151-12/+16
* Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}Dr. David von Oheimb2021-05-142-6/+5
* HTTP client: Allow streaming of response data (with possibly indefinite length)Dr. David von Oheimb2021-05-142-11/+12
* HTTP client: Allow streaming of request data (for POST method)Dr. David von Oheimb2021-05-141-1/+2
* HTTP client API: Generalize to arbitrary request and response contentsDr. David von Oheimb2021-05-142-13/+24
* OSSL_HTTP_transfer(): Fix error reporting in case rctx->server is NULLDr. David von Oheimb2021-05-141-3/+5
* HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb2021-05-144-31/+33