aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2018-05-18Allow the ca application to use EdDSAMatt Caswell1-1/+2
2018-05-18DH: add simple getters for commonly used DH struct membersDr. Matthias St. Pierre1-3/+17
2018-05-17Add documentation for the ability to control the number of ticketsMatt Caswell1-0/+68
2018-05-17Allow configuation of the number of TLSv1.3 session tickets via SSL_CONFMatt Caswell1-0/+2
2018-05-14Link in passphrase-encoding(7) in relevant documentationRichard Levitte11-10/+60
2018-05-14Docs: add general document on how pass phrases are handledRichard Levitte1-0/+182
2018-05-11Fix typo: 'is an error occurred' in documentationDr. Matthias St. Pierre4-4/+4
2018-05-11Rework the decrypt ticket callbackMatt Caswell1-47/+84
2018-05-11Document when a new session ticket gets created on resumptionMatt Caswell1-0/+6
2018-05-11Provide documentation for the -psk_session optionMatt Caswell2-0/+14
2018-05-09Fix typos in x509 documentationDr. Matthias St. Pierre2-2/+2
2018-05-09ECDSA: remove nonce padding (delegated to EC_POINT_mul)Billy Brumley1-3/+5
2018-05-04docs: Fix typo EVP_PKEY_new_id -> EVP_PKEY_CTX_new_idRichard Levitte2-2/+2
2018-05-02Make X509_VERIFY_PARAM_get_hostflags() take a const argMatt Caswell1-1/+1
2018-05-02Add some documentation for SSL_get_shared_ciphers()Matt Caswell2-4/+22
2018-05-02Add a note about Nagle's algorithm on the SSL_connect man pageMatt Caswell1-0/+15
2018-05-01Add getter for X509_VERIFY_PARAM_get_hostflagsMatt Caswell1-1/+11
2018-05-01Clarify BN_mod_exp docsMatt Caswell1-1/+3
2018-05-01Fix some errors and missing info in the CMS docsMatt Caswell2-11/+10
2018-05-01Update copyright yearMatt Caswell4-4/+4
2018-04-27Update version docsMatt Caswell1-7/+6
2018-04-26Update the *use_certificate* docsMatt Caswell1-0/+7
2018-04-25Fix documentation for the -showcerts s_client optionMatt Caswell1-3/+5
2018-04-24Document when a session gets removed from cacheMatt Caswell1-0/+5
2018-04-24Improve backwards compat with 1.0.2 for ECDHParametersMatt Caswell1-4/+0
2018-04-20Ensure the thread keys are always allocated in the same orderBernd Edlinger1-3/+3
2018-04-19Document supported digest functionsKurt Roeckx1-8/+44
2018-04-19Reflect special `DEFAULT` behavior in ciphers(1)Alois Mahdal1-7/+8
2018-04-19correct spelling errors detected by Debian lintianA. Schulze3-3/+3
2018-04-19Correct an ommission in the EVP_DigestSignInit docsMatt Caswell1-1/+1
2018-04-18Clarify the configuration module in config.podBeat Bolli1-2/+2
2018-04-18Update EVP_DigestSignInit() docsMatt Caswell1-1/+48
2018-04-17Update fingerprints.txtMatt Caswell1-4/+1
2018-04-17Update the info callback documentation for TLSv1.3Matt Caswell1-7/+21
2018-04-17SSL_CTX_set_tlsext_ticket_key_cb.pod: fix error check of RAND_bytes() callDr. Matthias St. Pierre1-1/+1
2018-04-17Update copyright yearRichard Levitte7-7/+7
2018-04-16Revert "Add OPENSSL_VERSION_AT_LEAST"Dr. Matthias St. Pierre2-11/+0
2018-04-13Split the scrypt and RSA-PSS into man3 and man7 pagesRichard Levitte5-110/+267
2018-04-13Docs for OpenSSL_init_crypto: there is no way to specify another fileRichard Levitte1-4/+4
2018-04-12openssl rehash: document -compatRichard Levitte1-0/+6
2018-04-12Clarify default section in config.podDaniel Bevenius1-1/+1
2018-04-11EVP_MD_CTX_cleanup replaced with EVP_MD_CTX_resetTheo Buehler4-4/+4
2018-04-11Minor corrections for the RAND_DRBG API documentationDr. Matthias St. Pierre3-11/+12
2018-04-06Add a note and better error if using Ed25519/Ed448 in dgstMatt Caswell1-1/+3
2018-04-05Update the genpkey documentationMatt Caswell1-81/+90
2018-04-05Document the change in the previous commit about loading the config fileMatt Caswell1-2/+4
2018-04-04Don't use getenv for critical functions when run as setuid/setgidBernd Edlinger3-0/+28
2018-04-03Fix some errors in the mem leaks docsMatt Caswell1-6/+6
2018-04-03Update copyright yearMatt Caswell11-11/+11
2018-04-02Documentation typo fix in EVP_EncryptInit.podAlexandre Perrin1-1/+0