summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2017-06-21Document SSL_set_psk_find_session_callback() and SSL_CTX equivalentMatt Caswell
2017-06-21Document SSL_set_psk_use_session_callback() and SSL_CTX equivalentMatt Caswell
2017-06-21Add documentation for SSL_CTX_set_psk_use_session_callback()Matt Caswell
2017-06-21Document SSL_CIPHER_get_handshake_digest()Matt Caswell
2017-06-21Document SSL_SESSION_set_protocol_version()Matt Caswell
2017-06-21Document SSL_SESSION_set1_master_key()Matt Caswell
2017-06-21Add documentation for SSL_SESSION_set_cipher()Matt Caswell
2017-06-21Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.Dr. Stephen Henson
2017-06-21Merge Nokia copyright notice into standardRich Salz
2017-06-20Add RAND_UNIMPLEMENTED error codeRich Salz
2017-06-19s_client accepts host/port as positional argument.Cory Benfield
2017-06-16Forbid to specify -nextprotoneg if -tls1_3 is enabledPaul Yang
2017-06-13Make SNI behavior more clear in s_client doc & helpPaul Yang
2017-06-12Add SSL_early_get1_extensions_present()Benjamin Kaduk
2017-06-11Introduce ASN1_TIME_set_string_X509 APIRich Salz
2017-06-11doc/man3: use the documented coding style in the example codeBeat Bolli
2017-06-11Fix spelling errors in manpagesJosh Soref
2017-06-09Add support for using engine-backed keys in spkacLuke Faraone
2017-06-08Remove stale note from s_server.podBenjamin Kaduk
2017-06-08Clean up s_server documentationMatt Caswell
2017-06-08Remove doc of non-existent functionsRich Salz
2017-06-08Fix #340: Parse ASN1_TIME to struct tmTodd Short
2017-06-08doc: use /* ... */ comments in code examplesBeat Bolli
2017-06-08doc/man3: fix SSL_SESSSION typosBeat Bolli
2017-06-08SSL_CTX_set_verify.pod: move a typedef in front of its first usageBeat Bolli
2017-06-08doc/man3: unindent a few unintended code blocksBeat Bolli
2017-06-08doc/man3: reformat the function prototypes in the synopsesBeat Bolli
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