aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2016-11-02Add documentation for DTLS_get_data_mtu()David Woodhouse1-0/+36
2016-11-02Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell7-17/+30
2016-11-01Add SSL_CTX_set1_cert_store()Todd Short2-1/+19
2016-10-29Try to unify BIO read/write parameter namesBenjamin Kaduk2-32/+32
2016-10-28Document the new BIO functions introduced as part of the size_t workMatt Caswell13-73/+194
2016-10-26Move manpages to man[1357] structure.Rich Salz439-46/+16
2016-10-21Fix grammar error in SSL_CTX_set_min_proto_versionClaus Assmann1-1/+1
2016-10-19Fix broken link to ASYNC_get_wait_ctx and rewrap the paragraphAndrea Grandi1-12/+12
2016-10-19Add missing .pod extension to EVP_PKEY_CTX_set_tls1_prf_mdAndrea Grandi1-0/+0
2016-10-17Add SSL_OP_NO_ENCRYPT_THEN_MACDavid Woodhouse1-0/+8
2016-10-17Add Postgres support to -starttlsValentin Vidic1-1/+1
2016-10-17fix invalid use of incomplete type X509_STORE_CTXchoury1-1/+1
2016-10-15Fix signatures of EVP_Digest{Sign,Verify}UpdateSteven Fackler2-2/+2
2016-10-11doc/crypto/OPENSSL_ia32cap.pod: update assembler requirements.Andy Polyakov1-2/+1
2016-09-29Add -item option to asn1parseDr. Stephen Henson1-0/+6
2016-09-29Add ASN1_ITEM lookup and enumerate functions.Dr. Stephen Henson1-0/+39
2016-09-22Add OCSP_RESPID_match()Matt Caswell1-3/+10
2016-09-22Add the ability to set OCSP_RESPID fieldsMatt Caswell1-1/+26
2016-09-21Dcoument -alpn flagRich Salz2-4/+14
2016-09-21Revert "Constify code about X509_VERIFY_PARAM"Rich Salz2-3/+3
2016-09-20Documentation fixup; no more ECDHParametersRichard Levitte1-10/+0
2016-09-18Constify code about X509_VERIFY_PARAMFdaSilvaYY2-3/+3
2016-09-14Make reference to other manpage more explicitRich Salz2-3/+5
2016-09-14Document the new SHA256 and SHA512 password generation optionsRichard Levitte1-0/+9
2016-09-14Add -h and -help for c_rehash script and appRich Salz1-1/+2
2016-09-06Misc BN fixesRich Salz2-1/+4
2016-08-24Un-delete still documented X509_STORE_CTX_set_verifyViktor Dukhovni1-3/+3
2016-08-24Typo fixesRob Percival4-7/+6
2016-08-24Updates the CT_POLICY_EVAL_CTX PODRob Percival1-11/+16
2016-08-24Correct documentation about SCT setters resetting validation statusRob Percival1-2/+2
2016-08-24Removes the SCT_verify* PODRob Percival1-44/+0
2016-08-24Documents the SCT validation functionsRob Percival1-3/+45
2016-08-24Removes {o2i,i2o}_SCT_signature from PODsRob Percival1-15/+2
2016-08-24Documents the CTLOG functionsRob Percival1-4/+25
2016-08-24Document the i2o and o2i SCT functionsRob Percival1-3/+15
2016-08-24Removes d2i_SCT_LIST.podRob Percival1-45/+0
2016-08-24Document that SCT_set_source returns 0 on failure.Rob Percival1-1/+1
2016-08-24Clarifies the format of a log's public key in the CONF fileRob Percival1-2/+2
2016-08-24Refer to OPENSSLDIR rather than "the OpenSSL install directory"Rob Percival1-2/+2
2016-08-24Adds history section to CT PODsRob Percival11-0/+44
2016-08-24Fixes final issue in CT PODs highlighted by util/find-doc-nits.plRob Percival1-0/+2
2016-08-24Renames CT_POLICY_EVAL_CTX.pod to CT_POLICY_EVAL_CTX_new.podRob Percival1-0/+0
2016-08-24Adds copyright section to ct.podRob Percival1-0/+9
2016-08-24Adds newline after =cut in PODsRob Percival9-9/+9
2016-08-24Adds missing function names to NAME section of PODsRob Percival4-9/+22
2016-08-24Add enum definitions to CT podsRob Percival2-0/+27
2016-08-24Remove unnecessary bold tags in CT podsRob Percival6-32/+32
2016-08-24Add SSL_get0_peer_scts to ssl.podRob Percival1-0/+2
2016-08-24First draft of CT documentationRob Percival13-15/+679
2016-08-23Constify a bit X509_NAME_get_entryFdaSilvaYY1-1/+1