aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Ensure the thread keys are always allocated in the same orderBernd Edlinger2018-04-201-3/+3
* Document supported digest functionsKurt Roeckx2018-04-191-8/+44
* Reflect special `DEFAULT` behavior in ciphers(1)Alois Mahdal2018-04-191-7/+8
* correct spelling errors detected by Debian lintianA. Schulze2018-04-193-3/+3
* Correct an ommission in the EVP_DigestSignInit docsMatt Caswell2018-04-191-1/+1
* Clarify the configuration module in config.podBeat Bolli2018-04-181-2/+2
* Update EVP_DigestSignInit() docsMatt Caswell2018-04-181-1/+48
* Update fingerprints.txtMatt Caswell2018-04-171-4/+1
* Update the info callback documentation for TLSv1.3Matt Caswell2018-04-171-7/+21
* SSL_CTX_set_tlsext_ticket_key_cb.pod: fix error check of RAND_bytes() callDr. Matthias St. Pierre2018-04-171-1/+1
* Update copyright yearRichard Levitte2018-04-177-7/+7
* Revert "Add OPENSSL_VERSION_AT_LEAST"Dr. Matthias St. Pierre2018-04-162-11/+0
* Split the scrypt and RSA-PSS into man3 and man7 pagesRichard Levitte2018-04-135-110/+267
* Docs for OpenSSL_init_crypto: there is no way to specify another fileRichard Levitte2018-04-131-4/+4
* openssl rehash: document -compatRichard Levitte2018-04-121-0/+6
* Clarify default section in config.podDaniel Bevenius2018-04-121-1/+1
* EVP_MD_CTX_cleanup replaced with EVP_MD_CTX_resetTheo Buehler2018-04-114-4/+4
* Minor corrections for the RAND_DRBG API documentationDr. Matthias St. Pierre2018-04-113-11/+12
* Add a note and better error if using Ed25519/Ed448 in dgstMatt Caswell2018-04-061-1/+3
* Update the genpkey documentationMatt Caswell2018-04-051-81/+90
* Document the change in the previous commit about loading the config fileMatt Caswell2018-04-051-2/+4
* Don't use getenv for critical functions when run as setuid/setgidBernd Edlinger2018-04-043-0/+28
* Fix some errors in the mem leaks docsMatt Caswell2018-04-031-6/+6
* Update copyright yearMatt Caswell2018-04-0311-11/+11
* Documentation typo fix in EVP_EncryptInit.podAlexandre Perrin2018-04-021-1/+0
* fix typo in x509 documentationIllya Gerasymchuk2018-04-021-1/+1
* Update documentation on how to close a connectionKurt Roeckx2018-04-012-28/+46
* Add documentation for the RAND_DRBG APIDr. Matthias St. Pierre2018-03-3015-115/+1062
* BIO_s_accept.pod: add documentation for the new macrosVitezslav Cizek2018-03-291-3/+15
* Document BIO_{get,set}_conn_ip_family macros.Vitezslav Cizek2018-03-291-3/+13
* Update the BIO_s_connect documentation after the BIO refactoring.Vitezslav Cizek2018-03-291-17/+20
* doc/man1/x509.pod: corrected "S/MIME signing" requirementsKonstantin Shemyak2018-03-271-2/+2
* rand/randfile.c: permit non-regular files in RAND_load_file.Andy Polyakov2018-03-271-7/+3
* man3/OPENSSL_ia32cap.pod: update assembler version requirements.Andy Polyakov2018-03-221-2/+2
* The default conv_form is uncompressedMatt Caswell2018-03-211-2/+2
* Document EC_POINT_get_affine_coordinates_*.David Benjamin2018-03-211-1/+4
* Convert _meth_get_ functions to const gettersJack Bates2018-03-215-30/+30
* Remove mention of link between message digests and public key algorithms.Pauli2018-03-212-10/+0
* Update copyright yearMatt Caswell2018-03-2027-27/+27
* Apply system_default configuration on SSL_CTX_new().Tomas Mraz2018-03-192-1/+17
* Don't use a ssl specific DRBG anymoreKurt Roeckx2018-03-191-14/+0
* Fix bio callback backward compatibilityBernd Edlinger2018-03-191-7/+11
* Document the replay protection capabilitiesMatt Caswell2018-03-191-8/+49
* Fix miscellaneous typos in docs and sourceDr. Matthias St. Pierre2018-03-172-3/+3
* Allow multiple entries without a Subject even if unique_subject == yesMatt Caswell2018-03-151-0/+4
* Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell2018-03-155-38/+38
* Add functions for setting the new EVP_PKEY_ASN1_METHOD functionsMatt Caswell2018-03-151-2/+24
* Expand the 25519/448 overview man pagesMatt Caswell2018-03-152-0/+20
* Add documentation for the newly added EVP_PKEY_new*() functionsMatt Caswell2018-03-152-13/+79
* Add documentation for TLSv1.3 ciphersuite configurationMatt Caswell2018-03-146-30/+129