aboutsummaryrefslogtreecommitdiffstats
path: root/doc/crypto
Commit message (Expand)AuthorAgeFilesLines
* doc/crypto/OPENSSL_ia32cap.pod update.Andy Polyakov2016-06-131-15/+46
* Ensure that the EVP_MD_meth_new docs properly match the declared functions;TJ Saunders2016-06-111-2/+2
* More API docs; small changes.Rich Salz2016-06-099-19/+13
* Clean up "generic" intro pod files.Rich Salz2016-06-0942-1211/+89
* Write X509_dup, PEM_read, etc.Rich Salz2016-06-094-11/+435
* Docs: install generic manpages to man section 7Richard Levitte2016-06-092-0/+4
* Add some accessor API'sRich Salz2016-06-081-2/+15
* Unify d2i/i2d documentation.Rich Salz2016-06-0716-626/+652
* Nit about pod filenamesRich Salz2016-06-071-0/+0
* Document the issue with threads and dlopen()Matt Caswell2016-06-071-3/+13
* More doc nitsRich Salz2016-06-0653-54/+54
* Remove extra include's in synopsis.Rich Salz2016-06-0520-32/+24
* Constify ASN1_generate_nconfFdaSilvaYY2016-06-041-1/+1
* Constify ASN1_generate_v3FdaSilvaYY2016-06-041-1/+1
* Fix nits in crypto.pod,ssl.podRich Salz2016-06-011-4/+8
* RT4337: Crash in DESRich Salz2016-06-011-6/+11
* Add dhparam sanity check and update DH_check documentationMatt Caswell2016-06-011-11/+35
* Parameter copy sanity checks.Dr. Stephen Henson2016-05-311-1/+3
* fix deprecation version number in docsJoey Yandle2016-05-291-1/+1
* update docs with descriptions and deprecationJoey Yandle2016-05-291-0/+9
* fix return value in docsJoey Yandle2016-05-291-1/+1
* add removed functions back as deprecatedJoey Yandle2016-05-292-1/+16
* cherry pick pr-512 changesJoey Yandle2016-05-292-14/+2
* cherry pick pr-512 changesJoey Yandle2016-05-292-10/+1
* Update the documentation of BN_hex2bn()huangqinjin2016-05-271-7/+9
* Add error return for OPENSSL_INIT_set_config_filename()Matt Caswell2016-05-231-5/+7
* Support for traditional format private keys.Dr. Stephen Henson2016-05-231-16/+25
* Add a missing comma in OPENSSL_malloc.podRichard Levitte2016-05-231-1/+1
* Add the missing NAME header in the OCSP docsRichard Levitte2016-05-235-0/+10
* Doc nits cleanup, round 2Rich Salz2016-05-20267-782/+100
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-204-266/+268
* Fix nits in pod files.Rich Salz2016-05-20137-886/+844
* 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