aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Suppress CT callback as appropriateViktor Dukhovni2016-04-073-38/+91
* Fix client verify mode to check SSL_VERIFY_PEERViktor Dukhovni2016-04-071-14/+1
* 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-038-28/+86
* 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
* Optimized BIO mem read - without reallocationKirill Marinushkin2016-04-021-9/+4
* Clarify the behavior of BIO_gets() a bit moreBenjamin Kaduk2016-03-291-4/+6
* Add documentation for BIO functionsMatt Caswell2016-03-294-8/+204
* It's called SSL_session_reused(), not SSL_session_resumed()Kurt Roeckx2016-03-271-1/+1
* Correct another batch of typosAlex Gaynor2016-03-2228-35/+33
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-2115-17/+17
* Fix ALPN - more fixesTodd Short2016-03-201-6/+6
* constify DSA_SIG_get0()Dr. Stephen Henson2016-03-201-1/+1