aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Finn Hakansson2016-12-181-1/+1
* man3/OPENSSL_ia32cap.pod: clarify AVX512 support in clang context.Andy Polyakov2016-12-151-1/+20
* Add X509_VERIFY_PARAM inheritance flag set/getRich Salz2016-12-131-3/+49
* Fix various doc nits.Rich Salz2016-12-1328-52/+48
* Typo fixedDmitry Belyavskiy2016-12-121-1/+1
* Restore the ERR_FATAL_ERROR() macroBenjamin Kaduk2016-12-121-2/+8
* Fix reference to SSL_set_max_proto_version.Markus Triska2016-12-101-1/+1
* Test mac-then-encryptEmilia Kasper2016-11-281-0/+4
* Add an s_server capability to read an OCSP Response from a fileMatt Caswell2016-11-231-0/+6
* Clarify what X509_NAME_online does with the given buffer and sizeRichard Levitte2016-11-231-3/+5
* Make SSL_read and SSL_write return the old behaviour and document it.Kurt Roeckx2016-11-213-47/+35
* Add LMTP support (RFC 2033) to s_client ("-starttls lmtp")Robert Scheck2016-11-181-1/+1
* Use consistent variable names in exampleBeat Bolli2016-11-181-2/+1
* Remove a hack from ssl_test_oldMatt Caswell2016-11-161-1/+21
* Add SSL_peek() and SSL_peek_ex() to NAME sectionMatt Caswell2016-11-161-1/+2
* By default, allow SCT timestamps to be up to 5 minutes in the futureRob Percival2016-11-151-2/+2
* Default CT_POLICY_EVAL_CTX.epoch_time_in_ms to time()Rob Percival2016-11-151-2/+2
* Reword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX}_set_timeRob Percival2016-11-151-3/+6
* Check that SCT timestamps are not in the futureRob Percival2016-11-153-6/+24
* Allow CA.pl script user to pass extra arguments to openssl commandmarko asplund2016-11-141-23/+49
* Update s_client and s_server documentation about some missing argumentsEasySec2016-11-122-2/+42
* Replace the 'SSL' broken link with SSL_CTX_set_security_level which seems not...EasySec2016-11-121-0/+1
* EVP docs: chacha20, chacha20-poly1305enkore2016-11-121-1/+13
* Fix referenses in section 7 manualsRichard Levitte2016-11-116-10/+10
* Fix referenses in section 1 manualsRichard Levitte2016-11-116-8/+9
* Fix referenses in section 3 manualsRichard Levitte2016-11-11215-256/+254
* Rename the Elliptic Curves extension to supported_groupsMatt Caswell2016-11-101-26/+45
* Add some documentation for the new HKDF modesMatt Caswell2016-11-091-10/+48
* Update HKDF to support separte Extract and Expand stepsMatt Caswell2016-11-091-2/+2
* Allow null in X509_CRL_METHOD_freeFdaSilvaYY2016-11-071-2/+0
* Improve PRF documentationAndrea Grandi2016-11-071-2/+2
* Make RSA_sign.pod less confusing.David Benjamin2016-11-071-3/+3
* Partial revert of "Fix client verify mode to check SSL_VERIFY_PEER"Matt Caswell2016-11-071-0/+7
* Tweak the SSL_read()/SSL_write() text based on feedback received.Matt Caswell2016-11-042-3/+3
* Clarify the return values for SSL_read_ex()/SSL_write_ex()Matt Caswell2016-11-042-4/+17
* Document the HMAC_size() functionMatt Caswell2016-11-041-1/+9
* Clarify the return values for the peek functionsMatt Caswell2016-11-041-3/+3
* Updates various man pages based on review feedback received.Matt Caswell2016-11-046-95/+86
* Document the newly added SSL functionsMatt Caswell2016-11-048-110/+142
* Update CRYPTO_set_mem_debug() docRich Salz2016-11-031-2/+4
* Add documentation for DTLS_get_data_mtu()David Woodhouse2016-11-021-0/+36
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-027-17/+30
* Add SSL_CTX_set1_cert_store()Todd Short2016-11-012-1/+19
* Try to unify BIO read/write parameter namesBenjamin Kaduk2016-10-292-32/+32
* Document the new BIO functions introduced as part of the size_t workMatt Caswell2016-10-2813-73/+194
* Move manpages to man[1357] structure.Rich Salz2016-10-26439-46/+16
* Fix grammar error in SSL_CTX_set_min_proto_versionClaus Assmann2016-10-211-1/+1
* Fix broken link to ASYNC_get_wait_ctx and rewrap the paragraphAndrea Grandi2016-10-191-12/+12
* Add missing .pod extension to EVP_PKEY_CTX_set_tls1_prf_mdAndrea Grandi2016-10-191-0/+0
* Add SSL_OP_NO_ENCRYPT_THEN_MACDavid Woodhouse2016-10-171-0/+8