summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.1a releaseOpenSSL_1_1_1aMatt Caswell2018-11-204-5/+5
* Update copyright yearMatt Caswell2018-11-2031-31/+31
* Update CHANGES and NEWS for new releaseMatt Caswell2018-11-202-1/+22
* Configuration: only include shared_sources in dirinfo in shared configRichard Levitte2018-11-191-0/+10
* Unix build: for mingw and cygwin, create the right location for DLLsRichard Levitte2018-11-191-1/+3
* sha/asm/sha512p8-ppc.pl: optimize epilogue.Andy Polyakov2018-11-161-16/+9
* sha/asm/sha512p8-ppc.pl: fix typo in prologue.Andy Polyakov2018-11-161-2/+2
* test/siphash_internal_test.c: ensure the SIPHASH structure is zeroedRichard Levitte2018-11-151-2/+2
* DSA: Check for sanity of input parametersVitezslav Cizek2018-11-141-0/+6
* Fix no-ec and no-tls1_2Matt Caswell2018-11-146-36/+58
* Fix typo in util/perl/OpenSSL/Test.pmRichard Levitte2018-11-141-1/+1
* test/recipes/90-test_shlibload.t needs $target{shared_extension}Richard Levitte2018-11-141-0/+6
* Fix rpath-related Linux "test_shlibload" failure.Richard Levitte2018-11-142-17/+38
* Configuration: make sure the shared_sources table doesn't contain empty elementsRichard Levitte2018-11-131-2/+2
* Added missing signature algorithm reflection functionsViktor Dukhovni2018-11-1211-17/+79
* Merge the CA list documentation for clarityMatt Caswell2018-11-123-199/+122
* Add a test for SSL_CTX_set0_CA_list()/SSL_CTX_set_client_CA_list()Matt Caswell2018-11-121-0/+136
* Separate ca_names handling for client and serverMatt Caswell2018-11-129-28/+85
* Configure: ensure empty arrays aren't created inadvertentlyRichard Levitte2018-11-121-1/+1
* Test use of a brainpool ECDSA certificateMatt Caswell2018-11-122-397/+495
* Add some test brainpool certificatesMatt Caswell2018-11-123-0/+25
* Don't negotiate TLSv1.3 if our EC cert isn't TLSv1.3 capableMatt Caswell2018-11-123-2/+48
* Fix SipHash init order.Richard Levitte2018-11-122-2/+14
* Unbreak SECLEVEL 3 regression causing it to not accept any ciphers.Tomas Mraz2018-11-104-3/+153
* Check return value of EVP_PKEY_newMansour Ahmadi2018-11-101-0/+3
* [crypto/bn] swap BN_FLG_FIXED_TOP tooBilly Brumley2018-11-101-19/+23
* Fix issues with do_rand_init/rand_cleanup_intBernd Edlinger2018-11-091-4/+8
* VMS build: colon after target must be separated with a spaceRichard Levitte2018-11-091-1/+1
* Have install targets depend on more precise build targetsRichard Levitte2018-11-093-12/+12
* Allow parallel installRichard Levitte2018-11-093-44/+54
* Fix a doc-nit in EVP_PKEY_CTX_ctrl.podPaul Yang2018-11-091-1/+1
* rand_unix.c: open random devices on first use onlyDr. Matthias St. Pierre2018-11-081-12/+3
* Test: enable internal tests for shared Windows buildsDr. Matthias St. Pierre2018-11-0813-39/+0
* Test: link drbgtest statically against libcryptoDr. Matthias St. Pierre2018-11-084-47/+3
* Give a better error if an attempt is made to set a zero length groups listMatt Caswell2018-11-082-0/+7
* Ignore disabled ciphers when deciding if we are using ECCMatt Caswell2018-11-081-5/+8
* Add missing RAND initialisation call.Pauli2018-11-081-1/+2
* Rename the rand_drbg_st data member "pool" to "seed_pool"Bernd Edlinger2018-11-073-12/+12
* Initialize reseed_gen_counter to 1, like it is done in masterBernd Edlinger2018-11-071-2/+2
* util/add-depends.pl: go through shared_sources tooRichard Levitte2018-11-071-2/+4
* Fix a race condition in drbgtest.cBernd Edlinger2018-11-051-10/+24
* Avoid two memory allocations in each RAND_DRBG_bytesBernd Edlinger2018-11-054-19/+56
* Fix error handling in RAND_DRBG_uninstantiateBernd Edlinger2018-11-051-0/+1
* Fix error handling in drbgtest.cBernd Edlinger2018-11-051-8/+14
* Fix error handling in rand_drbg_newBernd Edlinger2018-11-051-4/+1
* Fix error handling in RAND_DRBG_setBernd Edlinger2018-11-051-1/+6
* Fix return formatting.Pauli2018-11-061-1/+2
* Cleanse the key log buffer.Pauli2018-11-061-2/+2
* Restore sensible "sess_accept" counter trackingBenjamin Kaduk2018-11-031-1/+1
* Add tsan_decr() API, counterpart of tsan_counter()Benjamin Kaduk2018-11-031-0/+6