aboutsummaryrefslogtreecommitdiffstats
path: root/doc/crypto
Commit message (Expand)AuthorAgeFilesLines
* Move manpages to man[1357] structure.Rich Salz2016-10-26271-29846/+0
* 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
* Fix signatures of EVP_Digest{Sign,Verify}UpdateSteven Fackler2016-10-152-2/+2
* doc/crypto/OPENSSL_ia32cap.pod: update assembler requirements.Andy Polyakov2016-10-111-2/+1
* 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
* Revert "Constify code about X509_VERIFY_PARAM"Rich Salz2016-09-211-2/+2
* Constify code about X509_VERIFY_PARAMFdaSilvaYY2016-09-181-2/+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
* First draft of CT documentationRob Percival2016-08-2411-0/+669
* Constify a bit X509_NAME_get_entryFdaSilvaYY2016-08-231-1/+1
* Constify some X509_NAME, ASN1 printing codeFdaSilvaYY2016-08-234-10/+10
* Expose alloc functions for EC{PK,}PARAMETERSKazuki Yamaguchi2016-08-221-0/+4
* Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson2016-08-212-12/+13
* Add BIO_get_new_index()Rich Salz2016-08-191-1/+6
* Constify certificate and CRL time routines.Dr. Stephen Henson2016-08-191-18/+28
* Add X509_get0_serialNumber() and constify OCSP_cert_to_id()Dr. Stephen Henson2016-08-191-4/+11
* constify X509_REQ_get0_signature()Dr. Stephen Henson2016-08-191-2/+3
* Convert X509_REVOKED* functions to use const gettersMatt Caswell2016-08-182-3/+3
* Fix some doc nits.Rich Salz2016-08-171-1/+1
* Constify X509_SIG.Dr. Stephen Henson2016-08-171-4/+8
* Constify X509_get0_signature()Dr. Stephen Henson2016-08-171-1/+2
* Convert X509* functions to use const gettersDr. Stephen Henson2016-08-173-3/+4
* Convert X509_CRL* functions to use const gettersMatt Caswell2016-08-172-3/+4
* Make X509_NAME_get0_der() conform to OpenSSL styleMatt Caswell2016-08-171-2/+2
* Convert OCSP* functions to use const gettersMatt Caswell2016-08-171-1/+2
* constify X509_ALGOR_get0()Dr. Stephen Henson2016-08-171-2/+2