summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed languageAlex Gaynor2016-03-191-1/+1
* Fixed a bunch of typos in the docsAlex Gaynor2016-03-1923-29/+29
* constify ECDSA_SIG_get0()Dr. Stephen Henson2016-03-191-1/+1
* Correct faulty L<> links in .podsRichard Levitte2016-03-194-9/+10
* Remove more unused things.Rich Salz2016-03-182-169/+1
* Update EVP_CIPHER_CTX_set_padding documentation.Conrado Porto Lopes GouvĂȘa2016-03-171-6/+8
* General verify options to openssl tsfbroda2016-03-151-11/+51
* Update and clarify ECDSA documentation.Dr. Stephen Henson2016-03-141-121/+119
* Fix typo in manual, missing ending '>'Richard Levitte2016-03-141-1/+1
* Document X509_get_serialNumber and X509_set_serialNumber.Dr. Stephen Henson2016-03-141-0/+55
* Add EVP_PKEY documentation.Dr. Stephen Henson2016-03-131-11/+27
* Add doc on when to use SCT callback.Rich Salz2016-03-122-1/+7
* Make X509_SIG opaque.Dr. Stephen Henson2016-03-111-3/+9
* Review commentsKurt Roeckx2016-03-111-9/+9