summaryrefslogtreecommitdiffstats
path: root/doc/crypto
AgeCommit message (Expand)Author
2016-05-16Documentation: Clarify sizes for UI_add_input_string()Richard Levitte
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-05-16Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY
2016-05-11Fix i2d_X509_AUX, update docs and add testsViktor Dukhovni
2016-05-10crypto/des: remove obsolete functions.Andy Polyakov
2016-05-10Fix the docs for ERR_remove_thread_state and ERR_remove_stateRichard Levitte
2016-05-10Restore the ERR_remove_thread_state() API and make it a no-opRichard Levitte
2016-05-09Fix BIO_eof() for BIO pairsMatt Caswell
2016-05-06Constify PKCS12_newpass()Dr. Stephen Henson
2016-05-06Add documentation of PKCS12_newpass()Jeffrey Walton
2016-05-04add documentationDr. Stephen Henson
2016-05-03Add documentation for EVP_EncodeInit() and similar functionsMatt Caswell
2016-05-02Secure memory fixesTodd Short
2016-05-01Fix spelling in pod filesFdaSilvaYY
2016-04-29Fix some X509_STORE macrosMatt Caswell
2016-04-28various spelling fixesFdaSilvaYY
2016-04-28Add getters for X509_STORE and X509_OBJECT membersChristian Heimes
2016-04-28Implement X509_STORE_CTX_set_current_cert() accessorViktor Dukhovni
2016-04-27Documentation the changed {RSA,DSA,DH}_set0_* functionality changeRichard Levitte
2016-04-25Added missing X509_STORE_CTX_set_error_depth() accessorViktor Dukhovni
2016-04-20Fix warnings installing pod filesRainer Jung
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-04-16Add X509_STORE_CTX_set0_untrusted function.Dr. Stephen Henson
2016-04-15Make many X509_xxx types opaque.Rich Salz
2016-04-13Tweak to documentationMatt Caswell
2016-04-13Misc fix ups to deprecate explicit de-init documentationMatt Caswell
2016-04-13Deprecate CONF_modules_free() and make it a no-opMatt Caswell
2016-04-13Deprecate ENGINE_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate EVP_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate RAND_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate ERR_free_strings() and make it a no-opMatt Caswell
2016-04-13X509_PUBKEY docsDr. Stephen Henson
2016-04-09RSA: the docs still talk about RSA_PKCS1_SSLeayBeat Bolli
2016-04-09Add documentation for following DH and DH_METHOD opacityMatt Caswell
2016-04-06Document RSA_METHOD creators/destructor/accessors/writersRichard Levitte
2016-04-06Document RSA accessors/writersRichard Levitte
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-04-04Add X509_REQ_get0_pubkey methodFdaSilvaYY
2016-04-03Move peer chain security checks into x509_vfy.cViktor Dukhovni
2016-04-03Rename get/set_app_data to get0/set0_app_dataMatt Caswell
2016-04-03Various DSA opacity fixupsMatt Caswell
2016-04-03Document functions added as a result of DSA opacity changesMatt Caswell
2016-04-02Optimized BIO mem read - without reallocationKirill Marinushkin
2016-03-29Clarify the behavior of BIO_gets() a bit moreBenjamin Kaduk
2016-03-29Add documentation for BIO functionsMatt Caswell
2016-03-22Correct another batch of typosAlex Gaynor
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-03-20constify DSA_SIG_get0()Dr. Stephen Henson