aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* PR: 2314Dr. Stephen Henson2010-10-102-0/+4
| | | | | | | Submitted by: Mounir IDRASSI <mounir.idrassi@idrix.net> Reviewed by: steve Fix for double free bug in ssl/s3_clnt.c CVE-2010-2939
* We can't always read 6 bytes in an OCSP response: fix so error statusesDr. Stephen Henson2010-10-061-3/+9
| | | | are read correctly for non-blocking I/O.
* Minor documentation fixes, PR#2345Dr. Stephen Henson2010-10-041-1/+1
|
* Minor documentation fixes, PR#2344Dr. Stephen Henson2010-10-041-3/+3
|
* Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),Dr. Stephen Henson2010-10-035-5/+12
| | | | | | | this means that some implementations will be used automatically, e.g. aesni, we do this for cryptodev anyway. Setup cpuid in ENGINE_load_builtin_engines() too as some ENGINEs use it.
* Alpha assembler pack: adapt for Linux [from HEAD].Andy Polyakov2010-09-132-18/+22
| | | | PR: 2335
* VC-32.pl: default to nasm if neither nasm or nasmw is is found at the moment ↵Andy Polyakov2010-09-131-3/+3
| | | | | | [from HEAD]. PR: 2338
* crypto/bn/asm/s390x.S: drop redundant instructions [from HEAD].Andy Polyakov2010-09-101-43/+43
|
* sparcv9cap.c: disengange Solaris-specific CPU detection routine in favourAndy Polyakov2010-09-052-33/+83
| | | | | of unified procedure relying on SIGILL [from HEAD]. PR: 2321
* make no-gost work on WindowsDr. Stephen Henson2010-09-021-0/+3
|
* fix bug in AES_unwrap()Dr. Stephen Henson2010-08-301-3/+3
|
* More C language police work.Bodo Möller2010-08-271-43/+53
|
* PR: 1833Dr. Stephen Henson2010-08-272-4/+4
| | | | | | Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de> Fix other cases not covered by original patch. (correct patch this time!)
* oops, revert previous patchDr. Stephen Henson2010-08-279-25/+47
|
* C conformity fixes: Move declarations before statements in all blocks.Bodo Möller2010-08-271-6/+9
|
* PR: 1833Dr. Stephen Henson2010-08-279-47/+25
| | | | | | Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de> Fix other cases not covered by original patch.
* C conformity fixes:Bodo Möller2010-08-271-12/+22
| | | | | - Move declarations before statements in all blocks. - Where 64-bit type is required, use it explicitly (not 1l).
* Update version numbersBodo Möller2010-08-261-1/+1
|
* Patch from PR #1833 was broken: there's no s->s3->new_sessionBodo Möller2010-08-261-2/+0
| | | | (only s->new_session).
* (formatting error)Bodo Möller2010-08-261-0/+1
|
* New 64-bit optimized implementation EC_GFp_nistp224_method().Bodo Möller2010-08-268-170/+1782
| | | | | | | Binary compatibility is not affected as this will only be compiled in if explicitly requested (#ifdef EC_NISTP224_64_GCC_128). Submitted by: Emilia Kasper (Google)
* update ordinalsDr. Stephen Henson2010-08-261-0/+5
|
* PR: 1833Dr. Stephen Henson2010-08-2610-21/+48
| | | | | | Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de> Support for abbreviated handshakes when renegotiating.
* ECC library bugfixes.Bodo Möller2010-08-263-6/+25
| | | | Submitted by: Emilia Kapser (Google)
* Harmonize with OpenSSL_1_0_0-stable version of CHANGES.Bodo Möller2010-08-261-3/+12
|
* util/cygwin.sh: maintainer's update [from HEAD].Andy Polyakov2010-08-241-3/+8
| | | | Submitted by: Corinna Vinschen
* engine/Makefile: harmonize engine install rule for .dylib extension on MacOS ↵Andy Polyakov2010-08-242-2/+2
| | | | | | X [from HEAD]. PR: 2319
* Makefile.shared: fix brown-bag typo in link_o.darwin [from HEAD].Andy Polyakov2010-08-211-1/+1
| | | | PR: 2319
* sha1-armv4-large.pl: reschedule instructions for dual-issue pipeline [from HEAD]Andy Polyakov2010-08-031-41/+35
| | | | .
* Make inline assembler clang-friendly [from HEAD].Andy Polyakov2010-08-022-6/+13
|
* alphacpuid.pl: fix brown-bag bug [from HEAD].Andy Polyakov2010-07-281-1/+1
|
* Replace alphacpuid.s with alphacpuid.pl to ensure it makes to release ↵Andy Polyakov2010-07-262-1/+6
| | | | | | tar-balls [from HEAD]. PR: 2309
* Add modes.h to mkdef.pl, update ordinals.Dr. Stephen Henson2010-07-252-0/+12
|
* Fix WIN32 build system to correctly link ENGINE DLLs contained in aDr. Stephen Henson2010-07-242-2/+19
| | | | directory: currently the GOST ENGINE is the only case.
* Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),Dr. Stephen Henson2010-07-212-0/+8
| | | | | | | this means that some implementations will be used automatically, e.g. aesni, we do this for cryptodev anyway. Setup cpuid in ENGINE_load_builtin_engines() too as some ENGINEs use it.
* PR: 1830Dr. Stephen Henson2010-07-183-0/+30
| | | | | | Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de>, Steve Henson Support for RFC5705 key extractor.
* Configure: suppress $multilib with non-system $prefix [from HEAD].Andy Polyakov2010-07-161-0/+6
| | | | PR: 2307
* Makefile.shared: update link_o.darwin rule [from HEAD].Andy Polyakov2010-07-161-7/+19
| | | | PR: 2306
* ARM assembler pack: reschedule instructions for dual-issue pipeline [from HEAD].Andy Polyakov2010-07-133-227/+235
| | | | | | Modest improvement coefficients mean that code already had some parallelism and there was not very much room for improvement. Special thanks to Ted Krovetz for benchmarking the code with such patience.
* PR: 2297Dr. Stephen Henson2010-07-091-3/+3
| | | | | | | Submitted by: Antony, Benoy <bantony@ebay.com> Approved by: steve@openssl.org Fix bug in AES wrap code when t > 0xff.
* INSTALL.W32: mention _OPENSSL_isservice() [from HEAD].Andy Polyakov2010-07-091-1/+12
| | | | PR: 2194
* rand_nw.c: compensate for gcc bug (using %edx instead of %eax at -O3)Andy Polyakov2010-07-081-2/+2
| | | | | [from HEAD]. PR: 2296
* PROBLEMS: MacOS X is not necessarily a problem anymore [from HEAD].Andy Polyakov2010-07-081-1/+3
|
* sparcv9cap.c: reiterate CPU detection logic [from HEAD].Andy Polyakov2010-07-082-18/+66
|
* crypto/sparc*: elininate _sparcv9_rdwrasi [from HEAD], original from Andy.Dr. Stephen Henson2010-07-052-16/+2
|
* SPARCv9 assembler pack: refine CPU detection on Linux, fix for "unalignedDr. Stephen Henson2010-07-055-3/+87
| | | | opcodes detected in executable segment" error [from HEAD], original from Andy.
* i variable is used on some platformsDr. Stephen Henson2010-07-051-0/+1
|
* no need for empty fragments with TLS 1.1 and later due to explicit IVDr. Stephen Henson2010-06-271-1/+2
|
* Backport TLS v1.1 support from HEAD, ssl/ changesDr. Stephen Henson2010-06-2715-32/+150
|
* Backport TLS v1.1 support from HEADDr. Stephen Henson2010-06-273-2/+17
|