summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2017-07-18Add some performance notes about early dataMatt Caswell
2017-07-18RSA_padding_check_PKCS1_type_2 is not constant time.Emilia Kasper
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-07-16Don't use "version" in "OpenSSL Version 1.1.0" etcRich Salz
2017-07-14Fix #946 Add -preserve_dates to x509 appTodd Short
2017-07-12Rewrite RAND_egdRich Salz
2017-07-07Update various RAND podpagesRich Salz
2017-07-07Update the documentation for the new SSL_OP_ALLOW_NO_DHE_KEX optionMatt Caswell
2017-07-06Cleanup RAND_load_file,RAND_write_fileRich Salz
2017-07-05Add two trivial fixes from old commitsRich Salz
2017-07-05Undo commit dc00fb9Rich Salz
2017-07-05Improve BN_CTX documentationBenjamin Kaduk
2017-07-03BN_pseudo_rand is really BN_randRich Salz
2017-07-03Correct documentation for UI_get0_result_stringRichard Levitte
2017-07-03Various doc fixesRich Salz
2017-06-30Fix atfork flag. Avoid double-negatives :)Rich Salz
2017-06-29Add fork handlers, based on pthread_atforkRich Salz
2017-06-29Make it possible to tell the file loader to use secure memoryRichard Levitte
2017-06-29STORE 'file' scheme loader: refactor the treatment of matchesRichard Levitte
2017-06-29Add documentation for the storeutl appRichard Levitte
2017-06-29Add documentation for STORE functionsRichard Levitte
2017-06-29Updates following review of SSL_export_key_material() changesMatt Caswell
2017-06-29Update the SSL_export_keying_material() documentation for TLSv1.3Matt Caswell
2017-06-29Fix sample codeGreg Zaverucha
2017-06-27Use randomness not entropyRich Salz
2017-06-22Remove duplicate see also reference to BIO_s_mem.Pauli
2017-06-21Add OCSP_resp_get1_id() accessorSascha Steinbiss
2017-06-21Add documentation for the SSL_export_keying_material() functionMatt Caswell
2017-06-21PSK related tweaks based on review feedbackMatt Caswell
2017-06-21Make the input parameters for SSL_SESSION_set1_master_key constMatt Caswell
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