summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2017-01-10Fix typo in Blake2 function namesRich Salz
2017-01-09Rename "verify_cb" to SSL_verify_cbRich Salz
2017-01-09Doc nits: callback function typedefsRich Salz
2017-01-08Documentation clarification and fixes.Dr. Stephen Henson
2017-01-08Add documentation for PSS control operations.Dr. Stephen Henson
2017-01-08document RSA-PSS algorithm optionsDr. Stephen Henson
2016-12-29replace "will lookup up" by "will look up"Markus Triska
2016-12-18Fix typo.Finn Hakansson
2016-12-15man3/OPENSSL_ia32cap.pod: clarify AVX512 support in clang context.Andy Polyakov
2016-12-13Add X509_VERIFY_PARAM inheritance flag set/getRich Salz
2016-12-13Fix various doc nits.Rich Salz
2016-12-12Typo fixedDmitry Belyavskiy
2016-12-12Restore the ERR_FATAL_ERROR() macroBenjamin Kaduk
2016-12-10Fix reference to SSL_set_max_proto_version.Markus Triska
2016-11-28Test mac-then-encryptEmilia Kasper
2016-11-23Add an s_server capability to read an OCSP Response from a fileMatt Caswell
2016-11-23Clarify what X509_NAME_online does with the given buffer and sizeRichard Levitte
2016-11-21Make SSL_read and SSL_write return the old behaviour and document it.Kurt Roeckx
2016-11-18Add LMTP support (RFC 2033) to s_client ("-starttls lmtp")Robert Scheck
2016-11-18Use consistent variable names in exampleBeat Bolli
2016-11-16Remove a hack from ssl_test_oldMatt Caswell
2016-11-16Add SSL_peek() and SSL_peek_ex() to NAME sectionMatt Caswell
2016-11-15By default, allow SCT timestamps to be up to 5 minutes in the futureRob Percival
2016-11-15Default CT_POLICY_EVAL_CTX.epoch_time_in_ms to time()Rob Percival
2016-11-15Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_timeRob Percival
2016-11-15Check that SCT timestamps are not in the futureRob Percival
2016-11-14Allow CA.pl script user to pass extra arguments to openssl commandmarko asplund
2016-11-12Update s_client and s_server documentation about some missing argumentsEasySec
2016-11-12Replace the 'SSL' broken link with SSL_CTX_set_security_level which seems not...EasySec
2016-11-12EVP docs: chacha20, chacha20-poly1305enkore
2016-11-11Fix referenses in section 7 manualsRichard Levitte
2016-11-11Fix referenses in section 1 manualsRichard Levitte
2016-11-11Fix referenses in section 3 manualsRichard Levitte
2016-11-10Rename the Elliptic Curves extension to supported_groupsMatt Caswell
2016-11-09Add some documentation for the new HKDF modesMatt Caswell
2016-11-09Update HKDF to support separte Extract and Expand stepsMatt Caswell
2016-11-07Allow null in X509_CRL_METHOD_freeFdaSilvaYY
2016-11-07Improve PRF documentationAndrea Grandi
2016-11-07Make RSA_sign.pod less confusing.David Benjamin
2016-11-07Partial revert of "Fix client verify mode to check SSL_VERIFY_PEER"Matt Caswell
2016-11-04Tweak the SSL_read()/SSL_write() text based on feedback received.Matt Caswell
2016-11-04Clarify the return values for SSL_read_ex()/SSL_write_ex()Matt Caswell
2016-11-04Document the HMAC_size() functionMatt Caswell
2016-11-04Clarify the return values for the peek functionsMatt Caswell
2016-11-04Updates various man pages based on review feedback received.Matt Caswell
2016-11-04Document the newly added SSL functionsMatt Caswell
2016-11-03Update CRYPTO_set_mem_debug() docRich Salz
2016-11-02Add documentation for DTLS_get_data_mtu()David Woodhouse
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell
2016-11-01Add SSL_CTX_set1_cert_store()Todd Short