summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-01-20Enable TLSProxy tests on WindowsRichard Levitte
2018-01-19enc(1): document that AEAD is not and will not be supportedBenjamin Kaduk
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-19Set OPENSSL_ENGINES for WindowsBernd Edlinger
2018-01-19Create one permanent proxy socket per TLSProxy::Proxy instanceRichard Levitte
2018-01-18Only implement secure malloc if _POSIX_VERSION allowsRichard Levitte
2018-01-18The Cygwin gcc doesn't define _WIN32, don't pretend it doesRichard Levitte
2018-01-18Simplify Cygwin checks, part 1Richard Levitte
2018-01-18Cygwin is POSIX, don't say it isn'tRichard Levitte
2018-01-18TLSProxy::Proxy: Don't use ReuseAddr on WindowsRichard Levitte
2018-01-17doc: Bad prototypes of EVP_PKEY_CTX_new()Jakub Jelen
2018-01-17TLSProxy::Proxy: don't waste time redirecting STDOUT and STDERRRichard Levitte
2018-01-17TLSProxy::Proxy: If we don't support IPv6, force IPv4Richard Levitte
2018-01-16Update all affected files' copyright year to 2018Paul Yang
2018-01-16Enforce return values section checkPaul Yang
2018-01-16Add missing 'RETURN VALUES' sections in docPaul Yang
2018-01-16Extend timeout for TLSProxyMatt Caswell
2018-01-16Revert BN_copy() flag copy semantics changeMatt Caswell
2018-01-16Fix memory leak in do_rand_drbg_init()Dr. Matthias St. Pierre
2018-01-15Fix intermittent Windows and Cygwin failures in s_serverRichard Levitte
2018-01-15Fix Windows build file template to recognise .res filesRichard Levitte
2018-01-14Fix intermittent Cygwin failures in s_clientRichard Levitte
2018-01-14Use constant value 1 instead of SHUT_WR in do_serverBernd Edlinger
2018-01-14Explicitly shut the socket down in s_clientBernd Edlinger
2018-01-13Catch SIGPIPE in TLSProxy::Proxy::clientstartBernd Edlinger
2018-01-12Change the name of the SEC typedef to openssl_speed_sec_t.Pauli
2018-01-10Make data argument const in SSL_dane_tlsa_addPatrick Schlangen
2018-01-10Enhance util/openssl-update-copyright shell scriptDr. Matthias St. Pierre
2018-01-09Tolerate DTLS alerts with an incorrect version numberMatt Caswell
2018-01-09Configure: try to make sure every config target name is uniqueRichard Levitte
2018-01-09Fix --strict-warnings with C90Todd Short
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-09Various small build improvements on mkdef.pl, progs.pl, crypto/init.c, crypto...David von Oheimb
2018-01-08Document SSL_OP_NO_RENEGOTIATION as new in 1.1.1Christian Heimes
2018-01-08Avoid only exact duplicates when creating the accepted CA names listTomas Mraz
2018-01-08Document OPENSSL_ENGINES environment variablePatrick Steuer
2018-01-08crypto/engine/eng_list.c: compare getenv rv to NULL instead of 0Patrick Steuer
2018-01-08Clarify error for unrecognized arguments.Jacob Hoffman-Andrews
2018-01-08fix compile error 'intrinsic function not declared'EasySec
2018-01-08Fix spelling: adroideabi -> androideabipass86
2018-01-08Use the index that matches the key type (either SSL_PKEY_RSA_PSS_SIGN or SSL_...Noah Robbin
2018-01-08Use size of server key when selecting signature algorithm.Noah Robbin
2018-01-08NUMERICSTRING supportDmitry Belyavskiy
2018-01-08Add util/openssl-update-copyright shell scriptDr. Matthias St. Pierre
2018-01-08Separate general linking flags from extra librariesRichard Levitte
2018-01-08Clean up uClinux targetsRichard Levitte
2018-01-07Fix IPv6 defineRich Salz
2018-01-07CHANGES: Document the removal of OS390-UnixRichard Levitte
2018-01-07s390x assembly pack: add KMA code path for aes-gcm.Patrick Steuer
2018-01-07crypto/aes/asm/aes-s390x.pl: replace decrypt flag by macro.Patrick Steuer