Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix (minor) problems found by ubsan | Alessandro Ghedini | 2015-11-21 | 1 | -1/+6 |
* | Convert __thread to pthreads for Thread Local Storage | Matt Caswell | 2015-11-21 | 1 | -19/+19 |
* | Swap to using proper windows pipes | Matt Caswell | 2015-11-21 | 1 | -3/+13 |
* | Add ASYNC_block_pause and ASYNC_unblock_pause | Matt Caswell | 2015-11-21 | 1 | -3/+33 |
* | Fix ASYNC null implementation | Matt Caswell | 2015-11-21 | 2 | -0/+19 |
* | Add ASYNC tests | Matt Caswell | 2015-11-21 | 3 | -3/+268 |
* | Make libssl async aware | Matt Caswell | 2015-11-21 | 1 | -25/+26 |
* | Use better defaults for TSA. | Dr. Stephen Henson | 2015-11-20 | 1 | -5/+5 |
* | Add support for signer_digest option in TS. | Dr. Stephen Henson | 2015-11-20 | 1 | -2/+2 |
* | Use uint32_t and int32_t for SSL_CIPHER structure. | Dr. Stephen Henson | 2015-11-08 | 1 | -2/+2 |
* | Replace "SSLeay" in API with OpenSSL | Rich Salz | 2015-10-30 | 2 | -4/+4 |
* | Reorganise state machine files | Matt Caswell | 2015-10-30 | 1 | -2/+3 |
* | Improve make depend. | Ben Laurie | 2015-10-24 | 1 | -2/+4 |
* | Fix undeclared variable warnings. | Ben Laurie | 2015-10-24 | 1 | -4/+2 |
* | Remove useless code | Alessandro Ghedini | 2015-10-23 | 1 | -1/+1 |
* | testlib/OpenSSL/Test.pm: remove redundant 'cmd /c', MSWin32 Perl can take car... | Andy Polyakov | 2015-10-13 | 1 | -2/+0 |
* | Test suite: chomp->s/\R// to harmonize with mingw 'make test'. | Andy Polyakov | 2015-10-13 | 8 | -10/+10 |
* | Test suite: minimal required to get mingw 'make test' work under Linux. | Andy Polyakov | 2015-10-13 | 5 | -6/+25 |
* | Skip PSK tests for no-psk | Dr. Stephen Henson | 2015-10-11 | 1 | -4/+12 |
* | DTLS: remove unused cookie field | Emilia Kasper | 2015-10-09 | 1 | -0/+20 |
* | Properly check return type of DH_compute_key() | Pascal Cuoq | 2015-10-07 | 1 | -2/+2 |
* | Fix travis builds on master | Alessandro Ghedini | 2015-10-06 | 1 | -4/+4 |
* | Add PACKET_copy_all | Emilia Kasper | 2015-10-05 | 1 | -2/+21 |
* | ssl3_get_client_hello: rearrange logic | Emilia Kasper | 2015-10-05 | 1 | -0/+16 |
* | Make update / libeay.num fix | Rich Salz | 2015-09-30 | 1 | -2/+15 |
* | Add a test for duplicated ordinals | Matt Caswell | 2015-09-30 | 1 | -0/+104 |
* | Fix no-stdio build | David Woodhouse | 2015-09-30 | 1 | -15/+2 |
* | Empty NewSessionTicket: test session resumption | Emilia Kasper | 2015-09-28 | 1 | -1/+53 |
* | Empty session ticket: add a test | Emilia Kasper | 2015-09-28 | 1 | -2/+23 |
* | Fix the OCSP test on Windows | Matt Caswell | 2015-09-25 | 1 | -1/+1 |
* | Fix the rehash test on Windows | Matt Caswell | 2015-09-23 | 1 | -0/+5 |
* | PACKET: simplify | Emilia Kasper | 2015-09-22 | 1 | -9/+2 |
* | make no-dh work | Dr. Stephen Henson | 2015-09-20 | 1 | -1/+3 |
* | Simplify Simple.pm further, and make it more verbose | Richard Levitte | 2015-09-20 | 1 | -5/+4 |
* | Correct srp test | Richard Levitte | 2015-09-20 | 1 | -1/+1 |
* | Correct jpake test | Richard Levitte | 2015-09-20 | 1 | -1/+1 |
* | Correct sha tests | Richard Levitte | 2015-09-20 | 3 | -3/+3 |
* | Correct whirlpool test | Richard Levitte | 2015-09-20 | 1 | -1/+1 |
* | typo | Dr. Stephen Henson | 2015-09-20 | 1 | -1/+1 |
* | Update Simple.pm to use disabled() | Dr. Stephen Henson | 2015-09-20 | 1 | -1/+2 |
* | Change test recipes to use disabled() | Dr. Stephen Henson | 2015-09-20 | 6 | -20/+26 |
* | Add Utils.pm | Dr. Stephen Henson | 2015-09-20 | 1 | -0/+84 |
* | Make sure to actually use @smime_cms_comp_test when testing it... | Richard Levitte | 2015-09-19 | 1 | -1/+1 |
* | Check if test_rehash is run as root | Richard Levitte | 2015-09-18 | 1 | -3/+10 |
* | Remove PACKET_back | Emilia Kasper | 2015-09-18 | 1 | -12/+5 |
* | base64 decode: check for high bit | Emilia Kasper | 2015-09-17 | 1 | -0/+6 |
* | RT3757: base64 encoding bugs | Emilia Kasper | 2015-09-17 | 2 | -36/+390 |
* | Remove PACKET_(get|goto)_bookmark | Emilia Kasper | 2015-09-17 | 1 | -101/+101 |
* | make update | Matt Caswell | 2015-09-16 | 1 | -2/+4 |
* | Add a method to list available tests | Richard Levitte | 2015-09-15 | 2 | -3/+12 |