]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2018-01-29  Richard LevitteDocument the use of configdata.pm as a script
2018-01-29  Richard LevitteMove the display of disabled features to configdata...
2018-01-29  Richard LevitteHave the build files use the executable configdata.pm
2018-01-29  Richard LevitteMake configdata.pm runnable and move all display of...
2018-01-29  Richard LevitteDon't define OPENSSL_NO_ERR for the command line
2018-01-29  Richard LevitteRemove $no_sse2, as it's just a 'copy' of $disabled...
2018-01-29  Richard LevitteFix recent typo. -DL_ENDIAN / -DB_ENDIAN, not -DL_DEBI...
2018-01-29  Richard LevitteDon't break testing when runnins as root
2018-01-29  Kurt RoeckxAdd RAND_DRBG_bytes
2018-01-28  nickthetaitCreate troubleshooting subsection in INSTALL file
2018-01-28  Richard LevitteGet rid of a warning about unused results
2018-01-28  Richard LevitteTreat C++ flags more like C flags, and only if C++...
2018-01-28  Richard LevitteFix WinCE config target
2018-01-28  Richard LevitteVMS config.com: better handling of arguments
2018-01-28  Steve LinsellUpdate copyright year in mkerr.pl
2018-01-28  Richard LevitteAdd a note on Configure variable processing in NEWS...
2018-01-28  Richard LevitteMake sure all our config targets inherit a BASE template
2018-01-28  Richard LevitteWe need Unixly defaults for config targets that don...
2018-01-28  Richard LevitteStop having Unix defaults in Configure (partial)
2018-01-28  Richard LevitteProcessing GNU-style "make variables" - implementation
2018-01-28  Richard LevitteProcessing GNU-style "make variables" - separate CPP...
2018-01-26  Bernd EdlingerFix some style nits in commit eee8a40
2018-01-26  Benjamin KadukCatch some more old sigalg names in comments
2018-01-26  Benjamin KadukFix ssl-trace with TLS 1.3 draft-23 PSS sigalgs
2018-01-26  Benjamin KadukFix uninitialized read in sigalg parsing code
2018-01-25  Benjamin KadukAdd TLSProxy tests for signature_algorithms_cert
2018-01-25  Benjamin KadukAdd support for the TLS 1.3 signature_algorithms_cert...
2018-01-25  Benjamin KadukUpdate documentation for SSL_set1_sigalgs()
2018-01-25  Benjamin KadukPropagate TLS 1.3 sigalgs through tls1_set_sigalgs()
2018-01-25  Benjamin KadukAdd TLS 1.3 draft-23 PSS signature algorithms
2018-01-25  Benjamin KadukRenumber TLSEXT_TYPE_key_share for draft-23
2018-01-25  Benjamin KadukBump TLS1_3_VERSION_DRAFT for draft-23
2018-01-25  Bernd EdlingerMake the s_server command listen on IPv6 only when...
2018-01-25  Bernd EdlingerFix setting of IPV6_V6ONLY on Windows
2018-01-24  Christian HeimesFix signature of min/max proto getter
2018-01-24  Steffan KargerFix SSL_CTX_get_{min,max}_proto_version integer convers...
2018-01-24  David CooperAdded "B" tag to all variables.
2018-01-24  David CooperAdd documentation for the OCSP_basic_sign() and OCSP_ba...
2018-01-24  David CooperMake editorial changes suggested by Matt Caswell and...
2018-01-24  David CooperMake editorial changes suggested by Rich Salz and add...
2018-01-24  David CooperAdd -rsigopt option to ocsp command
2018-01-24  Todd ShortFix error-path memory leak in asn_mime.c
2018-01-24  Matt CaswellUpdates following review of SSL_stateless() code
2018-01-24  Matt CaswellAdd a timestamp to the cookie
2018-01-24  Matt CaswellAdd the ability for s_server to operate statelessly
2018-01-24  Matt CaswellDon't send unexpected_message if we receive CCS while...
2018-01-24  Matt CaswellAdd documentation for SSL_stateless()
2018-01-24  Matt CaswellFix the cookie/key_share extensions for use with SSL_st...
2018-01-24  Matt CaswellFix the SSL_stateless() return code
2018-01-24  Matt CaswellFix interaction between SSL_stateless() and SSL_clear()
2018-01-24  Matt CaswellAdd some tests for the SSL_stateless() capability
2018-01-24  Matt CaswellFix logic around when to send an HRR based on cookies
2018-01-24  Matt CaswellAdd the SSL_stateless() function
2018-01-24  Matt CaswellEnable the cookie callbacks to work even in TLS in...
2018-01-24  Matt CaswellAdd support for sending TLSv1.3 cookies
2018-01-24  Richard LevitteSmall cleanup of some build.info files
2018-01-24  Richard LevitteConfigure: ensure that a DEPEND generates the correct...
2018-01-24  Richard LevitteConfigure: let INCLUDEs set on binaries "trickle down...
2018-01-23  PauliSHA512/224 and SHA512/256
2018-01-23  Richard LevitteHave EVP_PKEY_asn1_find_str() work more like EVP_PKEY_a...
2018-01-23  Richard LevitteRevert "EVP_PKEY_asn1_add0(): Check that this method...
2018-01-23  Benjamin KadukFix no-ec --strict-warnings builds
2018-01-23  Rich SalzImprove some BN documentation.
2018-01-23  Richard LevitteDon't add $(EX_LIBS) to libssl.pc's Libs.private
2018-01-23  Richard LevitteAdd anything specifying a threads library to ex_libs
2018-01-22  Richard LevitteWhen building shared libraries, only ln -s when simple...
2018-01-22  Rich SalzMove fprintf after assignment to avoid crash.
2018-01-22  Richard Levittetest/ossl_shim/packeted_bio.h: don't include e_os.h
2018-01-22  Rich SalzAdd accessors for AdmissionSyntax
2018-01-22  Richard LevitteReduce the use of e_os.h in test programs
2018-01-22  Matt CaswellDon't attempt to use X25519 for ECDSA in speed
2018-01-22  Matt CaswellDon't crash on a missing Subject in index.txt
2018-01-22  Matt CaswellDon't allow an empty Subject when creating a Certificate
2018-01-21  Bernd EdlingerAdd a configure option to opt-out secure memory
2018-01-20  Richard LevitteUpdate the license end year
2018-01-20  Richard LevitteEnable TLSProxy tests on Windows
2018-01-19  Benjamin Kadukenc(1): document that AEAD is not and will not be supported
2018-01-19  Richard LevitteCopyright update of more files that have changed this...
2018-01-19  Bernd EdlingerSet OPENSSL_ENGINES for Windows
2018-01-19  Richard LevitteCreate one permanent proxy socket per TLSProxy::Proxy...
2018-01-18  Richard LevitteOnly implement secure malloc if _POSIX_VERSION allows
2018-01-18  Richard LevitteThe Cygwin gcc doesn't define _WIN32, don't pretend...
2018-01-18  Richard LevitteSimplify Cygwin checks, part 1
2018-01-18  Richard LevitteCygwin is POSIX, don't say it isn't
2018-01-18  Richard LevitteTLSProxy::Proxy: Don't use ReuseAddr on Windows
2018-01-18  Jakub Jelendoc: Bad prototypes of EVP_PKEY_CTX_new()
2018-01-17  Richard LevitteTLSProxy::Proxy: don't waste time redirecting STDOUT...
2018-01-17  Richard LevitteTLSProxy::Proxy: If we don't support IPv6, force IPv4
2018-01-16  Paul YangUpdate all affected files' copyright year to 2018
2018-01-16  Paul YangEnforce return values section check
2018-01-16  Paul YangAdd missing 'RETURN VALUES' sections in doc
2018-01-16  Matt CaswellExtend timeout for TLSProxy
2018-01-16  Matt CaswellRevert BN_copy() flag copy semantics change
2018-01-16  Dr. Matthias... Fix memory leak in do_rand_drbg_init()
2018-01-15  Richard LevitteFix intermittent Windows and Cygwin failures in s_server
2018-01-15  Richard LevitteFix Windows build file template to recognise .res files
2018-01-14  Richard LevitteFix intermittent Cygwin failures in s_client
2018-01-14  Bernd EdlingerUse constant value 1 instead of SHUT_WR in do_server
2018-01-14  Bernd EdlingerExplicitly shut the socket down in s_client
2018-01-13  Bernd EdlingerCatch SIGPIPE in TLSProxy::Proxy::clientstart
next