aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2015-12-11Make no-dh work, plus other no-dh problems found by Richard.Ben Laurie1-0/+4
2015-12-11Adapt EVP tests to the opaque EVP_ENCODE_CTXRichard Levitte1-8/+16
2015-12-10x86[_64] assembly pack: add optimized AES-NI OCB subroutines.Andy Polyakov1-0/+40
2015-12-10evp/c_allc.c: wire ChaCha20-Poly1305 and add tests.Andy Polyakov1-0/+65
2015-12-10test/evp_test.c: allow generic AEAD ciphers to be tested.Andy Polyakov1-0/+2
2015-12-09make updateDr. Stephen Henson1-28/+13
2015-12-09remove ecdsa.h headerDr. Stephen Henson1-1/+1
2015-12-09modify ecdsatest to use accessorDr. Stephen Henson1-9/+14
2015-12-09remove ecdh.h headerDr. Stephen Henson1-1/+0
2015-12-08Extended master secret test script.Dr. Stephen Henson1-0/+273
2015-12-08Cleanup the EVP_MD_CTX before exit rather than afterRichard Levitte1-1/+1
2015-12-07Cleanup: fix all sources that used HMAC_CTX_initRichard Levitte1-2/+2
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte8-24/+24
2015-12-07Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanupRichard Levitte2-3/+1
2015-12-07Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte1-28/+40
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte8-74/+89
2015-12-07Adapt HMAC to the EVP_MD_CTX changesRichard Levitte1-1/+1
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx1-44/+0
2015-12-04Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx1-1/+0
2015-12-04Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx1-0/+1
2015-12-03bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193).Andy Polyakov1-0/+18
2015-12-02Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson1-1/+1
2015-12-02Run test_ordinals after updateRich Salz1-0/+0
2015-12-02_BSD_SOURCE is deprecated, use _DEFAULT_SOURCE insteadRichard Levitte1-0/+1
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz1-0/+148
2015-11-21Fix (minor) problems found by ubsanAlessandro Ghedini1-1/+6
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell1-19/+19
2015-11-20Swap to using proper windows pipesMatt Caswell1-3/+13
2015-11-20Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell1-3/+33
2015-11-20Fix ASYNC null implementationMatt Caswell2-0/+19
2015-11-20Add ASYNC testsMatt Caswell3-3/+268
2015-11-20Make libssl async awareMatt Caswell1-25/+26
2015-11-20Use better defaults for TSA.Dr. Stephen Henson1-5/+5
2015-11-20Add support for signer_digest option in TS.Dr. Stephen Henson1-2/+2
2015-11-08Use uint32_t and int32_t for SSL_CIPHER structure.Dr. Stephen Henson1-2/+2
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz2-4/+4
2015-10-30Reorganise state machine filesMatt Caswell1-2/+3
2015-10-24Improve make depend.Ben Laurie1-2/+4
2015-10-24Fix undeclared variable warnings.Ben Laurie1-4/+2
2015-10-23Remove useless codeAlessandro Ghedini1-1/+1
2015-10-13testlib/OpenSSL/Test.pm: remove redundant 'cmd /c', MSWin32 Perl can take car...Andy Polyakov1-2/+0
2015-10-13Test suite: chomp->s/\R// to harmonize with mingw 'make test'.Andy Polyakov8-10/+10
2015-10-13Test suite: minimal required to get mingw 'make test' work under Linux.Andy Polyakov5-6/+25
2015-10-11Skip PSK tests for no-pskDr. Stephen Henson1-4/+12
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper1-0/+20
2015-10-07Properly check return type of DH_compute_key()Pascal Cuoq1-2/+2
2015-10-06Fix travis builds on masterAlessandro Ghedini1-4/+4
2015-10-05Add PACKET_copy_allEmilia Kasper1-2/+21
2015-10-05ssl3_get_client_hello: rearrange logicEmilia Kasper1-0/+16
2015-09-30Make update / libeay.num fixRich Salz1-2/+15