summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Fix documentation error in x509 app certopt flagMatt Caswell2016-06-031-2/+2
* Fix nits in crypto.pod,ssl.podRich Salz2016-06-012-4/+16
* Fix various doc nits.Rich Salz2016-06-016-67/+93
* RT4337: Crash in DESRich Salz2016-06-011-6/+11
* Add dhparam sanity check and update DH_check documentationMatt Caswell2016-06-012-12/+37
* Remove null check, per review feedback. Note this in the docs.TJ Saunders2016-05-311-1/+2
* Add requested HISTORY section, remove copy/pastos, per review feedback.TJ Saunders2016-05-311-18/+7
* Add an SSL_SESSION accessor for obtaining the protocol version number, withTJ Saunders2016-05-311-0/+54
* RT4539: Add section for renamed ciphers.Rich Salz2016-05-311-0/+7
* 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-233-40/+82
* 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-20429-1205/+190
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-204-266/+268
* Fix nits in pod files.Rich Salz2016-05-20208-1295/+1221
* Use correct EOL in headers.Dr. Stephen Henson2016-05-192-0/+13
* Add copyrightRich Salz2016-05-191-0/+11
* Add copyright to manpagesRich Salz2016-05-19430-18/+4736
* Remove needless license terms (for docs)Rich Salz2016-05-193-69/+0
* Ensure =cut is last line in every file.Rich Salz2016-05-1938-6/+63
* When strict SCT fails record verification failureViktor Dukhovni2016-05-191-11/+20
* 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
* Document the esc_2254 command line name optionRichard Levitte2016-05-181-1/+6
* Correct documentation errorMatt Caswell2016-05-171-3/+3
* 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
* Add some documentation of SSL_CTX_set_tlsext_status_type()Matt Caswell2016-05-161-13/+23
* Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY2016-05-165-8/+12
* Fix various methods declaration in pod fileFdaSilvaYY2016-05-141-8/+8
* Correct documentation on digest used.Dr. Stephen Henson2016-05-131-3/+2
* Correctly check for trailing digest options.Dr. Stephen Henson2016-05-121-15/+16
* Update pkcs8 defaults.Dr. Stephen Henson2016-05-111-24/+22
* Fix i2d_X509_AUX, update docs and add testsViktor Dukhovni2016-05-111-1/+13
* Add -srp option to ciphers command.Dr. Stephen Henson2016-05-101-6/+10
* crypto/des: remove obsolete functions.Andy Polyakov2016-05-101-25/+1
* Typo.Dr. Stephen Henson2016-05-101-1/+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