aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* Add documentation for SSL_SESSION_set_cipher()Matt Caswell2017-06-211-4/+20
* Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.Dr. Stephen Henson2017-06-212-4/+4
* Merge Nokia copyright notice into standardRich Salz2017-06-213-6/+0
* Add RAND_UNIMPLEMENTED error codeRich Salz2017-06-201-13/+9
* s_client accepts host/port as positional argument.Cory Benfield2017-06-191-3/+13
* Forbid to specify -nextprotoneg if -tls1_3 is enabledPaul Yang2017-06-162-0/+2
* Make SNI behavior more clear in s_client doc & helpPaul Yang2017-06-131-5/+9
* Add SSL_early_get1_extensions_present()Benjamin Kaduk2017-06-121-3/+14
* Introduce ASN1_TIME_set_string_X509 APIRich Salz2017-06-111-4/+15
* doc/man3: use the documented coding style in the example codeBeat Bolli2017-06-112-0/+2
* Fix spelling errors in manpagesJosh Soref2017-06-1116-21/+22
* Add support for using engine-backed keys in spkacLuke Faraone2017-06-091-0/+6
* Remove stale note from s_server.podBenjamin Kaduk2017-06-081-4/+0
* Clean up s_server documentationMatt Caswell2017-06-081-299/+355
* Remove doc of non-existent functionsRich Salz2017-06-088-64/+31
* Fix #340: Parse ASN1_TIME to struct tmTodd Short2017-06-081-2/+15
* doc: use /* ... */ comments in code examplesBeat Bolli2017-06-082-3/+3
* doc/man3: fix SSL_SESSSION typosBeat Bolli2017-06-082-2/+2
* SSL_CTX_set_verify.pod: move a typedef in front of its first usageBeat Bolli2017-06-081-3/+2
* doc/man3: unindent a few unintended code blocksBeat Bolli2017-06-083-6/+6
* doc/man3: reformat the function prototypes in the synopsesBeat Bolli2017-06-08123-541/+681
* ERR_put_error.pod: fix the name of function ERR_add_error_vdata()Beat Bolli2017-06-081-2/+2
* doc/man3: remove a duplicate BIO_do_accept() callBeat Bolli2017-06-081-6/+0
* doc/man3: use the documented coding style in the example codeBeat Bolli2017-06-0854-869/+857
* Fix #2400 Add NO_RENEGOTIATE optionTodd Short2017-06-062-0/+15
* Fix doc nits in X509_check_private_key.podPaul Yang2017-06-061-1/+1
* Document X509_check_private_key and relativePaul Yang2017-06-061-0/+54
* Move and update RSA-PSS documentation.Dr. Stephen Henson2017-06-061-7/+17
* Document default client -psk_identityRich Salz2017-06-052-0/+3
* Avoid failing s_server when client's psk_identity is unexpectedDaniel Kahn Gillmor2017-06-051-0/+6
* Fix ex_data and session_dup issuesTodd Short2017-06-021-3/+4
* Added mysql as starttls protocol.Keigo Tanaka2017-06-011-1/+1
* Add -p (public only) flag to find-doc-nitsRich Salz2017-06-011-38/+0
* Add UI functionality to duplicate the user dataRichard Levitte2017-05-312-19/+54
* Add Ed25519 documentationDr. Stephen Henson2017-05-303-6/+76
* Add stricter checking in NAME sectionRich Salz2017-05-295-6/+6
* Fix spelling errors in CMS.Josh Soref2017-05-272-3/+3
* Add missing commas in pod filesKurt Roeckx2017-05-255-5/+5
* Document that HMAC() with a NULL md is not thread safeMatt Caswell2017-05-251-1/+2
* Document that PKCS#12 functions assume UTF-8 for passwordsDavid Woodhouse2017-05-242-0/+21
* Clarify what character encoding is used in the returned UI stringsRichard Levitte2017-05-242-8/+34
* Fix typo in doc/man3/EVP_EncrypInit.podPaul Yang2017-05-231-1/+1
* -inkey can be an identifier, not just a fileRich Salz2017-05-213-6/+12
* Document the history of BIO_gets() on BIO_fd().Tomas Mraz2017-05-151-0/+5
* Document that BIO_gets() preserves '\n'.Tomas Mraz2017-05-151-1/+2
* Fix regression in openssl req -x509 behaviour.Tomas Mraz2017-05-111-0/+3
* Add EVP_DigestSign and EVP_DigesVerifyDr. Stephen Henson2017-05-112-12/+36
* Add PEM_bytes_read_bio_secmem()Benjamin Kaduk2017-05-081-0/+81
* Add PEM_read_bio_exBenjamin Kaduk2017-05-081-0/+70
* Update the message callback documentationMatt Caswell2017-05-081-17/+46