aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 128-bit block cipher modes consolidation. As consolidated functionsAndy Polyakov2008-12-166-0/+892
| | | | | | | | | | | rely on indirect call to block functions, they are not as fast as non-consolidated routines. However, performance loss(*) is within measurement error and consolidation advantages are considered to outweigh it. (*) actually one can observe performance *improvement* on e.g. CBC benchmarks thanks to optimization, which also becomes shared among ciphers.
* SEED to support OPENSSL_SMALL_FOOTPRINT: ~2x size decrease on x86.Andy Polyakov2008-12-161-2/+41
|
* Bring C bn_mul_mont template closer to assembler.Andy Polyakov2008-12-161-2/+24
|
* no-asm didn't exclude Camellia assembler.Andy Polyakov2008-12-161-2/+3
|
* Back out pointless change.Ben Laurie2008-12-131-3/+0
|
* *** empty log message ***Ben Laurie2008-12-131-0/+3
|
* Return error if DH_new() fails (Coverity ID 150).Ben Laurie2008-12-131-0/+2
|
* Check for NULL before use (Coverity ID 203).Ben Laurie2008-12-131-4/+5
|
* Missing return values (Coverity ID 204).Ben Laurie2008-12-131-1/+2
|
* Fix from stable branch.Dr. Stephen Henson2008-12-101-195/+189
|
* apps/speed.c: children should not inherit buffered I/OLutz Jänicke2008-12-101-0/+2
| | | | | PR: 1787 Submitted by: Artur Klauser <aklauser@google.com>
* Oops should check zero_pos >= 0.Dr. Stephen Henson2008-12-081-1/+1
|
* Handle case where v6stat.zero_pos == 0 correctly.Dr. Stephen Henson2008-12-071-8/+11
| | | | Reported by: Kurt Roeckx <kurt@roeckx.be>, Tobias Ginzler <ginzler@fgan.de> (Debian bug #506111)
* Add Camellia assembler x86 and x86_64 modules.Andy Polyakov2008-12-035-40/+2265
|
* experimental-foo support for mk1mf.pl.Bodo Möller2008-12-021-0/+12
|
* Implement Configure option pattern "experimental-foo"Bodo Möller2008-12-029-73/+110
| | | | (specifically, "experimental-jpake").
* Don't stop -cipher from working.Dr. Stephen Henson2008-11-301-7/+7
|
* Update from stable branch.Dr. Stephen Henson2008-11-301-1/+2
|
* Fix compilation with -DOPENSSL_NO_DEPRECATED.Geoff Thorpe2008-11-281-1/+1
|
* Clarify a 'chil' engine param that is a little unintuitive.Geoff Thorpe2008-11-281-2/+2
| | | | Submitted by: Sander Temme <sander@temme.net>
* Update libeay.numDr. Stephen Henson2008-11-241-20/+20
|
* Stop warning about different const qualifiers.Dr. Stephen Henson2008-11-241-1/+1
|
* Update from stable-branch.Dr. Stephen Henson2008-11-2411-52/+41
|
* Set memory BIOs up properly when stripping text headers from S/MIME messages.Dr. Stephen Henson2008-11-212-0/+4
|
* Allow the CHIL engine to load even if dynamic locks aren't registered.Geoff Thorpe2008-11-194-9/+9
| | | | Submitted by: Sander Temme
* Integrate J-PAKE and TLS-PSK. Increase PSK buffer size. Fix memory leaks.Ben Laurie2008-11-166-12/+83
|
* Ignore generated ASM.Ben Laurie2008-11-161-0/+1
|
* Don't disable JPAKE by default in head...Dr. Stephen Henson2008-11-151-1/+1
|
* PR: 1574Dr. Stephen Henson2008-11-159-6/+218
| | | | | | | Submitted by: Jouni Malinen <j@w1.fi> Approved by: steve@openssl.org Ticket override support for EAP-FAST.
* x86_64-xlate.pl update, engage x86_64 assembler in mingw64.Andy Polyakov2008-11-144-24/+39
|
* warnings (mostly)Bodo Möller2008-11-142-2/+2
|
* Aftermath of a clashing size_t fix (now only format changes).Ben Laurie2008-11-134-4/+4
|
* Ignore saved Makefile.Ben Laurie2008-11-131-0/+2
|
* J-PAKE is not experimental in HEAD.Ben Laurie2008-11-131-4/+0
|
* Oops...Dr. Stephen Henson2008-11-121-1/+1
|
* mk1mf.pl update from stable branch.Dr. Stephen Henson2008-11-121-1/+4
|
* Revert another size_t change.Dr. Stephen Henson2008-11-121-1/+1
|
* Update from stable branch.Dr. Stephen Henson2008-11-1210-431/+565
|
* Reinstate camellia header fix patch.Dr. Stephen Henson2008-11-121-1/+1
|
* Configure update: clean-ups and most notably engage x86_64 assemblerAndy Polyakov2008-11-122-35/+61
| | | | on MacOS X.
* Update make rules for x86_64 assembler pack.Andy Polyakov2008-11-127-9/+11
|
* x86_64 assembler pack to comply with updated styling x86_64-xlate.pl rules.Andy Polyakov2008-11-126-130/+105
|
* x86_64-xlate.pl to support MacOS X and mingw64.Andy Polyakov2008-11-121-85/+171
|
* Revert commit #17603, it should have been part of #17617.Andy Polyakov2008-11-122-6/+6
|
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-12100-646/+559
| | | | | | knock-on work than expected - they've been extracted into a patch series that can be completed elsewhere, or in a different branch, before merging back to HEAD.
* Tolerate -----BEGIN PKCS #7 SIGNED DATA----- header lines as used by someDr. Stephen Henson2008-11-112-0/+4
| | | | implementations.
* Update from stable branch.Dr. Stephen Henson2008-11-111-0/+1
|
* Update from stable branch.Dr. Stephen Henson2008-11-111-1/+1
|
* symbol deobnoxificationBodo Möller2008-11-111-4/+4
|
* Make -DKSSL_DEBUG work again.Dr. Stephen Henson2008-11-104-31/+38
|