summaryrefslogtreecommitdiffstats
path: root/demos/certs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-08test/asn1_time_test.c: make it work on 64-bit HP-UX.Andy Polyakov1-0/+2
2018-04-07Updated to CONTRIBUTING to reflect GitHub, etc.Rich Salz1-25/+26
2018-04-06Duplicate code refactoredKaoru Toda1-63/+43
2018-04-06Add a note and better error if using Ed25519/Ed448 in dgstMatt Caswell2-1/+14
2018-04-06Support EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSAMatt Caswell4-20/+65
2018-04-06Fix bugs in X509_NAME_ENTRY_setRich Salz1-5/+3
2018-04-05Set error code if alloc returns NULLRich Salz12-22/+67
2018-04-05Update the genpkey documentationMatt Caswell1-81/+90
2018-04-05Pick a q size consistent with the digest for DSA param generationMatt Caswell4-4/+14
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-04-01Fix minor typo in comment in ConfigureDaniel Bevenius1-1/+1
2018-03-31Remove -Wmisleading-indentation from gcc devteam warning optionsBernd Edlinger1-1/+0