summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2016-11-04Clarify the return values for SSL_read_ex()/SSL_write_ex()Matt Caswell
2016-11-04Fix a shadowed variable declaration warning picked up by TravisMatt Caswell
2016-11-04Document the HMAC_size() functionMatt Caswell
2016-11-04Test the size_t constant time functionsMatt Caswell
2016-11-04Ensure SSL_DEBUG works following size_t changesMatt Caswell
2016-11-04Clarify the return values for the peek functionsMatt Caswell
2016-11-04Updates various man pages based on review feedback received.Matt Caswell
2016-11-04Fix style issues in HMAC_size()Matt Caswell
2016-11-04Fix some bogus warnings about uninitialised variablesMatt Caswell
2016-11-04Fix some clashing symbol numbers due to merge conflictMatt Caswell
2016-11-04Document the newly added SSL functionsMatt Caswell
2016-11-04Remove a stray TODO that has already been fixedMatt Caswell
2016-11-04Provide some constant time functions for dealing with size_t valuesMatt Caswell
2016-11-04Ensure HMAC_size() handles errors correctlyMatt Caswell
2016-11-04Now that we can use size_t in PACKET lets use itMatt Caswell
2016-11-04Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell
2016-11-04Convert the mac functions to just return 1 for success and 0 for failureMatt Caswell
2016-11-04Fix some ssl3_record code witch converstion to/from size_tMatt Caswell
2016-11-04Add some PACKET functions for size_tMatt Caswell
2016-11-04Convert SSL BIO to use SSL_write_ex().Matt Caswell