aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* Don't use "version" in "OpenSSL Version 1.1.0" etcRich Salz2017-07-1622-31/+30
* Fix #946 Add -preserve_dates to x509 appTodd Short2017-07-141-1/+7
* Rewrite RAND_egdRich Salz2017-07-121-1/+1
* Update various RAND podpagesRich Salz2017-07-075-96/+54
* Update the documentation for the new SSL_OP_ALLOW_NO_DHE_KEX optionMatt Caswell2017-07-074-0/+16
* Cleanup RAND_load_file,RAND_write_fileRich Salz2017-07-061-16/+22
* Add two trivial fixes from old commitsRich Salz2017-07-051-0/+5
* Undo commit dc00fb9Rich Salz2017-07-051-5/+0
* Improve BN_CTX documentationBenjamin Kaduk2017-07-051-6/+8
* BN_pseudo_rand is really BN_randRich Salz2017-07-032-10/+10
* Correct documentation for UI_get0_result_stringRichard Levitte2017-07-031-3/+3
* Various doc fixesRich Salz2017-07-0317-60/+62
* Fix atfork flag. Avoid double-negatives :)Rich Salz2017-06-302-3/+3
* Add fork handlers, based on pthread_atforkRich Salz2017-06-292-0/+63
* Make it possible to tell the file loader to use secure memoryRichard Levitte2017-06-291-2/+17
* STORE 'file' scheme loader: refactor the treatment of matchesRichard Levitte2017-06-291-2/+9
* Add documentation for the storeutl appRichard Levitte2017-06-291-0/+76
* Add documentation for STORE functionsRichard Levitte2017-06-294-0/+666
* Updates following review of SSL_export_key_material() changesMatt Caswell2017-06-291-1/+1
* Update the SSL_export_keying_material() documentation for TLSv1.3Matt Caswell2017-06-291-3/+6
* Fix sample codeGreg Zaverucha2017-06-291-0/+6
* Use randomness not entropyRich Salz2017-06-275-22/+19
* Remove duplicate see also reference to BIO_s_mem.Pauli2017-06-221-2/+1
* Add OCSP_resp_get1_id() accessorSascha Steinbiss2017-06-211-1/+8
* Add documentation for the SSL_export_keying_material() functionMatt Caswell2017-06-211-0/+61
* PSK related tweaks based on review feedbackMatt Caswell2017-06-213-19/+19
* Make the input parameters for SSL_SESSION_set1_master_key constMatt Caswell2017-06-211-1/+1
* Document SSL_set_psk_find_session_callback() and SSL_CTX equivalentMatt Caswell2017-06-212-1/+6
* Document SSL_set_psk_use_session_callback() and SSL_CTX equivalentMatt Caswell2017-06-212-45/+152
* Add documentation for SSL_CTX_set_psk_use_session_callback()Matt Caswell2017-06-211-0/+7
* Document SSL_CIPHER_get_handshake_digest()Matt Caswell2017-06-211-9/+22
* Document SSL_SESSION_set_protocol_version()Matt Caswell2017-06-211-4/+16
* Document SSL_SESSION_set1_master_key()Matt Caswell2017-06-211-7/+22
* 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