summaryrefslogtreecommitdiffstats
path: root/doc/crypto
AgeCommit message (Expand)Author
2016-10-26Move manpages to man[1357] structure.Rich Salz
2016-10-19Fix broken link to ASYNC_get_wait_ctx and rewrap the paragraphAndrea Grandi
2016-10-19Add missing .pod extension to EVP_PKEY_CTX_set_tls1_prf_mdAndrea Grandi
2016-10-15Fix signatures of EVP_Digest{Sign,Verify}UpdateSteven Fackler
2016-10-11doc/crypto/OPENSSL_ia32cap.pod: update assembler requirements.Andy Polyakov
2016-09-29Add ASN1_ITEM lookup and enumerate functions.Dr. Stephen Henson
2016-09-22Add OCSP_RESPID_match()Matt Caswell
2016-09-22Add the ability to set OCSP_RESPID fieldsMatt Caswell
2016-09-21Revert "Constify code about X509_VERIFY_PARAM"Rich Salz
2016-09-18Constify code about X509_VERIFY_PARAMFdaSilvaYY
2016-09-06Misc BN fixesRich Salz
2016-08-24Un-delete still documented X509_STORE_CTX_set_verifyViktor Dukhovni
2016-08-24Typo fixesRob Percival
2016-08-24Updates the CT_POLICY_EVAL_CTX PODRob Percival
2016-08-24Correct documentation about SCT setters resetting validation statusRob Percival
2016-08-24Removes the SCT_verify* PODRob Percival
2016-08-24Documents the SCT validation functionsRob Percival
2016-08-24Removes {o2i,i2o}_SCT_signature from PODsRob Percival
2016-08-24Documents the CTLOG functionsRob Percival
2016-08-24Document the i2o and o2i SCT functionsRob Percival
2016-08-24Removes d2i_SCT_LIST.podRob Percival
2016-08-24Document that SCT_set_source returns 0 on failure.Rob Percival
2016-08-24Clarifies the format of a log's public key in the CONF fileRob Percival
2016-08-24Refer to OPENSSLDIR rather than "the OpenSSL install directory"Rob Percival
2016-08-24Adds history section to CT PODsRob Percival
2016-08-24Fixes final issue in CT PODs highlighted by util/find-doc-nits.plRob Percival
2016-08-24Renames CT_POLICY_EVAL_CTX.pod to CT_POLICY_EVAL_CTX_new.podRob Percival
2016-08-24Adds copyright section to ct.podRob Percival
2016-08-24Adds newline after =cut in PODsRob Percival
2016-08-24Adds missing function names to NAME section of PODsRob Percival
2016-08-24Add enum definitions to CT podsRob Percival
2016-08-24Remove unnecessary bold tags in CT podsRob Percival
2016-08-24First draft of CT documentationRob Percival
2016-08-23Constify a bit X509_NAME_get_entryFdaSilvaYY
2016-08-23Constify some X509_NAME, ASN1 printing codeFdaSilvaYY
2016-08-22Expose alloc functions for EC{PK,}PARAMETERSKazuki Yamaguchi
2016-08-21Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson
2016-08-19Add BIO_get_new_index()Rich Salz
2016-08-19Constify certificate and CRL time routines.Dr. Stephen Henson
2016-08-19Add X509_get0_serialNumber() and constify OCSP_cert_to_id()Dr. Stephen Henson
2016-08-19constify X509_REQ_get0_signature()Dr. Stephen Henson
2016-08-18Convert X509_REVOKED* functions to use const gettersMatt Caswell
2016-08-17Fix some doc nits.Rich Salz
2016-08-17Constify X509_SIG.Dr. Stephen Henson
2016-08-17Constify X509_get0_signature()Dr. Stephen Henson
2016-08-17Convert X509* functions to use const gettersDr. Stephen Henson
2016-08-17Convert X509_CRL* functions to use const gettersMatt Caswell
2016-08-17Make X509_NAME_get0_der() conform to OpenSSL styleMatt Caswell
2016-08-17Convert OCSP* functions to use const gettersMatt Caswell
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson