aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Don't export internal symbolsMatt Caswell2015-12-152-5/+6
* Better splitting regexp for test_ordinalsRichard Levitte2015-12-151-8/+8
* Fix a ** 0 mod 1 = 0 for real this time.Emilia Kasper2015-12-141-9/+72
* add malloc fail check & fix memory leakHongze Zhu2015-12-141-15/+42
* Make no-dh work, plus other no-dh problems found by Richard.Ben Laurie2015-12-111-0/+4
* Adapt EVP tests to the opaque EVP_ENCODE_CTXRichard Levitte2015-12-111-8/+16
* x86[_64] assembly pack: add optimized AES-NI OCB subroutines.Andy Polyakov2015-12-101-0/+40
* evp/c_allc.c: wire ChaCha20-Poly1305 and add tests.Andy Polyakov2015-12-101-0/+65
* test/evp_test.c: allow generic AEAD ciphers to be tested.Andy Polyakov2015-12-101-0/+2
* make updateDr. Stephen Henson2015-12-091-28/+13
* remove ecdsa.h headerDr. Stephen Henson2015-12-091-1/+1
* modify ecdsatest to use accessorDr. Stephen Henson2015-12-091-9/+14
* remove ecdh.h headerDr. Stephen Henson2015-12-091-1/+0
* Extended master secret test script.Dr. Stephen Henson2015-12-081-0/+273
* Cleanup the EVP_MD_CTX before exit rather than afterRichard Levitte2015-12-081-1/+1
* Cleanup: fix all sources that used HMAC_CTX_initRichard Levitte2015-12-071-2/+2
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-078-24/+24
* Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanupRichard Levitte2015-12-072-3/+1
* Adapt the rest of the source to the opaque HMAC_CTXRichard Levitte2015-12-071-28/+40
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-078-74/+89
* Adapt HMAC to the EVP_MD_CTX changesRichard Levitte2015-12-071-1/+1
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-051-44/+0
* Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx2015-12-041-1/+0
* Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx2015-12-041-0/+1
* bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193).Andy Polyakov2015-12-031-0/+18
* Remove legacy sign/verify from EVP_MD.Dr. Stephen Henson2015-12-021-1/+1
* Run test_ordinals after updateRich Salz2015-12-021-0/+0
* _BSD_SOURCE is deprecated, use _DEFAULT_SOURCE insteadRichard Levitte2015-12-021-0/+1
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-0/+148
* Fix (minor) problems found by ubsanAlessandro Ghedini2015-11-211-1/+6
* Convert __thread to pthreads for Thread Local StorageMatt Caswell2015-11-201-19/+19
* Swap to using proper windows pipesMatt Caswell2015-11-201-3/+13
* Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell2015-11-201-3/+33
* Fix ASYNC null implementationMatt Caswell2015-11-202-0/+19
* Add ASYNC testsMatt Caswell2015-11-203-3/+268
* Make libssl async awareMatt Caswell2015-11-201-25/+26
* Use better defaults for TSA.Dr. Stephen Henson2015-11-201-5/+5
* Add support for signer_digest option in TS.Dr. Stephen Henson2015-11-201-2/+2
* Use uint32_t and int32_t for SSL_CIPHER structure.Dr. Stephen Henson2015-11-081-2/+2
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-302-4/+4
* Reorganise state machine filesMatt Caswell2015-10-301-2/+3
* Improve make depend.Ben Laurie2015-10-241-2/+4
* Fix undeclared variable warnings.Ben Laurie2015-10-241-4/+2
* Remove useless codeAlessandro Ghedini2015-10-231-1/+1
* testlib/OpenSSL/Test.pm: remove redundant 'cmd /c', MSWin32 Perl can take car...Andy Polyakov2015-10-131-2/+0
* Test suite: chomp->s/\R// to harmonize with mingw 'make test'.Andy Polyakov2015-10-138-10/+10
* Test suite: minimal required to get mingw 'make test' work under Linux.Andy Polyakov2015-10-135-6/+25
* Skip PSK tests for no-pskDr. Stephen Henson2015-10-111-4/+12
* DTLS: remove unused cookie fieldEmilia Kasper2015-10-091-0/+20
* Properly check return type of DH_compute_key()Pascal Cuoq2015-10-071-2/+2