summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-10-26Move manpages to man[1357] structure.Rich Salz
2016-10-26VMS: tell the C compiler to use the ISO C94 standardRichard Levitte
2016-10-26Fix typo (reported by Matthias St. Pierre)Rich Salz
2016-10-25Backdated note in CHANGES about shared library namesRichard Levitte
2016-10-25Add some notes on shared library names on different platformsRichard Levitte
2016-10-24ppccap.c: engage new multipplication and squaring subroutines.Andy Polyakov
2016-10-24bn/asm/ppc-mont.pl: add optimized multiplication and squaring subroutines.Andy Polyakov
2016-10-24bn/asm/ppc-mont.pl: prepare for extension.Andy Polyakov
2016-10-24sha/asm/sha512-armv8.pl: adapt for kernel use.Andy Polyakov
2016-10-24Add NPN to an SSL3 buildRich Salz
2016-10-24x86_64 assembly pack: add Goldmont performance results.Andy Polyakov
2016-10-24sha/keccak1600.c: add known answer and verify result with memcmp.Andy Polyakov
2016-10-24crypto/sha: add Keccak1600 primitives to build SHA-3 upon.Andy Polyakov
2016-10-22Add a github pull request templateKurt Roeckx
2016-10-22Fix support for DragonFly BSDjrmarino
2016-10-22Efence is antiquated, remove all traces of using itRichard Levitte
2016-10-21Correct installation test in appveyorRichard Levitte
2016-10-21Fix grammar error in SSL_CTX_set_min_proto_versionClaus Assmann
2016-10-21GH1546: Fix old names in cryptodev code.Rich Salz
2016-10-19apps: remove some #ifndef clutterRichard Levitte
2016-10-19apps: instead of varying implementation, make setup_engine a function alwaysRichard Levitte
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-19OpenSSL::Test - small fixupRichard Levitte
2016-10-19OpenSSL::Test cleanup - no forward declarations neededRichard Levitte
2016-10-19appveyor: make tests verboseRichard Levitte
2016-10-19Add documentation of internal OpenSSL::Test functionsRichard Levitte
2016-10-19Make OpenSSL::Test a bit more flexibleRichard Levitte
2016-10-19Fix broken link to ASYNC_get_wait_ctx and rewrap the paragraphAndrea Grandi
2016-10-19Do not set load_crypto_strings_inited when OPENSSL_NO_ERR is definedMat
2016-10-19Add error checking, small nit on ouputFdaSilvaYY
2016-10-19Fix config option 'no-deprecated'Richard Levitte
2016-10-19Add missing .pod extension to EVP_PKEY_CTX_set_tls1_prf_mdAndrea Grandi
2016-10-19Fix not-c codeFdaSilvaYY
2016-10-18Fix strict-warnings buildPatrick Steuer
2016-10-18Fix strict-warnings buildPatrick Steuer
2016-10-18Fix strict-warnings buildPatrick Steuer
2016-10-17Add SSL_OP_NO_ENCRYPT_THEN_MACDavid Woodhouse
2016-10-17Fix encrypt-then-mac implementation for DTLSDavid Woodhouse
2016-10-17Add Postgres support to -starttlsValentin Vidic
2016-10-17Fix embedded string handling.Dr. Stephen Henson
2016-10-17fix invalid use of incomplete type X509_STORE_CTXchoury
2016-10-17Allow older versions in the *.num filesMatt Caswell
2016-10-15Fix signatures of EVP_Digest{Sign,Verify}UpdateSteven Fackler
2016-10-15Ensure we handle len == 0 in ERR_err_string_nMatt Caswell
2016-10-15Use clang++ for C++ for the linux-x86_64-clang targetMatt Caswell
2016-10-14Engine afalg: properly set operation type also on big endian.Tomas Mraz
2016-10-14Fix style issueFdaSilvaYY
2016-10-14Constify command optionsFdaSilvaYY
2016-10-14Fix C++ support: set $target{cxx} correctlyRichard Levitte
2016-10-14Fix typoXiaoyin Liu