]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2017-03-07  Rich SalzGet pointer type right in BIO_ssl_shutdown()
2017-03-07  Andy Polyakovcrypto/x86_64cpuid.pl: move extended feature detection...
2017-03-07  Andy Polyakovtest: add chacha_internal_test.
2017-03-07  PauliIncrease the password buffer size to APP_PASS_LEN.
2017-03-06  Richard LevitteUnix Makefile: Have manual generation use the same...
2017-03-06  Richard Levitteutil/process_docs.pl: make it possible to add a suffix...
2017-03-06  Matt CaswellAdd a test to check that we correctly handle record...
2017-03-06  Matt CaswellTweak the TLSv1.3 record overflow limits
2017-03-06  Kurt RoeckxFix double free in cookie generation.
2017-03-06  Rich SalzRemove some duplicate manpage entries
2017-03-06  Richard LevitteAdd documentation on platform specific checks
2017-03-06  Richard LevitteAdd a platform specific configuration checker
2017-03-06  Rich SalzFix an endless loop in rsa_builtin_keygen.
2017-03-06  Matt CaswellFix no-ec
2017-03-06  Matt CaswellFix a test failure with no-tls1_1
2017-03-06  Matt CaswellFix no-psk
2017-03-04  Matt CaswellDon't call memcmp with a NULL pointer
2017-03-04  Matt CaswellAdd a test for TLSv1.3 cookies
2017-03-04  Matt CaswellAdd basic TLSv1.3 cookie support
2017-03-04  Andy Polyakovappveyor.yml: call upon cmd to redirect stderr.
2017-03-04  Andy Polyakovapps/s_client.c: harden ldap_ExtendedResponse_parse.
2017-03-04  Matt CaswellFix a memory leak on an error path
2017-03-03  Matt CaswellEnsure we don't call memcpy with a NULL pointer
2017-03-03  Dr. Stephen... Update and add test
2017-03-03  Dr. Stephen... Set specific error is we have no valid signature algori...
2017-03-03  Dr. Stephen... Signature algorithm enhancement.
2017-03-03  Dr. Stephen... Disallow zero length signature algorithms
2017-03-03  Dr. Stephen... Don't allow DSA for TLS 1.3
2017-03-03  edelanghuse OSSLzu instead of lu format for size_t display
2017-03-03  Bernd EdlingerReset executable bits on files where not needed.
2017-03-03  PauliUpdate the cipher(1) documentation to explicitly state...
2017-03-03  Rich Salzsh_malloc & sh_free prototype change to match POSIX
2017-03-03  Matt CaswellSilence some more clang warnings
2017-03-02  Matt CaswellSilence some clang warnings
2017-03-02  Matt CaswellMore early data documentation updates following feedback
2017-03-02  Matt CaswellUpdate the API documentation for the latest early data...
2017-03-02  Matt CaswellUpdate early data API for writing to unauthenticated...
2017-03-02  Matt CaswellRename SSL_write_early() to SSL_write_early_data()
2017-03-02  Matt CaswellRename SSL_read_early() to SSL_read_early_data()
2017-03-02  Matt CaswellUpdates to the early data documentation
2017-03-02  Matt CaswellUpdates to s_server and s_client for the latest early_d...
2017-03-02  Matt CaswellMake SSL_write_early_finish() an internal only function
2017-03-02  Matt CaswellAdd early_data tests
2017-03-02  Matt CaswellVarious fixes required to allow SSL_write/SSL_read...
2017-03-02  Matt CaswellEnable the server to call SSL_write() without stopping...
2017-03-02  Matt CaswellEnable the client to call SSL_read() without stopping...
2017-03-02  Matt CaswellIntroduce a new early_data state in the state machine
2017-03-02  Matt CaswellImprove the early data sanity check in SSL_do_handshake()
2017-03-02  Matt CaswellAdd documentation for the new s_client and s_server...
2017-03-02  Matt CaswellTighten sanity checks when calling early data functions
2017-03-02  Matt CaswellAdd documentation for the early data functions
2017-03-02  Matt CaswellMake SSL_get_early_data_status() take a const
2017-03-02  Matt CaswellMake SSL_get_max_early_data() and SSL_CTX_get_max_early...
2017-03-02  Matt CaswellAdd a SSL_SESSION_get_max_early_data() function
2017-03-02  Matt CaswellDon't attempt to write more early_data than we know...
2017-03-02  Matt CaswellOnly accept early_data if the negotiated ALPN is the...
2017-03-02  Matt CaswellSkip early_data if appropriate after a HelloRetryRequest
2017-03-02  Matt CaswellDon't accept early_data if we are going to issue a...
2017-03-02  Matt CaswellAdd extra validation parsing the server-to-client early...
2017-03-02  Matt CaswellRemove some TLSv1.3 TODOs that are no longer relevant
2017-03-02  Matt CaswellValidate the ticket age for resumed sessions
2017-03-02  Matt CaswellEnsure the max_early_data option to s_server can be 0
2017-03-02  Matt CaswellProvide a default value for max_early_data
2017-03-02  Matt CaswellCheck max_early_data against the amount of early data...
2017-03-02  Matt CaswellMake sure we reset the read sequence when skipping...
2017-03-02  Matt CaswellDisallow handshake messages in the middle of early_data
2017-03-02  Matt CaswellFix seg fault when sending early_data using CCM ciphers...
2017-03-02  Matt CaswellGet s_client to report on whether early data was accept...
2017-03-02  Matt CaswellImplement client side parsing of the early_data extension
2017-03-02  Matt CaswellAdd a "-early_data" option to s_server
2017-03-02  Matt CaswellFix changing of the cipher state when dealing with...
2017-03-02  Matt CaswellConstruct the server side early_data extension
2017-03-02  Matt CaswellProvide an SSL_read_early() function for reading early...
2017-03-02  Matt CaswellChange the cipher state when sending early data
2017-03-02  Matt CaswellImplement the early data changes required in tls13_chan...
2017-03-02  Matt CaswellAdd an option to s_client to send early_data
2017-03-02  Matt CaswellParse the early_data extension
2017-03-02  Matt CaswellConstruct the early_data extension
2017-03-02  Matt CaswellProvide functions to write early data
2017-03-02  Matt CaswellParse the ticket_early_data_info extension
2017-03-02  Matt CaswellTeach SSL_trace() about the early_data_info extension
2017-03-02  Matt CaswellAdd a -max_early_data option to s_server
2017-03-02  Matt CaswellConstruct the ticket_early_data_info extension
2017-03-02  Rich SalzRemove ref to err(7), update copyright.
2017-03-02  Richard Levitte-precert doesn't work when configured no-ct, don't...
2017-03-02  Richard LevitteFix the skip numbers in 80-test_ca.t
2017-03-02  Matt CaswellUse the built in boolean type for CompressionExpected
2017-03-02  Matt CaswellAdd compression tests
2017-03-02  Matt CaswellFix a compression bug
2017-03-02  Matt CaswellEnsure that we never select compression in TLSv1.3
2017-03-02  Robert ScheckAdd LDAP support (RFC 4511) to s_client ("-starttls...
2017-03-02  Andy PolyakovConfigurations/10-main.conf: omit redundant -lresolv...
2017-03-02  Andy Polyakovbio/b_addr.c: omit private hstrerror.
2017-03-02  Andy Polyakovaes/aes_x86core.c: clarify reference implementation...
2017-03-02  Andy Polyakovevp/e_aes_cbc_hmac_{sha1|sha256}.c: tag reference code.
2017-03-02  Andy PolyakovCHANGES: mention CFI annotations.
2017-03-02  Andy Polyakovbn/asm: clean up unused PA-RISC modules.
2017-03-02  Andy Polyakovdes/des_locl.h: clean up unused/irrelevant macros.
2017-03-02  Jon SpillettCheck for zero records and return immediately
2017-03-02  Andy Polyakovappveyor.yml: streamline pull requests.
next