summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2017-02-01Add support for parameterized SipHashTodd Short
2017-01-30Update documentationDr. Stephen Henson
2017-01-26Document DH_check_params()Richard Levitte
2017-01-25Few nit'sFdaSilvaYY
2017-01-25Fix some extra or missing whitespaces...FdaSilvaYY
2017-01-24Add support for Poly1305 in EVP_PKEYTodd Short
2017-01-23Add documentation for the key logging callbacksCory Benfield
2017-01-21'openssl passwd' command can now compute AIX MD5-based passwords hashes.GaƩtan Njinang
2017-01-19correct 3 mistakesMarkus Triska
2017-01-18Defines and strings for special salt length values, add testsDr. Stephen Henson
2017-01-18Add support for -1, -2 salt lengths for PSS only keys.Dr. Stephen Henson
2017-01-18Correct reference to SSL_get_peer_cert_chain().Markus Triska
2017-01-16Fix man3 reference to CRYPTO_secure_usedxemdetia
2017-01-13Fix "failure rate" bugsRich Salz
2017-01-12Make X509_Digest,others publicRich Salz
2017-01-12Rename file so "ls" works on 80 columnsRich Salz
2017-01-12Add documentationRich Salz
2017-01-12GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz
2017-01-12UI documentation fixupRichard Levitte
2017-01-11Add a few documentation lines about UI_OpenSSL()Richard Levitte
2017-01-11Document the UI utility functionsRichard Levitte
2017-01-11Add an application data field in the UI_METHODRichard Levitte
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