aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-05Don't crash if an unrecognised digest is used with dsa_paramgen_mdMatt Caswell1-1/+7
2018-04-05Document the change in the previous commit about loading the config fileMatt Caswell2-2/+7
2018-04-05Move the loading of the ssl_conf module to libcryptoMatt Caswell12-131/+253
2018-04-04Change rand_pool_add[_end] prototypes to matchRichard Levitte1-3/+3
2018-04-04rand/randfile.c: fix potential resource leak in RAND_load_file.Andy Polyakov1-0/+1
2018-04-04TLSProxy/Proxy.pm: switch to dynamic ports and overhaul.Andy Polyakov1-139/+179
2018-04-04openssl s_server: print the accepting address and socketRichard Levitte3-12/+32
2018-04-04Remove ambiguity in rand_pool_add[_end] return valueRichard Levitte4-32/+33
2018-04-04Add test/versions to gitignoreMatt Caswell1-0/+1
2018-04-04Fix configuration of TLSv1.3 ciphersuitesMatt Caswell4-105/+131
2018-04-04Add some tests for configuring the TLSv1.3 ciphersuitesMatt Caswell1-0/+82
2018-04-04Don't use CPP in Configurations/unix-Makefile.tmplRichard Levitte1-2/+2
2018-04-04Visual Studio 2017 debug build warning error on 32 bit buildcedral1-1/+2
2018-04-04Prevent a possible recursion in ERR_get_state and fix the problem thatBernd Edlinger2-21/+9
2018-04-04Don't use getenv for critical functions when run as setuid/setgidBernd Edlinger6-4/+39
2018-04-03Fix a bug in ecp_nistp224.c.David Benjamin2-16/+21
2018-04-03Enabled OneCore Conf for Console Apps (removed nonUniversal API)Pecio2-14/+53
2018-04-03VMS: stricter acquisition of entropy for the poolRichard Levitte4-18/+55
2018-04-03Set error code on alloc failuresRich Salz85-143/+420
2018-04-03Fix some errors in the mem leaks docsMatt Caswell1-6/+6
2018-04-03Fix a text canonicalisation bug in CMSMatt Caswell2-4/+26
2018-04-03Change the "offset too large" message to more generic wordingBernd Edlinger1-1/+1
2018-04-03Remove an unnecessary cast in the param to BUF_MEM_growBernd Edlinger1-1/+1
2018-04-03Fix range checks with -offset and -length in asn1parseBernd Edlinger1-2/+2
2018-04-03Use strtol instead of atoi in asn1parseBernd Edlinger1-3/+3
2018-04-03Improve diagnostics for invalid arguments in asn1parse -strparseBernd Edlinger1-2/+2
2018-04-03Fix a crash in the asn1parse commandBernd Edlinger1-1/+1
2018-04-03Use gnu_printf format attribute to minimise MinGW warningsBernd Edlinger1-8/+14
2018-04-03Prepare for 1.1.1-pre5-devMatt Caswell2-3/+3
2018-04-03Prepare for 1.1.1-pre4 releaseOpenSSL_1_1_1-pre4Matt Caswell2-2/+2
2018-04-03Fix CHANGESMatt Caswell1-1/+1
2018-04-03Update copyright yearMatt Caswell46-46/+46
2018-04-02Use the private RNG for data that is not publicKurt Roeckx14-19/+20
2018-04-02Documentation typo fix in EVP_EncryptInit.podAlexandre Perrin1-1/+0
2018-04-02fix typo in x509 documentationIllya Gerasymchuk1-1/+1
2018-04-01Remove import/use of File::Spec::FunctionDaniel Bevenius1-1/+0
2018-04-01Windows builds: remove over-quotation of LIBZ macroRichard Levitte2-8/+8
2018-04-01Make sure we use a nonce when a nonce is requiredKurt Roeckx4-29/+106
2018-04-01Update documentation on how to close a connectionKurt Roeckx2-28/+46
2018-03-31Fix minor typo in comment in ConfigureDaniel Bevenius1-1/+1
2018-03-31Remove -Wmisleading-indentation from gcc devteam warning optionsBernd Edlinger1-1/+0
2018-03-31Fix a gcc-8 warning -Wcast-function-typeBernd Edlinger1-2/+2
2018-03-31Refuse to run test_cipherlist unless shared library matches buildRichard Levitte4-2/+59
2018-03-31Fix a possible crash in BN_from_montgomery_wordBernd Edlinger2-3/+17
2018-03-30Revert commit 4a56d9a2Matt Caswell1-14/+32
2018-03-30GOST MAC algorithms don't support EVP_PKEY_new_raw_private_key()Matt Caswell1-1/+1
2018-03-30Update trace code to know about GOST ciphersuitesMatt Caswell1-0/+4
2018-03-30Remove some codeRich Salz1-6/+7
2018-03-30Add documentation for the RAND_DRBG APIDr. Matthias St. Pierre20-240/+1173
2018-03-29EVP,KDF: Add more error code along some return 0 in ...FdaSilvaYY8-13/+53