summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-09-20Convert WPACKET_put_bytes to use convenience macrosMatt Caswell
2016-09-20Convert CCS construction to WPACKETMatt Caswell
2016-09-20Convert Finished construction to WPACKETMatt Caswell
2016-09-20Style tweaks following review feedbackMatt Caswell
2016-09-20Convert NextProto message construction to WPACKETMatt Caswell
2016-09-20Convert Certificate message construction to WPACKETMatt Caswell
2016-09-20Convert ClientVerify Construction to WPACKETMatt Caswell
2016-09-19Remove an option related to a deprecated flagFdaSilvaYY
2016-09-19Fix various missing option help messages ...FdaSilvaYY
2016-09-19Convert num_alloc to a size_t in stack.c and tweak styleMatt Caswell
2016-09-19Prevent overflows in stack APIGuido Vranken
2016-09-19Update INSTALL about no-md5 removalFdaSilvaYY
2016-09-19Fix no-ocspRichard Levitte
2016-09-18Constify code about X509_VERIFY_PARAMFdaSilvaYY
2016-09-17Have the configuration options 'no-err' and 'no-async' work againRichard Levitte
2016-09-17Simplify configudata.pm dependency generationRichard Levitte
2016-09-17Remove an useless definition.FdaSilvaYY
2016-09-16Use switch instead of multiple ifsAlessandro Ghedini
2016-09-16Simplify the dependencies for remaking configdata.pmRichard Levitte
2016-09-16Rearrange the storage of build file template names in %configRichard Levitte
2016-09-16Use the registered conf file names as dependencies to build configdata.pmRichard Levitte
2016-09-16Register the name of the config file each config target was found inRichard Levitte
2016-09-15Revert "Abort on unrecognised warning alerts"Matt Caswell
2016-09-15Finally, make sure vms_term_sock.c is built on VMSRichard Levitte
2016-09-15Refactor to avoid unnecessary preprocessor logicRichard Levitte
2016-09-15Reformat to fit OpenSSL source code standardsRichard Levitte
2016-09-15Add copyright and license on apps/vms_term_sock.[ch]Richard Levitte
2016-09-15VSI submission: redirect terminal input through socketRichard Levitte
2016-09-14Make reference to other manpage more explicitRich Salz
2016-09-14GH1536: Install empty CT log listRich Salz
2016-09-14VMS: Really don't force symbol mixed case when building DSOsRichard Levitte
2016-09-14Rather than one variable for each passwd type, use one enum variableRichard Levitte
2016-09-14Test the new SHA256 and SHA512 based password generation optionsRichard Levitte
2016-09-14Document the new SHA256 and SHA512 password generation optionsRichard Levitte
2016-09-14Add SHA256 and SHA512 based output for 'openssl passwd'Richard Levitte
2016-09-14Add -h and -help for c_rehash script and appRich Salz
2016-09-14Fix OCSP_RESPID processing bug introduced by WPACKET changesMatt Caswell
2016-09-14Add some sanity checks around usage of t_fromb64()Matt Caswell
2016-09-14Encourage use of the macros for the various "sub" functionsMatt Caswell
2016-09-14Make wpackettest conform to style rulesMatt Caswell
2016-09-14Add a WPACKET_sub_allocate_bytes() functionMatt Caswell
2016-09-14Convert CKE construction to use the WPACKET APIMatt Caswell
2016-09-14Add a test for 'openssl passwd'Richard Levitte
2016-09-14Fix 'openssl passwd' with arguments -1 or -apr1Richard Levitte
2016-09-13Fix some magic values about revocation info type...FdaSilvaYY
2016-09-13Add --missing-help to list commandRich Salz
2016-09-13Remove -xtarget=ultra from solaris(64)-sparcv9-cc builds.Andy Grundman
2016-09-13bio.h: fix number of arguments passed to BIO_ptr_ctrl()Viktor Szakats
2016-09-13s_client: avoid warning on Windows/MS-DOS systemsViktor Szakats
2016-09-13Configure: detect gcc's dependency generation capability more accurately.Andy Polyakov