summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2017-06-08ERR_put_error.pod: fix the name of function ERR_add_error_vdata()Beat Bolli
2017-06-08doc/man3: remove a duplicate BIO_do_accept() callBeat Bolli
2017-06-08doc/man3: use the documented coding style in the example codeBeat Bolli
2017-06-06Fix #2400 Add NO_RENEGOTIATE optionTodd Short
2017-06-06Fix doc nits in X509_check_private_key.podPaul Yang
2017-06-06Document X509_check_private_key and relativePaul Yang
2017-06-06Move and update RSA-PSS documentation.Dr. Stephen Henson
2017-06-05Document default client -psk_identityRich Salz
2017-06-05Avoid failing s_server when client's psk_identity is unexpectedDaniel Kahn Gillmor
2017-06-02Fix ex_data and session_dup issuesTodd Short
2017-06-01Added mysql as starttls protocol.Keigo Tanaka
2017-06-01Add -p (public only) flag to find-doc-nitsRich Salz
2017-05-31Add UI functionality to duplicate the user dataRichard Levitte
2017-05-30Add Ed25519 documentationDr. Stephen Henson
2017-05-29Add stricter checking in NAME sectionRich Salz
2017-05-27Fix spelling errors in CMS.Josh Soref
2017-05-25Add missing commas in pod filesKurt Roeckx
2017-05-25Document that HMAC() with a NULL md is not thread safeMatt Caswell
2017-05-24Document that PKCS#12 functions assume UTF-8 for passwordsDavid Woodhouse
2017-05-24Clarify what character encoding is used in the returned UI stringsRichard Levitte
2017-05-23Fix typo in doc/man3/EVP_EncrypInit.podPaul Yang
2017-05-21-inkey can be an identifier, not just a fileRich Salz
2017-05-15Document the history of BIO_gets() on BIO_fd().Tomas Mraz
2017-05-15Document that BIO_gets() preserves '\n'.Tomas Mraz
2017-05-11Fix regression in openssl req -x509 behaviour.Tomas Mraz
2017-05-11Add EVP_DigestSign and EVP_DigesVerifyDr. Stephen Henson
2017-05-08Add PEM_bytes_read_bio_secmem()Benjamin Kaduk
2017-05-08Add PEM_read_bio_exBenjamin Kaduk
2017-05-08Update the message callback documentationMatt Caswell
2017-05-05Remove some out of date text inadvertently left behindMatt Caswell
2017-05-03Update the documentation for "Groups" and "Curves"Matt Caswell
2017-05-03Update serverinfo documentation based on feedback receivedMatt Caswell
2017-05-03Clarify serverinfo usage with Certificate messagesMatt Caswell
2017-05-03Document the new SSL_CTX_use_serverinfo_ex() functionMatt Caswell
2017-05-03Added support for ESSCertIDv2Marek Klein
2017-05-02Add some man page cross-referencesRich Salz
2017-05-02TLS1.3 PaddingTodd Short
2017-04-28Add a 'max_send_frag' option to configure maximum size of send fragmentsFdaSilvaYY
2017-04-27Ensure s_client sends an SNI extension by defaultMatt Caswell
2017-04-26Clarify that SSL_CTX_remove_session() marks a session as non-resumableMatt Caswell
2017-04-26More SSL_SESSION documentation tweaks based on feedbackMatt Caswell
2017-04-26Tweak SSL_get_session.pod wordingMatt Caswell
2017-04-26Documentation updates for TLSv1.3 sessionsMatt Caswell
2017-04-25Update documentationDr. Stephen Henson
2017-04-25Add documentation for the -sctp option in command line appsMatt Caswell
2017-04-25Fix doc-nits issueMatt Caswell
2017-04-25Address review feedback for the SCTP changesMatt Caswell
2017-04-25Document BIO_lookup_ex()Matt Caswell
2017-04-24Add CRYPTO_mem_leaks_cbRichard Levitte
2017-04-22Fixed typo in X509_STORE_CTX_new descriptionCamille Guérin