summaryrefslogtreecommitdiffstats
path: root/apps (unfollow)
Commit message (Expand)AuthorFilesLines
2013-04-09Always return errors in ssl3_get_client_helloDr. Stephen Henson1-4/+4
2013-04-09Dual DTLS version methods.Dr. Stephen Henson12-11/+151
2013-04-08Set s->d1 to NULL after freeing it.Dr. Stephen Henson1-0/+1
2013-04-08Asm build portability.Dr. Stephen Henson2-4/+5
2013-04-07Make sure all tests are actually run, plus some fixups for things thatBen Laurie3-23/+16
2013-04-06Use original alltests target for definitive test list.Ben Laurie1-2/+4
2013-04-06Missing semicolon.Ben Laurie1-1/+1
2013-04-06Fix non-copy builds.Dr. Stephen Henson1-2/+4
2013-04-06Missing file.Ben Laurie1-0/+1
2013-04-06Make executable.Ben Laurie1-0/+0
2013-04-06Helper scripts for one makefile build.Ben Laurie2-0/+13
2013-04-06Merge, go back to copy-if-different.Ben Laurie1-2/+1
2013-04-06Fix test_ss.Ben Laurie2-11/+15
2013-04-06Add new asm target.Ben Laurie1-0/+1
2013-04-06Show start/end of tests.Ben Laurie1-1/+1
2013-04-06Avoid collisions.Ben Laurie7-143/+143
2013-04-06Make session ID test work.Ben Laurie2-1/+2
2013-04-06Make S/MIME test work.Ben Laurie2-8/+11
2013-04-06Make RSA test work.Ben Laurie2-1/+3
2013-04-06Make PKCS#7 test work.Ben Laurie2-1/+3
2013-04-06Make OCSP test work.Ben Laurie1-1/+2
2013-04-06More progress towards working tests.Ben Laurie3-24/+88
2013-04-06Get closer to a working single Makefile with test support.Ben Laurie3-52/+220
2013-04-06Fix warnings.Ben Laurie1-1/+3
2013-04-04Make TLS 1.2 ciphers work again.Dr. Stephen Henson2-1/+7
2013-04-04cryptlib.c: fix typo in OPENSSL_showfatal.Andy Polyakov1-1/+1
2013-04-04aesni-x86_64.pl: optimize CBC decrypt.Andy Polyakov1-186/+248
2013-04-04e_aes.c: reserve for future extensions.Andy Polyakov1-4/+84
2013-04-04gcm128.c: fix linking problems in 32-bit Windows build.Andy Polyakov1-1/+1
2013-04-04dest4-sparcv9.pl: add clarification comment.Andy Polyakov1-0/+8
2013-04-04evptests.txt: add XTS test vectorsAndy Polyakov1-0/+23
2013-04-03Use $(PERL) when calling scripts in mk1mf.plDr. Stephen Henson1-1/+1
2013-03-31Typo.Dr. Stephen Henson1-0/+2
2013-03-31Add support for SPARC T4 DES opcode.Andy Polyakov8-36/+807
2013-03-31des_enc.m4: add missing #include.Andy Polyakov1-0/+2
2013-03-29Add AES-NI GCM stitch.Andy Polyakov6-21/+1146
2013-03-29aesni-x86_64.pl: fix typo and optimize small block performance.Andy Polyakov1-21/+43
2013-03-28Call RAND_cleanup in openssl application.Dr. Stephen Henson2-0/+3
2013-03-28Enable TLS 1.2 ciphers in DTLS 1.2.Dr. Stephen Henson7-35/+53
2013-03-28Update fixed DH requirements.Dr. Stephen Henson1-2/+2
2013-03-28DTLS 1.2 cached record support.Dr. Stephen Henson1-0/+18
2013-03-26Make binary curve ASN.1 work in FIPS mode.Matt Caswell2-3/+5
2013-03-26Provisional DTLS 1.2 support.Dr. Stephen Henson15-13/+84
2013-03-26Remove versions test from dtls1_buffer_messageDr. Stephen Henson1-1/+1
2013-03-26Extend DTLS method macros.Dr. Stephen Henson4-9/+16
2013-03-26Enable various DTLS extensions.Dr. Stephen Henson1-22/+13
2013-03-26aesni-x86_64.pl: optimize CTR even further.Andy Polyakov1-343/+313
2013-03-24ghash-x86_64.pl: add AVX code path.Andy Polyakov2-9/+692
2013-03-19aesni-x86_64.pl: optimize CTR even further.Andy Polyakov1-25/+85
2013-03-19ghash-x86_64.pl: minor optimization.Andy Polyakov1-28/+28