openssl.git
2017-05-04 Matt CaswellFix an uninit read in igetest
2017-05-04 Todd ShortFix clang compile time error
2017-05-03 Rich SalzFix curly braces on util/mkrc.pl
2017-05-03 Rich SalzRun perltidy, use strict+warnings on mkrc.pl
2017-05-03 Rich SalzPerltidy ck_errf
2017-05-03 Rich SalzRemove some unused scripts
2017-05-03 Matt CaswellUpdate tls13secretstest test vectors for TLSv1.3 draft-20
2017-05-03 Matt CaswellUpdate the TLSv1.3 version indicator for draft-20
2017-05-03 Matt CaswellUpdate the HKDF labels for draft-20
2017-05-03 Todd ShortLimit padded record to max plaintext
2017-05-03 Matt CaswellUpdate the documentation for "Groups" and "Curves"
2017-05-03 Matt CaswellAdd the -groups option to s_server/s_client
2017-05-03 Matt CaswellUpdate serverinfo documentation based on feedback received
2017-05-03 Matt CaswellClarify serverinfo usage with Certificate messages
2017-05-03 Matt CaswellDocument the new SSL_CTX_use_serverinfo_ex() function
2017-05-03 Matt CaswellAdd an SSL_ prefix to SERVERINFOV2 and SERVERINFOV1
2017-05-03 Matt CaswellAdd a test for CT in TLSv1.3
2017-05-03 Matt CaswellAdd a SERVERINFOV2 format test file
2017-05-03 Matt CaswellOnly send custom extensions where we have received...
2017-05-03 Matt CaswellExtend the SERVERINFO file format to include an extensi...
2017-05-03 Marek KleinAdded support for ESSCertIDv2
2017-05-02 PauliUpdate igetest to use the test framework.
2017-05-02 Rich SalzConvert uses of snprintf to BIO_snprintf
2017-05-02 Matt CaswellFix some error path logic in i2v_AUTHORITY_INFO_ACCESS...
2017-05-02 Matt CaswellFix comment around safari fingerprint check
2017-05-02 Rich SalzFix URL links in comment
2017-05-02 Rich SalzAdd some man page cross-references
2017-05-02 Rich SalzConvert danetest, ssl_test_ctx_test
2017-05-02 Todd ShortTLS1.3 Padding
2017-05-02 Todd ShortFix time offset calculation.
2017-05-01 Rich SalzFix a stack smash
2017-05-01 Benjamin KadukRemove duplicates from clang_devteam_warnings
2017-05-01 Benjamin KadukAddress some -Wold-style-declaration warnings
2017-05-01 Benjamin KadukAdd -Wextra to gcc devteam warnings
2017-04-30 Andy Polyakovtest/asn1_encode_test.c: test "next negative minimum...
2017-04-30 Andy Polyakovasn1/a_int.c: fix "next negative minimum" corner case...
2017-04-28 Rich SalzCheck fflush on BIO_ctrl call
2017-04-28 Richard LevitteUpdate the pyca-cryptography submodule to version 1.8.1
2017-04-28 Rich SalzEnsure blank lines between tests.
2017-04-28 PauliRefactor crltest.c to separate the test cases into...
2017-04-28 Richard Levittetestutil: Remove test_puts_std{out,err}, they are super...
2017-04-28 Richard Levittetestutil: Add OpenSSL error stack printing wrapper...
2017-04-28 Richard Levittetestutil: Add commodity printing functions test_printf_...
2017-04-28 Richard Levittetestutil: make subtest_level() internal
2017-04-28 Richard Levittetestutil: Move printing function declarations to "inter...
2017-04-28 FdaSilvaYYAdd checks on return code when applying some settings.
2017-04-28 FdaSilvaYYOutput prog name within error message
2017-04-28 FdaSilvaYYAdd a 'max_send_frag' option to configure maximum size...
2017-04-28 Todd ShortFix s_client when no-dtls
2017-04-28 Bernd EdlingerFix a pedantic gcc-7 warning.
2017-04-28 Richard LevitteTLSProxy: When in debug mode, show the exact subprocess...
2017-04-27 Rich SalzRemove (broken) diagnostic print
2017-04-27 Andy Polyakovfuzz/{client,server}.c: omit _time64 "overload method".
2017-04-27 Matt CaswellEnsure s_client sends an SNI extension by default
2017-04-27 Bernd EdlingerAdd parentheses on public macros where appropriate.
2017-04-27 Bernd EdlingerRemove unnecessary loop in pkey_rsa_decrypt.
2017-04-26 Rich SalzFix ISO C function/object pointer issue
2017-04-26 Rich SalzConvert sslapitest to test framework
2017-04-26 Rich SalzConvert bntest to TEST_ framework
2017-04-26 Graham EdgecombeReturn success in custom_ext_parse_old_cb_wrap if parse...
2017-04-26 Rich SalzConvert dtls_mtu_test, dtlsv1listentest
2017-04-26 Dr. Stephen... Fix no-ec
2017-04-26 Tatsuhiro TsujikawaDon't treat PACKET_remaining() as boolean
2017-04-26 Tatsuhiro TsujikawaBreak before && operator
2017-04-26 Tatsuhiro TsujikawaCall init and finalization functions per extension...
2017-04-26 Matt CaswellClarify that SSL_CTX_remove_session() marks a session...
2017-04-26 Matt CaswellMore SSL_SESSION documentation tweaks based on feedback
2017-04-26 Matt CaswellTweak SSL_get_session.pod wording
2017-04-26 Matt CaswellAlways duplicate the session on NewSessionTicket in...
2017-04-26 Matt CaswellDocumentation updates for TLSv1.3 sessions
2017-04-26 Matt CaswellAdd support for SSL_SESSION_is_resumable()
2017-04-26 Matt CaswellRemove TLS1.3 TODO around testing for session id length
2017-04-26 Rich SalzFix unit-tests when no-srp configured
2017-04-26 Rich SalzConvert modular exponentiation tests to new framework
2017-04-26 Matt CaswellAdd tests for version/ciphersuite sanity checks
2017-04-26 Matt CaswellAdd a ciphersuite config sanity check for servers
2017-04-26 Matt CaswellAdd a ciphersuite config sanity check for clients
2017-04-26 Matt CaswellDon't overwrite the alert value if there is no alert...
2017-04-26 Rich Salzevp_test.c: Add PrivPubKeyPair tests
2017-04-25 Andy Polyakovtest: don't make it more complicated than necessary.
2017-04-25 Dr. Stephen... make update
2017-04-25 Dr. Stephen... Update documentation
2017-04-25 Dr. Stephen... Add PSS certificate signature tests
2017-04-25 Dr. Stephen... Add certificates with PSS signatures
2017-04-25 Dr. Stephen... Add custom sig_info setting for RSA-PSS
2017-04-25 Dr. Stephen... Use X509_get_signature_info() when checking security...
2017-04-25 Dr. Stephen... Add support for custom signature parameters
2017-04-25 Richard LevitteTapify libtestutil a bit better
2017-04-25 Richard LevitteAdd include path '..' for libtestutil
2017-04-25 Dmitry BelyavskiySwitch command-line utils to new nameopt API.
2017-04-25 Richard LevitteIgnore all .a files, not just the top ones
2017-04-25 Matt CaswellAdd documentation for the -sctp option in command line...
2017-04-25 Richard LevitteCorrect some badly formated preprocessor lines
2017-04-25 Richard LevitteAdd guards around one of use of IPPROTO_SCTP where...
2017-04-25 Richard LevitteTAPify testutil
2017-04-25 Bernard Spilopenssl enc: Don't unbuffer stdin
2017-04-25 Matt CaswellFix doc-nits issue
2017-04-25 Matt CaswellAddress review feedback for the SCTP changes
2017-04-25 Matt CaswellFix issue in 18-dtls-renegotiate.conf.in
2017-04-25 Matt CaswellDocument BIO_lookup_ex()
next