summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-11-09Simplify and clean X509_VERIFY_PARAM new/free code.FdaSilvaYY
2016-11-09Make some CLIENTHELLO_MSG function arguments constMatt Caswell
2016-11-09Update a commentMatt Caswell
2016-11-09Swap back to using SSL3_RANDOM_SIZE instead of sizeof(clienthello.random)Matt Caswell
2016-11-09Move setting the session_id_len until after we filled the session_idMatt Caswell
2016-11-09Load the sessionid directly in SSLv2 compat ClientHelloMatt Caswell
2016-11-09Rename clienthello.version to clienthello.legacy_versionMatt Caswell
2016-11-09Fix some minor style issuesMatt Caswell
2016-11-09Add some function documentation and update some existing commentsMatt Caswell
2016-11-09Fix make update following extensions refactorMatt Caswell
2016-11-09Improve some comment documentation following the extensions refactorMatt Caswell
2016-11-09Fix various style issues in the extension parsing refactorMatt Caswell
2016-11-09Use an explicit name for the struct for definition of RAW_EXTENSIONMatt Caswell
2016-11-09Fix a memory leak in the ClientHello extension parsingMatt Caswell
2016-11-09Handle compression methods correctly with SSLv2 compat ClientHelloMatt Caswell
2016-11-09Refactor ClientHello processing so that extensions get parsed earlierMatt Caswell
2016-11-09Move algorithm specific ppccap code from crypto/ppccap.cRichard Levitte
2016-11-09Unix Makefile: Make sure to use $(PERL) when running ./ConfigureRichard Levitte
2016-11-08Missing BN_RECP_CTX field init.FdaSilvaYY
2016-11-08Zero stack variable with DSA nonceRich Salz
2016-11-08Fix zlib BIO_METHOD for latest BIO_METHOD structure changesMatt Caswell
2016-11-08INSTALL: small typoRichard Levitte
2016-11-07Allow null in X509_CRL_METHOD_freeFdaSilvaYY
2016-11-07Improve PRF documentationAndrea Grandi
2016-11-07Improve RSA test coverage.David Benjamin
2016-11-07Make RSA_sign.pod less confusing.David Benjamin
2016-11-07Implement RSASSA-PKCS1-v1_5 as specified.David Benjamin
2016-11-07Partial revert of "Fix client verify mode to check SSL_VERIFY_PEER"Matt Caswell
2016-11-07Simplify tests part 2Emilia Kasper
2016-11-07Add a test for the wrong version number in a recordMatt Caswell
2016-11-07Ignore the record version in TLS1.3Matt Caswell
2016-11-07test_sslcbcpadding only makes sense <TLS1.3Matt Caswell
2016-11-07Correct the Id for the TLS1.3 ciphersuiteMatt Caswell
2016-11-07Always ensure that init_msg is initialised for a CCSMatt Caswell
2016-11-06Windows: use default ZLIB1 unless --with-zlib-lib is setRichard Levitte
2016-11-06Fix the LIBZ macro on VC config targetsRichard Levitte
2016-11-06VMS: pretend to use -znodeleteRichard Levitte
2016-11-05constant time test: include our internal/numbers.h rather than limits.hRichard Levitte
2016-11-04VMS build file template: assign 'arch' to local symbol tableRichard Levitte
2016-11-04Missed a mention of RTRich Salz
2016-11-04Correct internal tests sourcesRichard Levitte
2016-11-04VMS: update the list of files that need some extra treatmentRichard Levitte
2016-11-04VMS: correct the logic around linking executablesRichard Levitte
2016-11-04Don't create fixtures for simple testsEmilia Kasper
2016-11-04testutil: always print errors on failureEmilia Kasper
2016-11-04Travis: add a strict buildRichard Levitte
2016-11-04Fix a missed size_t variable declarationMatt Caswell
2016-11-04Fix some style issues from libssl size_tify reviewMatt Caswell
2016-11-04Tweak the SSL_read()/SSL_write() text based on feedback received.Matt Caswell
2016-11-04Rename all "read" variables with "readbytes"Matt Caswell