aboutsummaryrefslogtreecommitdiffstats
path: root/doc/crypto
Commit message (Expand)AuthorAgeFilesLines
* Add copyrightRich Salz2016-05-191-0/+11
* Add copyright to manpagesRich Salz2016-05-19268-0/+2948
* Ensure =cut is last line in every file.Rich Salz2016-05-1930-2/+56
* Improve and document low-level PEM read routinesViktor Dukhovni2016-05-191-0/+90
* Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni2016-05-181-1/+1
* Clarify negative return from X509_verify_cert()Viktor Dukhovni2016-05-181-6/+7
* Documentation: Clarify sizes for UI_add_input_string()Richard Levitte2016-05-161-6/+6
* Fold threads.h into crypto.h making API publicViktor Dukhovni2016-05-161-1/+60
* Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY2016-05-162-4/+4
* Fix i2d_X509_AUX, update docs and add testsViktor Dukhovni2016-05-111-1/+13
* crypto/des: remove obsolete functions.Andy Polyakov2016-05-101-25/+1
* Fix the docs for ERR_remove_thread_state and ERR_remove_stateRichard Levitte2016-05-101-3/+4
* Restore the ERR_remove_thread_state() API and make it a no-opRichard Levitte2016-05-102-23/+20
* Fix BIO_eof() for BIO pairsMatt Caswell2016-05-091-0/+3
* Constify PKCS12_newpass()Dr. Stephen Henson2016-05-061-1/+1
* Add documentation of PKCS12_newpass()Jeffrey Walton2016-05-061-0/+94
* add documentationDr. Stephen Henson2016-05-041-0/+59
* Add documentation for EVP_EncodeInit() and similar functionsMatt Caswell2016-05-032-0/+151
* Secure memory fixesTodd Short2016-05-021-17/+13
* Fix spelling in pod filesFdaSilvaYY2016-05-014-5/+5
* Fix some X509_STORE macrosMatt Caswell2016-04-291-0/+24
* various spelling fixesFdaSilvaYY2016-04-281-1/+1
* Add getters for X509_STORE and X509_OBJECT membersChristian Heimes2016-04-282-0/+53
* Implement X509_STORE_CTX_set_current_cert() accessorViktor Dukhovni2016-04-281-6/+23
* Documentation the changed {RSA,DSA,DH}_set0_* functionality changeRichard Levitte2016-04-273-6/+35
* Added missing X509_STORE_CTX_set_error_depth() accessorViktor Dukhovni2016-04-251-7/+12
* Fix warnings installing pod filesRainer Jung2016-04-202-3/+3
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-0/+20
* Add X509_STORE_CTX_set0_untrusted function.Dr. Stephen Henson2016-04-161-1/+5
* Make many X509_xxx types opaque.Rich Salz2016-04-153-28/+61
* Tweak to documentationMatt Caswell2016-04-131-2/+2
* Misc fix ups to deprecate explicit de-init documentationMatt Caswell2016-04-138-44/+21
* Deprecate CONF_modules_free() and make it a no-opMatt Caswell2016-04-132-8/+15
* Deprecate ENGINE_cleanup() and make it a no-opMatt Caswell2016-04-131-12/+19
* Deprecate OBJ_cleanup() and make it a no-opMatt Caswell2016-04-131-6/+13
* Deprecate EVP_cleanup() and make it a no-opMatt Caswell2016-04-132-9/+36
* Deprecate RAND_cleanup() and make it a no-opMatt Caswell2016-04-133-5/+17
* Deprecate ERR_free_strings() and make it a no-opMatt Caswell2016-04-132-9/+23
* X509_PUBKEY docsDr. Stephen Henson2016-04-133-9/+141
* RSA: the docs still talk about RSA_PKCS1_SSLeayBeat Bolli2016-04-091-4/+4
* Add documentation for following DH and DH_METHOD opacityMatt Caswell2016-04-094-45/+248
* Document RSA_METHOD creators/destructor/accessors/writersRichard Levitte2016-04-061-0/+225
* Document RSA accessors/writersRichard Levitte2016-04-062-20/+93
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* Add X509_REQ_get0_pubkey methodFdaSilvaYY2016-04-041-5/+7
* Move peer chain security checks into x509_vfy.cViktor Dukhovni2016-04-031-5/+37
* Rename get/set_app_data to get0/set0_app_dataMatt Caswell2016-04-031-4/+4
* Various DSA opacity fixupsMatt Caswell2016-04-032-20/+27
* Document functions added as a result of DSA opacity changesMatt Caswell2016-04-033-44/+262