summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2016-09-13bn/bn_lcl.h: improve interoperability with clang and Android NDK.Andy Polyakov
2016-09-13Configure: impose ^X on whole build procedure.Andy Polyakov
2016-09-13Abort on unrecognised warning alertsMatt Caswell
2016-09-13Fix a few style nits in the wpacket codeMatt Caswell
2016-09-13Remove else after a return in packet codeMatt Caswell
2016-09-13Pull out some common packet code into a functionMatt Caswell
2016-09-13Add some soft asserts where applicableMatt Caswell
2016-09-13Address WPACKET review commentsMatt Caswell
2016-09-13Simplify the overflow checks in WPACKET_allocate_bytes()Matt Caswell
2016-09-13Move the WPACKET documentation comments to packet_locl.hMatt Caswell
2016-09-13Add tests for the WPACKET implementationMatt Caswell
2016-09-13Ensure the WPACKET gets cleaned up in the event of an errorMatt Caswell
2016-09-13Various bug fixes and tweaks to WPACKET implementationMatt Caswell
2016-09-13Add WPACKET_sub_memcpy() functionMatt Caswell