openssl.git
2016-11-09 Matt CaswellLook at the supported_versions extension even if the...
2016-11-09 Matt CaswellEnsure that vent->smeth != NULL before we call vent...
2016-11-09 Matt CaswellAddress some review feedback comments for supported_ver...
2016-11-09 Matt CaswellAdd a test for the supported_versions extension
2016-11-09 Matt CaswellUpdate TLS1.3 draft version numbers for latest draft
2016-11-09 Matt CaswellAdd server side support for supported_versions extension
2016-11-09 Matt CaswellEnsure that the -trace option can interpret the support...
2016-11-09 Matt CaswellAdd the ability to send the supported_versions extension
2016-11-09 EasySecWhen no SRP identity is found, no error was reported...
2016-11-09 Emilia KasperAdd main() test methods to reduce test boilerplate.
2016-11-09 EasySecdtl_mtu_test doesn't follow BIO_* conventions and make...
2016-11-09 Matt CaswellEnsure the key and iv labels are declared as static
2016-11-09 Matt CaswellAdd a test for the TLS1.3 secret generation
2016-11-09 Matt CaswellAdd support for TLS1.3 secret generation
2016-11-09 Matt CaswellAdd support for initialising WPACKETs from a static...
2016-11-09 Matt CaswellAdd some documentation for the new HKDF modes
2016-11-09 Matt CaswellFollowing the changes to HKDF to accept a mode, add...
2016-11-09 Matt CaswellUpdate HKDF to support separte Extract and Expand steps
2016-11-09 FdaSilvaYYSimplify and clean X509_VERIFY_PARAM new/free code.
2016-11-09 Matt CaswellMake some CLIENTHELLO_MSG function arguments const
2016-11-09 Matt CaswellUpdate a comment
2016-11-09 Matt CaswellSwap back to using SSL3_RANDOM_SIZE instead of sizeof...
2016-11-09 Matt CaswellMove setting the session_id_len until after we filled...
2016-11-09 Matt CaswellLoad the sessionid directly in SSLv2 compat ClientHello
2016-11-09 Matt CaswellRename clienthello.version to clienthello.legacy_version
2016-11-09 Matt CaswellFix some minor style issues
2016-11-09 Matt CaswellAdd some function documentation and update some existin...
2016-11-09 Matt CaswellFix make update following extensions refactor
2016-11-09 Matt CaswellImprove some comment documentation following the extens...
2016-11-09 Matt CaswellFix various style issues in the extension parsing refactor
2016-11-09 Matt CaswellUse an explicit name for the struct for definition...
2016-11-09 Matt CaswellFix a memory leak in the ClientHello extension parsing
2016-11-09 Matt CaswellHandle compression methods correctly with SSLv2 compat...
2016-11-09 Matt CaswellRefactor ClientHello processing so that extensions...
2016-11-09 Richard LevitteMove algorithm specific ppccap code from crypto/ppccap.c
2016-11-09 Richard LevitteUnix Makefile: Make sure to use $(PERL) when running...
2016-11-08 FdaSilvaYYMissing BN_RECP_CTX field init.
2016-11-08 Rich SalzZero stack variable with DSA nonce
2016-11-08 Matt CaswellFix zlib BIO_METHOD for latest BIO_METHOD structure...
2016-11-08 Richard LevitteINSTALL: small typo
2016-11-07 FdaSilvaYYAllow null in X509_CRL_METHOD_free
2016-11-07 Andrea GrandiImprove PRF documentation
2016-11-07 David BenjaminImprove RSA test coverage.
2016-11-07 David BenjaminMake RSA_sign.pod less confusing.
2016-11-07 David BenjaminImplement RSASSA-PKCS1-v1_5 as specified.
2016-11-07 Matt CaswellPartial revert of "Fix client verify mode to check...
2016-11-07 Emilia KasperSimplify tests part 2
2016-11-07 Matt CaswellAdd a test for the wrong version number in a record
2016-11-07 Matt CaswellIgnore the record version in TLS1.3
2016-11-07 Matt Caswelltest_sslcbcpadding only makes sense <TLS1.3
2016-11-07 Matt CaswellCorrect the Id for the TLS1.3 ciphersuite
2016-11-07 Matt CaswellAlways ensure that init_msg is initialised for a CCS
2016-11-06 Richard LevitteWindows: use default ZLIB1 unless --with-zlib-lib is set
2016-11-06 Richard LevitteFix the LIBZ macro on VC config targets
2016-11-06 Richard LevitteVMS: pretend to use -znodelete
2016-11-05 Richard Levitteconstant time test: include our internal/numbers.h...
2016-11-04 Richard LevitteVMS build file template: assign 'arch' to local symbol...
2016-11-04 Rich SalzMissed a mention of RT
2016-11-04 Richard LevitteCorrect internal tests sources
2016-11-04 Richard LevitteVMS: update the list of files that need some extra...
2016-11-04 Richard LevitteVMS: correct the logic around linking executables
2016-11-04 Emilia KasperDon't create fixtures for simple tests
2016-11-04 Emilia Kaspertestutil: always print errors on failure
2016-11-04 Richard LevitteTravis: add a strict build
2016-11-04 Matt CaswellFix a missed size_t variable declaration
2016-11-04 Matt CaswellFix some style issues from libssl size_tify review
2016-11-04 Matt CaswellTweak the SSL_read()/SSL_write() text based on feedback...
2016-11-04 Matt CaswellRename all "read" variables with "readbytes"
2016-11-04 Matt CaswellClarify the return values for SSL_read_ex()/SSL_write_ex()
2016-11-04 Matt CaswellFix a shadowed variable declaration warning picked...
2016-11-04 Matt CaswellDocument the HMAC_size() function
2016-11-04 Matt CaswellTest the size_t constant time functions
2016-11-04 Matt CaswellEnsure SSL_DEBUG works following size_t changes
2016-11-04 Matt CaswellClarify the return values for the peek functions
2016-11-04 Matt CaswellUpdates various man pages based on review feedback...
2016-11-04 Matt CaswellFix style issues in HMAC_size()
2016-11-04 Matt CaswellFix some bogus warnings about uninitialised variables
2016-11-04 Matt CaswellFix some clashing symbol numbers due to merge conflict
2016-11-04 Matt CaswellDocument the newly added SSL functions
2016-11-04 Matt CaswellRemove a stray TODO that has already been fixed
2016-11-04 Matt CaswellProvide some constant time functions for dealing with...
2016-11-04 Matt CaswellEnsure HMAC_size() handles errors correctly
2016-11-04 Matt CaswellNow that we can use size_t in PACKET lets use it
2016-11-04 Matt CaswellFix misc size_t issues causing Windows warnings in...
2016-11-04 Matt CaswellConvert the mac functions to just return 1 for success...
2016-11-04 Matt CaswellFix some ssl3_record code witch converstion to/from...
2016-11-04 Matt CaswellAdd some PACKET functions for size_t
2016-11-04 Matt CaswellConvert SSL BIO to use SSL_write_ex().
2016-11-04 Matt CaswellFix some missed size_t updates
2016-11-04 Matt CaswellResolve some outstanding size_t related TODOs
2016-11-04 Matt CaswellUpdate misc function params in libssl for size_t
2016-11-04 Matt CaswellConvert some libssl local functions to size_t
2016-11-04 Matt CaswellUpdate cookie_len for size_t
2016-11-04 Matt CaswellUpdate numerous misc libssl fields to be size_t
2016-11-04 Matt CaswellConvert session_id_length and sid_ctx_len to size_t
2016-11-04 Matt CaswellConvert master_secret_size code to size_t
2016-11-04 Matt CaswellConvert various mac_secret_size usage to size_t
2016-11-04 Matt CaswellConvert ssl3_cbc_digest_record for size_t
2016-11-04 Matt CaswellConvert some misc record layer functions for size_t
2016-11-04 Matt CaswellConvert SSL3_RECORD_clear() and SSL3_RECORD_release...
next