openssl.git
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...
2016-11-04 Matt CaswellConvert libssl writing for size_t
2016-11-04 Matt CaswellFurther libssl size_t-ify of reading
2016-11-04 Matt CaswellConvert record layer to use size_t
2016-11-04 Matt CaswellRemove an unused field in ossl_shim
2016-11-04 Matt CaswellAdd a wildcard exception for TLS13 tests
2016-11-04 Matt CaswellSwap header copyrights to standard OpenSSL
2016-11-04 Matt CaswellAdd missing bn.h include
2016-11-04 Matt CaswellUpdate the BoringSSL suppressions file based on the...
2016-11-04 Matt CaswellRename BoringSSL style OPENSSL_WINDOWS to OPENSSL_SYS_W...
2016-11-04 Matt CaswellFix a code inconsistency
2016-11-04 Matt CaswellRemove some #if 0'd out code
2016-11-04 Matt CaswellRemoved scoped_types.h
2016-11-04 Matt CaswellRemove some flags that are unused in the shim
2016-11-04 Matt CaswellUse the -allow-unimplemented feature of the BoringSSL...
2016-11-04 Matt CaswellRemove unused BoringSSL specific flags
2016-11-04 Matt CaswellRemove some unreferenced fields from TestState
2016-11-04 Matt CaswellRemove some #if 0'd out code
2016-11-04 Matt CaswellFix argument order in documentation
2016-11-04 Matt CaswellRemove test/ossl_shim/Makefile
2016-11-04 Matt CaswellAdd documentation on the BoringSSL test suite integration
2016-11-04 Matt CaswellAdd -std=c++11 to CXXFLAGS
2016-11-04 Matt CaswellFix some unused variable warnings in ossl_shim
2016-11-04 Matt CaswellAdd a comment to 90-test_external.t to explain why...
2016-11-04 Richard LevitteConvert 90-test_external.t to using "executable" rather...
2016-11-04 Matt CaswellControl building of ossl_shim through Configure
2016-11-04 Richard LevitteIntegrate ossl_shim into the build
next