summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-181-0/+8
* Add Postgres support to -starttlsValentin Vidic2016-10-181-1/+1
* fix invalid use of incomplete type X509_STORE_CTXchoury2016-10-171-1/+1
* Fix signatures of EVP_Digest{Sign,Verify}UpdateSteven Fackler2016-10-162-2/+2
* doc/crypto/OPENSSL_ia32cap.pod: update assembler requirements.Andy Polyakov2016-10-111-2/+1
* Add -item option to asn1parseDr. Stephen Henson2016-09-291-0/+6
* Add ASN1_ITEM lookup and enumerate functions.Dr. Stephen Henson2016-09-291-0/+39
* Add OCSP_RESPID_match()Matt Caswell2016-09-221-3/+10
* Add the ability to set OCSP_RESPID fieldsMatt Caswell2016-09-221-1/+26
* Dcoument -alpn flagRich Salz2016-09-212-4/+14
* Revert "Constify code about X509_VERIFY_PARAM"Rich Salz2016-09-212-3/+3
* Documentation fixup; no more ECDHParametersRichard Levitte2016-09-201-10/+0
* Constify code about X509_VERIFY_PARAMFdaSilvaYY2016-09-182-3/+3
* Make reference to other manpage more explicitRich Salz2016-09-152-3/+5
* Document the new SHA256 and SHA512 password generation optionsRichard Levitte2016-09-141-0/+9
* Add -h and -help for c_rehash script and appRich Salz2016-09-141-1/+2
* Misc BN fixesRich Salz2016-09-062-1/+4
* Un-delete still documented X509_STORE_CTX_set_verifyViktor Dukhovni2016-08-241-3/+3
* Typo fixesRob Percival2016-08-244-7/+6
* Updates the CT_POLICY_EVAL_CTX PODRob Percival2016-08-241-11/+16
* Correct documentation about SCT setters resetting validation statusRob Percival2016-08-241-2/+2
* Removes the SCT_verify* PODRob Percival2016-08-241-44/+0
* Documents the SCT validation functionsRob Percival2016-08-241-3/+45
* Removes {o2i,i2o}_SCT_signature from PODsRob Percival2016-08-241-15/+2
* Documents the CTLOG functionsRob Percival2016-08-241-4/+25
* Document the i2o and o2i SCT functionsRob Percival2016-08-241-3/+15
* Removes d2i_SCT_LIST.podRob Percival2016-08-241-45/+0
* Document that SCT_set_source returns 0 on failure.Rob Percival2016-08-241-1/+1
* Clarifies the format of a log's public key in the CONF fileRob Percival2016-08-241-2/+2
* Refer to OPENSSLDIR rather than "the OpenSSL install directory"Rob Percival2016-08-241-2/+2
* Adds history section to CT PODsRob Percival2016-08-2411-0/+44
* Fixes final issue in CT PODs highlighted by util/find-doc-nits.plRob Percival2016-08-241-0/+2
* Renames CT_POLICY_EVAL_CTX.pod to CT_POLICY_EVAL_CTX_new.podRob Percival2016-08-241-0/+0
* Adds copyright section to ct.podRob Percival2016-08-241-0/+9
* Adds newline after =cut in PODsRob Percival2016-08-249-9/+9
* Adds missing function names to NAME section of PODsRob Percival2016-08-244-9/+22
* Add enum definitions to CT podsRob Percival2016-08-242-0/+27
* Remove unnecessary bold tags in CT podsRob Percival2016-08-246-32/+32
* Add SSL_get0_peer_scts to ssl.podRob Percival2016-08-241-0/+2
* First draft of CT documentationRob Percival2016-08-2413-15/+679
* Constify a bit X509_NAME_get_entryFdaSilvaYY2016-08-231-1/+1