openssl.git
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.
2017-03-02 Andy PolyakovConfigurations/50-masm.conf: add /nologo to ml64 comman...
2017-03-02 Richard LevitteAdd NOTES.UNIX, with a description on how to deal with...
2017-03-01 Bernd EdlingerCheck that async_jobs is not negative and not too high.
2017-03-01 AndyCode health: ssl/ssl_locl.h unused macros
2017-03-01 Richard LevitteVMS: compensate for gmtime_r() parameter pointer size
2017-03-01 Richard LevitteDon't use deprecated EVP_CIPHER_CTX_cleanup() internally
2017-03-01 Emilia KasperRemove some obsolete/obscure internal define switches:
2017-03-01 Benjamin KadukRemove OPENSSL_indirect_call()
2017-03-01 Benjamin KadukDon't free in cleanup routine
2017-02-28 Andy Polyakovcrypto/des: remove unreferenced rcp_enc.c module.
2017-02-28 Richard LevitteCode health: Remove base address setting for mingw
2017-02-28 Bernd EdlingerFix handling of EVP_PKEY_CTRL_PKCS7_ENCRYPT/DECRYPT...
2017-02-28 Benjamin KadukAdd AGL's "beer mug" PEM file as another test input
2017-02-28 Benjamin KadukAdd test corpus for PEM reading
2017-02-28 Richard LevitteCode health: Quick note in changes and the OPENSSL_GLOB...
2017-02-28 Richard LevitteCode health: With the VAX C-ism gone, OPENSSL_GLOBAL...
2017-02-28 Richard LevitteCode health: Remove another VAX C-ism, globaldef and...
2017-02-28 Richard LevitteCode health: make update
2017-02-28 Richard LevitteCode health: Remove VAX exceptions in util/mkdef.pl
2017-02-28 Richard LevitteCode health: Remove unused VAX transfer vector for...
next