]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2018-02-06  Richard Levitteutil/mkdef.pl: Trust configdata.pm
2018-02-05  Dr. Matthias... Use RAND_DRBG_bytes() for RAND_bytes() and RAND_priv_by...
2018-02-05  Dr. Matthias... Fix size limitation of RAND_DRBG_bytes()
2018-02-05  Dr. Matthias... drbg_bytes: remove check for DRBG_UNINITIALIZED state
2018-02-05  Matt CaswellAdd MiddleboxCompat option to SSL_CONF_cmd man page
2018-02-02  Tatsuhiro TsujikawaMake sure that exporting keying material is allowed
2018-02-02  Tatsuhiro TsujikawaRemove generation of exporter master secret on client...
2018-02-02  Tatsuhiro TsujikawaGenerate exporter_master_secret after server Finished
2018-02-02  Richard LevitteHave configdata.pm also display the contents of %target
2018-02-02  Matt CaswellDocument SSL_OP_ENABLE_MIDDLEBOX_COMPAT
2018-02-01  Richard LevitteFix of prefix bio filter (bf_prefix.c): rely on the...
2018-02-01  David BenjaminFix timing leak in BN_from_montgomery_word.
2018-02-01  David BenjaminDon't leak the exponent bit width in BN_mod_exp_mont_co...
2018-02-01  David BenjaminMake BN_num_bits_word constant-time.
2018-02-01  Michael RichardsonAdd OPENSSL_VERSION_AT_LEAST
2018-02-01  Rich SalzShorten output by a line
2018-02-01  Richard LevitteVMS: MMS wants a space before the target / dependecies...
2018-02-01  Todd ShortFix some minor code nits
2018-02-01  Todd ShortFix doc nits
2018-02-01  Todd ShortFree pha_dgst in SSL_clear()
2018-02-01  Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2018-02-01  Todd ShortRemove bad comments
2018-02-01  Matt CaswellFix some instances of the wrong alert type being sent
2018-02-01  Richard Levitteocsp.c doesn't free the whole output chain, maybe causi...
2018-02-01  Richard LevitteMake sure that apps/openssl prefixes its output with...
2018-02-01  Richard LevitteAdd an apps internal BIO filter for prefixing output...
2018-01-31  Richard LevitteAdd missing \n in some testutil output
2018-01-31  Richard LevitteMake test/uitest depend on the private apps support...
2018-01-31  Richard LevitteApps: divide the modules in direct command modules...
2018-01-31  Richard Levitteapps: Don't include progs.h in apps.h
2018-01-31  Andy Polyakovtest/asn1_time_test.c: fix pre-C90 warning.
2018-01-31  Andy Polyakovpoly1305/poly1305_ieee754.c: add support for MIPS.
2018-01-31  Benjamin KadukRestore clearing of init_lock after free
2018-01-31  Benjamin KadukRevert the crypto "global lock" implementation
2018-01-31  Richard LevitteRemove "dummy" BIO create and destroy functions
2018-01-31  Richard LevitteBIO: at the end of BIO_new, declare the BIO inited...
2018-01-31  Dr. Matthias... crypto/rand/rand_lib.c: fix undefined reference to...
2018-01-31  Peter Meerwald... Configure: Fix configdata.pm shorthand for --dump,...
2018-01-30  Richard LevitteFix small typo (parenthesis missing)
2018-01-30  Richard LevitteConfigure: when checking user input, check both %user...
2018-01-30  Richard LevitteConfigure: add configure command line C flags after...
2018-01-30  Matt CaswellMove decisions about whether to accept reneg into the...
2018-01-30  Richard LevitteAdd a 'reconfigure' make target
2018-01-29  Richard LevitteRestore perl variables for ENGINESDIR and OPENSSLDIR
2018-01-29  Richard LevitteFix typo in Windows makefile template: quotify, not...
2018-01-29  Richard LevitteTo make it less surprising and confusing, leave a messa...
2018-01-29  Richard LevitteMake Travis and Appveyor display the configuration...
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
next