aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-18Simplify Cygwin checks, part 1Richard Levitte2-2/+2
2018-01-18Cygwin is POSIX, don't say it isn'tRichard Levitte1-1/+0
2018-01-18TLSProxy::Proxy: Don't use ReuseAddr on WindowsRichard Levitte1-3/+5
2018-01-17doc: Bad prototypes of EVP_PKEY_CTX_new()Jakub Jelen5-8/+11
2018-01-17TLSProxy::Proxy: don't waste time redirecting STDOUT and STDERRRichard Levitte1-15/+0
2018-01-17TLSProxy::Proxy: If we don't support IPv6, force IPv4Richard Levitte1-0/+6
2018-01-16Update all affected files' copyright year to 2018Paul Yang58-58/+58
2018-01-16Enforce return values section checkPaul Yang3-6/+11
2018-01-16Add missing 'RETURN VALUES' sections in docPaul Yang59-61/+476
2018-01-16Extend timeout for TLSProxyMatt Caswell1-1/+1
2018-01-16Revert BN_copy() flag copy semantics changeMatt Caswell2-3/+2
2018-01-16Fix memory leak in do_rand_drbg_init()Dr. Matthias St. Pierre1-0/+7
2018-01-15Fix intermittent Windows and Cygwin failures in s_serverRichard Levitte1-0/+14
2018-01-15Fix Windows build file template to recognise .res filesRichard Levitte1-1/+1
2018-01-14Fix intermittent Cygwin failures in s_clientRichard Levitte1-1/+5
2018-01-14Use constant value 1 instead of SHUT_WR in do_serverBernd Edlinger1-7/+1
2018-01-14Explicitly shut the socket down in s_clientBernd Edlinger1-0/+11
2018-01-13Catch SIGPIPE in TLSProxy::Proxy::clientstartBernd Edlinger1-0/+1
2018-01-12Change the name of the SEC typedef to openssl_speed_sec_t.Pauli1-6/+7
2018-01-10Make data argument const in SSL_dane_tlsa_addPatrick Schlangen3-4/+6
2018-01-10Enhance util/openssl-update-copyright shell scriptDr. Matthias St. Pierre1-6/+11
2018-01-09Tolerate DTLS alerts with an incorrect version numberMatt Caswell1-2/+5
2018-01-09Configure: try to make sure every config target name is uniqueRichard Levitte2-1/+16
2018-01-09Fix --strict-warnings with C90Todd Short1-4/+4
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte32-32/+32
2018-01-09Various small build improvements on mkdef.pl, progs.pl, crypto/init.c, crypto...David von Oheimb4-20/+31
2018-01-08Document SSL_OP_NO_RENEGOTIATION as new in 1.1.1Christian Heimes1-1/+2
2018-01-08Avoid only exact duplicates when creating the accepted CA names listTomas Mraz1-4/+23
2018-01-08Document OPENSSL_ENGINES environment variablePatrick Steuer2-1/+26
2018-01-08crypto/engine/eng_list.c: compare getenv rv to NULL instead of 0Patrick Steuer1-1/+1
2018-01-08Clarify error for unrecognized arguments.Jacob Hoffman-Andrews1-2/+2
2018-01-08fix compile error 'intrinsic function not declared'EasySec1-0/+1
2018-01-08Fix spelling: adroideabi -> androideabipass861-1/+1
2018-01-08Use the index that matches the key type (either SSL_PKEY_RSA_PSS_SIGN or SSL_...Noah Robbin1-4/+23
2018-01-08Use size of server key when selecting signature algorithm.Noah Robbin1-0/+34
2018-01-08NUMERICSTRING supportDmitry Belyavskiy1-0/+1
2018-01-08Add util/openssl-update-copyright shell scriptDr. Matthias St. Pierre1-0/+58
2018-01-08Separate general linking flags from extra librariesRichard Levitte5-40/+63
2018-01-08Clean up uClinux targetsRichard Levitte1-6/+2
2018-01-07Fix IPv6 defineRich Salz1-1/+5
2018-01-07CHANGES: Document the removal of OS390-UnixRichard Levitte1-0/+4
2018-01-07s390x assembly pack: add KMA code path for aes-gcm.Patrick Steuer4-28/+847
2018-01-07crypto/aes/asm/aes-s390x.pl: replace decrypt flag by macro.Patrick Steuer1-2/+2
2018-01-07s390x assembly pack: add KMA code path for aes-ctr.Patrick Steuer1-1/+55
2018-01-07ec/curve25519.c: avoid 2^51 radix on SPARC.Andy Polyakov1-0/+1
2018-01-07ec/ecp_nistz256.c: switch to faster addition chain in scalar inversion.Andy Polyakov1-14/+85
2018-01-07ec/asm/ecp_nistz256-armv8.pl: add optimized inversion.Andy Polyakov2-6/+306
2018-01-07ec/asm/ecp_nistz256-x86_64.pl: add .cfi and SEH handlers to new functions.Andy Polyakov1-25/+138
2018-01-07ec/ecp_nistz256.c: improve ECDSA sign by 30-40%.Andy Polyakov8-45/+1203
2018-01-07Remove remaining NETWARE ifdef'sRich Salz8-43/+9