openssl.git
2017-02-03 Dmitry KostjuchenkoGrouped data declarations [skip ci]
2017-02-03 Dmitry KostjuchenkoRemoved tab spaces.
2017-02-03 Dmitry KostjuchenkoCorrections according the review comments.
2017-02-03 Dmitry KostjuchenkoCompile fix on platforms with missing pthread_rwlock_t.
2017-02-03 Andy Polyakovcrypto/x86_64cpuid.pl: detect if kernel preserves ...
2017-02-02 Richard LevitteInitialise alg_k and alg_a
2017-02-02 Dr. Stephen... Add missing MinProtocol/MaxProtocol
2017-02-02 Dr. Stephen... Add TLS 1.3 certificate selection tests.
2017-02-02 Dr. Stephen... Don't filter TLS 1.3 ciphersuites by signing or key...
2017-02-02 Dr. Stephen... Update cipher definition
2017-02-02 Dr. Stephen... Remove special case for TLS 1.3.
2017-02-02 Dr. Stephen... For TLS 1.3 retrieve previously set certificate index
2017-02-02 Dr. Stephen... make errors
2017-02-02 Dr. Stephen... Set signature algorithm when choosing cipher
2017-02-02 Dr. Stephen... Add function tls_choose_sigalg().
2017-02-02 Dr. Stephen... Cosmetic change
2017-02-02 Cory BenfieldTest logging TLSv1.3 secrets.
2017-02-02 Cory BenfieldAdd support for logging out TLSv1.3 secrets
2017-02-01 Todd ShortAdd support for parameterized SipHash
2017-02-01 Bernd Edlingerremove test/.rnd on make clean
2017-02-01 Todd ShortMajority rules, use session_ctx vs initial_ctx
2017-02-01 Richard Levittebn: fix occurance of negative zero in BN_rshift1()
2017-02-01 Geoff Thorpebn: fix occurances of negative zero
2017-02-01 Geoff Thorpebn: catch negative zero as an error
2017-02-01 Geoff Thorpebn: fix BN_DEBUG + BN_DEBUG_RAND support
2017-02-01 Richard Levittebntests.txt: add a couple of checks of possibly negativ...
2017-02-01 Richard Levittebntest: do not stop on first fautl encountered
2017-02-01 Richard Levittebntest: make sure file_rshift tests BN_rshift1 as well...
2017-02-01 Richard Levittebntest: make sure that equalBN takes note of negative...
2017-01-31 Rich SalzAdd -Wno-parentheses-equality to dev-warnings.
2017-01-31 Dr. Stephen... Tidy up Suite B logic
2017-01-31 Dr. Stephen... Remove peer_md and use peer_sigalg instead.
2017-01-31 Dr. Stephen... Simplify sigalgs code.
2017-01-31 Dr. Stephen... Add digest and key indices to table.
2017-01-31 Dr. Stephen... Don't check certificate type against ciphersuite for...
2017-01-31 Dr. Stephen... Add TLS 1.3 signing curve check
2017-01-31 Dr. Stephen... Only allow PSS signatures with RSA keys and TLS 1.3
2017-01-31 Dr. Stephen... Store table entry to peer signature algorithm.
2017-01-30 Matt CaswellFree up the memory for the NewSessionTicket extensions
2017-01-30 Matt CaswellMake sure we free and cleanse the pms value in all...
2017-01-30 Dr. Stephen... Update macros.
2017-01-30 Dr. Stephen... fix style issues
2017-01-30 Dr. Stephen... Fix TLS 1.2 and no sigalgs.
2017-01-30 Dr. Stephen... Use PSS for simple test so TLS 1.3 handhake is successful.
2017-01-30 Dr. Stephen... Add tests for client and server signature type
2017-01-30 Dr. Stephen... Add test support for TLS signature types.
2017-01-30 Dr. Stephen... Update documentation
2017-01-30 Dr. Stephen... make update
2017-01-30 Dr. Stephen... Replace TLS_SIGALGS with SIGALG_LOOKUP
2017-01-30 Dr. Stephen... Support TLS 1.3 signature scheme names.
2017-01-30 Dr. Stephen... Extend TLS 1.3 signature table.
2017-01-30 Dr. Stephen... Use shared signature algorithm list to find type.
2017-01-30 Dr. Stephen... Add SSL_get_peer_signature_type_nid() function.
2017-01-30 Dr. Stephen... Store peer signature type.
2017-01-30 Dr. Stephen... More complete PSS support.
2017-01-30 Dr. Stephen... Use uint16_t for signature scheme.
2017-01-30 Dr. Stephen... use RSA_PSS_SALTLEN_DIGEST constant
2017-01-30 Matt CaswellExpand comment in tls_process_hello_req()
2017-01-30 Matt CaswellAdd a TODO around validating the ticket age
2017-01-30 Matt CaswellVarious style fixes following review feedback
2017-01-30 Matt CaswellRemove unneccessary comments
2017-01-30 Matt CaswellUse for loop in WPACKET_fill_lengths instead of do...
2017-01-30 Matt CaswellMove the SSL3_CK_CIPHERSUITE_FLAG out of public header
2017-01-30 Matt CaswellAdd a test for the PSK kex modes extension
2017-01-30 Matt CaswellIf we have no suitable PSK kex modes then don't attempt...
2017-01-30 Matt CaswellFix <= TLS1.2 break
2017-01-30 Matt CaswellAdd a test for WPACKET_fill_lengths()
2017-01-30 Matt CaswellEnable wpacket test on shared builds
2017-01-30 Matt CaswellMake calls to SSL_renegotiate() error out for TLSv1.3
2017-01-30 Matt CaswellMake the "ticket" function return codes clearer
2017-01-30 Matt CaswellMiscellaneous style tweaks based on feedback received
2017-01-30 Matt CaswellEnsure the al variable is properly ininitialised in...
2017-01-30 Matt CaswellEnsure the age_add variable is properly initialised
2017-01-30 Matt CaswellRe-enable resumption for TLS1.3 CT tests
2017-01-30 Matt CaswellAdd testing of TLSv1.3 resumption in test_tls13messages
2017-01-30 Matt CaswellAdd a capability for TLSProxy to wait for a session...
2017-01-30 Matt CaswellRe-enable test_ssl_new resumption tests for TLSv1.3
2017-01-30 Matt CaswellRemove a TLS1.3 TODO that is now completed
2017-01-30 Matt CaswellRe-enable TLSv1.3 session resumption related tests...
2017-01-30 Matt CaswellUpdate create_ssl_connection() to make sure its gets...
2017-01-30 Matt CaswellRe-enable ALPN resumption tests where we are using...
2017-01-30 Matt CaswellAlways ensure that session->cipher is set
2017-01-30 Matt CaswellTweak a comment
2017-01-30 Matt CaswellUse the correct session resumption mechanism
2017-01-30 Matt CaswellMove session version consistency check
2017-01-30 Matt CaswellSet the kex modes on the client too.
2017-01-30 Matt CaswellImplement server side of PSK extension construction
2017-01-30 Matt CaswellImplement Server side of PSK extension parsing
2017-01-30 Matt CaswellMake sure we also cleanse the finished key
2017-01-30 Matt CaswellProvide a key_share extension finaliser
2017-01-30 Matt CaswellAdd support for client side parsing of the PSK extension
2017-01-30 Matt CaswellAdd support for the age_add field
2017-01-30 Matt CaswellConstruct the client side psk extension for TLSv1.3
2017-01-30 Matt CaswellProvide a new WPACKET function for filling in all the...
2017-01-30 Matt CaswellUpdate the s_client -sess_out feature to work for TLSv1.3
2017-01-30 Matt CaswellNever send a session id in TLS1.3
2017-01-30 Matt CaswellAdd a TODO around handling of SSL_get_session() and...
2017-01-30 Matt CaswellProcess incoming NewSessionTicket messages on the clien...
2017-01-30 Matt CaswellCreate the NewSessionTicket message in TLSv1.3
2017-01-30 Matt CaswellAdd support for the psk_key_exchange_modes extension
next