aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix tab-space mixed indentationFdaSilvaYY2016-05-091-1/+1
* Constify PKCS12_newpass()Dr. Stephen Henson2016-05-061-1/+1
* Add documentation of PKCS12_newpass()Jeffrey Walton2016-05-061-0/+94
* Handle no async jobs in libsslMatt Caswell2016-05-052-3/+30
* Complete the list of names in doc/ssl/SSL_CTX_load_verify_locations.podRichard Levitte2016-05-041-2/+3
* add documentationDr. Stephen Henson2016-05-041-0/+59
* Add documentation for EVP_EncodeInit() and similar functionsMatt Caswell2016-05-032-0/+151
* GH875: Document -no_check_timeRich Salz2016-05-025-4/+15
* Issue #719:TJ Saunders2016-05-021-0/+8
* Secure memory fixesTodd Short2016-05-021-17/+13
* Fix spelling in pod filesFdaSilvaYY2016-05-0112-13/+13
* 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
* Enabled DANE only when at least one TLSA RR was addedViktor Dukhovni2016-04-221-14/+42
* 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
* Write POD page.Rich Salz2016-04-141-0/+28
* Tweak to documentationMatt Caswell2016-04-131-2/+2
* Misc fix ups to deprecate explicit de-init documentationMatt Caswell2016-04-139-45/+22
* 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 SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell2016-04-131-4/+15
* Deprecate ERR_free_strings() and make it a no-opMatt Caswell2016-04-132-9/+23
* X509_PUBKEY docsDr. Stephen Henson2016-04-133-9/+141
* Add SSL_CTX_get_ciphers()Kazuki Yamaguchi2016-04-112-6/+11