summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-01-23Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte
2018-01-23Revert "EVP_PKEY_asn1_add0(): Check that this method isn't already registered"Richard Levitte
2018-01-23Fix no-ec --strict-warnings buildsBenjamin Kaduk
2018-01-23Improve some BN documentation.Rich Salz
2018-01-23Don't add $(EX_LIBS) to libssl.pc's Libs.privateRichard Levitte
2018-01-23Add anything specifying a threads library to ex_libsRichard Levitte
2018-01-22When building shared libraries, only ln -s when simple and full name differRichard Levitte
2018-01-22Move fprintf after assignment to avoid crash.Rich Salz
2018-01-22test/ossl_shim/packeted_bio.h: don't include e_os.hRichard Levitte
2018-01-22Add accessors for AdmissionSyntaxRich Salz
2018-01-22Reduce the use of e_os.h in test programsRichard Levitte
2018-01-22Don't attempt to use X25519 for ECDSA in speedMatt Caswell
2018-01-22Don't crash on a missing Subject in index.txtMatt Caswell
2018-01-22Don't allow an empty Subject when creating a CertificateMatt Caswell
2018-01-21Add a configure option to opt-out secure memoryBernd Edlinger
2018-01-20Update the license end yearRichard Levitte
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