summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.1-pre4 releaseOpenSSL_1_1_1-pre4Matt Caswell2018-04-032-2/+2
* Fix CHANGESMatt Caswell2018-04-031-1/+1
* Update copyright yearMatt Caswell2018-04-0346-46/+46
* Use the private RNG for data that is not publicKurt Roeckx2018-04-0214-19/+20
* Documentation typo fix in EVP_EncryptInit.podAlexandre Perrin2018-04-021-1/+0
* fix typo in x509 documentationIllya Gerasymchuk2018-04-021-1/+1
* Remove import/use of File::Spec::FunctionDaniel Bevenius2018-04-011-1/+0
* Windows builds: remove over-quotation of LIBZ macroRichard Levitte2018-04-012-8/+8
* Make sure we use a nonce when a nonce is requiredKurt Roeckx2018-04-014-29/+106
* Update documentation on how to close a connectionKurt Roeckx2018-04-012-28/+46
* Fix minor typo in comment in ConfigureDaniel Bevenius2018-03-311-1/+1
* Remove -Wmisleading-indentation from gcc devteam warning optionsBernd Edlinger2018-03-311-1/+0
* Fix a gcc-8 warning -Wcast-function-typeBernd Edlinger2018-03-311-2/+2
* Refuse to run test_cipherlist unless shared library matches buildRichard Levitte2018-03-314-2/+59
* Fix a possible crash in BN_from_montgomery_wordBernd Edlinger2018-03-312-3/+17
* Revert commit 4a56d9a2Matt Caswell2018-03-301-14/+32
* GOST MAC algorithms don't support EVP_PKEY_new_raw_private_key()Matt Caswell2018-03-301-1/+1
* Update trace code to know about GOST ciphersuitesMatt Caswell2018-03-301-0/+4
* Remove some codeRich Salz2018-03-301-6/+7
* Add documentation for the RAND_DRBG APIDr. Matthias St. Pierre2018-03-3020-240/+1173
* EVP,KDF: Add more error code along some return 0 in ...FdaSilvaYY2018-03-298-13/+53
* BIO_s_accept.pod: add documentation for the new macrosVitezslav Cizek2018-03-292-3/+19
* Document BIO_{get,set}_conn_ip_family macros.Vitezslav Cizek2018-03-292-3/+15
* Update the BIO_s_connect documentation after the BIO refactoring.Vitezslav Cizek2018-03-291-17/+20
* Document RAND_DRBG fork-safety locking modelBenjamin Kaduk2018-03-291-1/+17
* Configurations/10-main.conf: fix VC-noCE-common template.Andy Polyakov2018-03-291-1/+2
* Configure: harmonize syntax.Andy Polyakov2018-03-291-7/+7
* Fix setbuf use for VMS CRichard Levitte2018-03-291-0/+14
* .travis.yml: with fast fuzz testing, there is no point avoiding itRichard Levitte2018-03-291-5/+5
* Faster fuzz test: teach the fuzz test programs to handle directoriesRichard Levitte2018-03-292-20/+75
* Revert "util/dofile.pl: only quote stuff that actually needs quoting"Richard Levitte2018-03-291-2/+2
* crypto/e_aes.c: use S390X_AES_FC macroPatrick Steuer2018-03-281-4/+2
* crypto/evp/e_aes.c: add size_t casts to increase readabilityPatrick Steuer2018-03-281-4/+4
* s390x assembly pack: add KMF code path for aes-cfb/cfb8Patrick Steuer2018-03-283-13/+144
* s390x assembly pack: add KMO code path for aes-ofbPatrick Steuer2018-03-283-7/+102
* s390x assembly pack: add KM code path for aes-ecbPatrick Steuer2018-03-281-20/+72
* Rewrite the X509->alert mapping codeRich Salz2018-03-284-68/+62
* Remove some codeMatt Caswell2018-03-282-50/+11
* Tolerate a Certificate using a non-supported group on server sideMatt Caswell2018-03-285-408/+524
* Revert "Temporarily disable some tests that hang"Matt Caswell2018-03-282-9/+0
* Allow NULL for some _free routines.Rich Salz2018-03-2715-23/+50
* o_time.c: use gmtime_s with MSVCMiroslav Suk2018-03-272-2/+7
* doc/man1/x509.pod: corrected "S/MIME signing" requirementsKonstantin Shemyak2018-03-271-2/+2
* statem/statem_clnt.c: omit redundant check in tls_construct_client_hello.Philippe Antoine2018-03-271-2/+3
* rand/randfile.c: permit non-regular files in RAND_load_file.Andy Polyakov2018-03-272-14/+30
* Configure: make LIST command work with dynamic 15-android.conf.Andy Polyakov2018-03-272-4/+12
* Temporarily disable some tests that hangMatt Caswell2018-03-272-0/+9
* Remove some code for a contributor that we cannot findMatt Caswell2018-03-2715-42/+1
* Assert that alpn_selected is NULL before we assign itMatt Caswell2018-03-272-2/+20
* Don't write out a bad OIDMatt Caswell2018-03-271-0/+2