aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2017-06-30Fix atfork flag. Avoid double-negatives :)Rich Salz2-3/+3
2017-06-29Add fork handlers, based on pthread_atforkRich Salz2-0/+63
2017-06-29Make it possible to tell the file loader to use secure memoryRichard Levitte1-2/+17
2017-06-29STORE 'file' scheme loader: refactor the treatment of matchesRichard Levitte1-2/+9
2017-06-29Add documentation for the storeutl appRichard Levitte1-0/+76
2017-06-29Add documentation for STORE functionsRichard Levitte4-0/+666
2017-06-29Updates following review of SSL_export_key_material() changesMatt Caswell1-1/+1
2017-06-29Update the SSL_export_keying_material() documentation for TLSv1.3Matt Caswell1-3/+6
2017-06-29Fix sample codeGreg Zaverucha1-0/+6
2017-06-27Use randomness not entropyRich Salz5-22/+19
2017-06-22Remove duplicate see also reference to BIO_s_mem.Pauli1-2/+1
2017-06-21Add OCSP_resp_get1_id() accessorSascha Steinbiss1-1/+8
2017-06-21Add documentation for the SSL_export_keying_material() functionMatt Caswell1-0/+61
2017-06-21PSK related tweaks based on review feedbackMatt Caswell3-19/+19
2017-06-21Make the input parameters for SSL_SESSION_set1_master_key constMatt Caswell1-1/+1
2017-06-21Document SSL_set_psk_find_session_callback() and SSL_CTX equivalentMatt Caswell2-1/+6
2017-06-21Document SSL_set_psk_use_session_callback() and SSL_CTX equivalentMatt Caswell2-45/+152
2017-06-21Add documentation for SSL_CTX_set_psk_use_session_callback()Matt Caswell1-0/+7
2017-06-21Document SSL_CIPHER_get_handshake_digest()Matt Caswell1-9/+22
2017-06-21Document SSL_SESSION_set_protocol_version()Matt Caswell1-4/+16
2017-06-21Document SSL_SESSION_set1_master_key()Matt Caswell1-7/+22
2017-06-21Add documentation for SSL_SESSION_set_cipher()Matt Caswell1-4/+20
2017-06-21Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.Dr. Stephen Henson2-4/+4
2017-06-21Merge Nokia copyright notice into standardRich Salz3-6/+0
2017-06-20Add RAND_UNIMPLEMENTED error codeRich Salz1-13/+9
2017-06-19s_client accepts host/port as positional argument.Cory Benfield1-3/+13
2017-06-16Forbid to specify -nextprotoneg if -tls1_3 is enabledPaul Yang2-0/+2
2017-06-13Make SNI behavior more clear in s_client doc & helpPaul Yang1-5/+9
2017-06-12Add SSL_early_get1_extensions_present()Benjamin Kaduk1-3/+14
2017-06-11Introduce ASN1_TIME_set_string_X509 APIRich Salz1-4/+15
2017-06-11doc/man3: use the documented coding style in the example codeBeat Bolli2-0/+2
2017-06-11Fix spelling errors in manpagesJosh Soref16-21/+22
2017-06-09Add support for using engine-backed keys in spkacLuke Faraone1-0/+6
2017-06-08Remove stale note from s_server.podBenjamin Kaduk1-4/+0
2017-06-08Clean up s_server documentationMatt Caswell1-299/+355
2017-06-08Remove doc of non-existent functionsRich Salz8-64/+31
2017-06-08Fix #340: Parse ASN1_TIME to struct tmTodd Short1-2/+15
2017-06-08doc: use /* ... */ comments in code examplesBeat Bolli2-3/+3
2017-06-08doc/man3: fix SSL_SESSSION typosBeat Bolli2-2/+2
2017-06-08SSL_CTX_set_verify.pod: move a typedef in front of its first usageBeat Bolli1-3/+2
2017-06-08doc/man3: unindent a few unintended code blocksBeat Bolli3-6/+6
2017-06-08doc/man3: reformat the function prototypes in the synopsesBeat Bolli123-541/+681
2017-06-08ERR_put_error.pod: fix the name of function ERR_add_error_vdata()Beat Bolli1-2/+2
2017-06-08doc/man3: remove a duplicate BIO_do_accept() callBeat Bolli1-6/+0
2017-06-08doc/man3: use the documented coding style in the example codeBeat Bolli54-869/+857
2017-06-06Fix #2400 Add NO_RENEGOTIATE optionTodd Short2-0/+15
2017-06-06Fix doc nits in X509_check_private_key.podPaul Yang1-1/+1
2017-06-06Document X509_check_private_key and relativePaul Yang1-0/+54
2017-06-06Move and update RSA-PSS documentation.Dr. Stephen Henson1-7/+17
2017-06-05Document default client -psk_identityRich Salz2-0/+3