summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move manpages to man[1357] structure.Rich Salz2016-10-26444-98/+40
* VMS: tell the C compiler to use the ISO C94 standardRichard Levitte2016-10-261-1/+1
* Fix typo (reported by Matthias St. Pierre)Rich Salz2016-10-261-1/+1
* Backdated note in CHANGES about shared library namesRichard Levitte2016-10-251-0/+6
* Add some notes on shared library names on different platformsRichard Levitte2016-10-251-2/+27
* ppccap.c: engage new multipplication and squaring subroutines.Andy Polyakov2016-10-243-33/+16
* bn/asm/ppc-mont.pl: add optimized multiplication and squaring subroutines.Andy Polyakov2016-10-241-1/+1645
* bn/asm/ppc-mont.pl: prepare for extension.Andy Polyakov2016-10-241-19/+24
* sha/asm/sha512-armv8.pl: adapt for kernel use.Andy Polyakov2016-10-241-15/+38
* Add NPN to an SSL3 buildRich Salz2016-10-241-2/+2
* x86_64 assembly pack: add Goldmont performance results.Andy Polyakov2016-10-2411-1/+14
* sha/keccak1600.c: add known answer and verify result with memcmp.Andy Polyakov2016-10-241-3/+83
* crypto/sha: add Keccak1600 primitives to build SHA-3 upon.Andy Polyakov2016-10-241-0/+281
* Add a github pull request templateKurt Roeckx2016-10-221-0/+17
* Fix support for DragonFly BSDjrmarino2016-10-226-7/+12
* Efence is antiquated, remove all traces of using itRichard Levitte2016-10-222-15/+0
* Correct installation test in appveyorRichard Levitte2016-10-211-6/+1
* Fix grammar error in SSL_CTX_set_min_proto_versionClaus Assmann2016-10-211-1/+1
* GH1546: Fix old names in cryptodev code.Rich Salz2016-10-211-2/+2
* apps: remove some #ifndef clutterRichard Levitte2016-10-191-4/+0
* apps: instead of varying implementation, make setup_engine a function alwaysRichard Levitte2016-10-192-5/+4
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-1932-16/+63
* OpenSSL::Test - small fixupRichard Levitte2016-10-191-7/+2
* OpenSSL::Test cleanup - no forward declarations neededRichard Levitte2016-10-191-15/+0
* appveyor: make tests verboseRichard Levitte2016-10-191-1/+1
* Add documentation of internal OpenSSL::Test functionsRichard Levitte2016-10-191-1/+43
* Make OpenSSL::Test a bit more flexibleRichard Levitte2016-10-191-109/+164
* Fix broken link to ASYNC_get_wait_ctx and rewrap the paragraphAndrea Grandi2016-10-191-12/+12
* Do not set load_crypto_strings_inited when OPENSSL_NO_ERR is definedMat2016-10-191-1/+1
* Add error checking, small nit on ouputFdaSilvaYY2016-10-191-2/+3
* Fix config option 'no-deprecated'Richard Levitte2016-10-191-0/+2
* Add missing .pod extension to EVP_PKEY_CTX_set_tls1_prf_mdAndrea Grandi2016-10-191-0/+0
* Fix not-c codeFdaSilvaYY2016-10-191-1/+1
* Fix strict-warnings buildPatrick Steuer2016-10-181-0/+1
* Fix strict-warnings buildPatrick Steuer2016-10-182-6/+6
* Fix strict-warnings buildPatrick Steuer2016-10-181-1/+1
* Add SSL_OP_NO_ENCRYPT_THEN_MACDavid Woodhouse2016-10-173-5/+19
* Fix encrypt-then-mac implementation for DTLSDavid Woodhouse2016-10-172-2/+30
* Add Postgres support to -starttlsValentin Vidic2016-10-172-2/+23
* Fix embedded string handling.Dr. Stephen Henson2016-10-174-9/+19
* fix invalid use of incomplete type X509_STORE_CTXchoury2016-10-171-1/+1
* Allow older versions in the *.num filesMatt Caswell2016-10-171-2/+1
* Fix signatures of EVP_Digest{Sign,Verify}UpdateSteven Fackler2016-10-152-2/+2
* Ensure we handle len == 0 in ERR_err_string_nMatt Caswell2016-10-151-0/+3
* Use clang++ for C++ for the linux-x86_64-clang targetMatt Caswell2016-10-151-0/+1
* Engine afalg: properly set operation type also on big endian.Tomas Mraz2016-10-141-2/+2
* Fix style issueFdaSilvaYY2016-10-142-130/+130
* Constify command optionsFdaSilvaYY2016-10-1448-112/+112
* Fix C++ support: set $target{cxx} correctlyRichard Levitte2016-10-141-0/+1
* Fix typoXiaoyin Liu2016-10-141-1/+1