- 15 10月, 2013 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 14 10月, 2013 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 13 10月, 2013 3 次提交
-
-
由 Andy Polyakov 提交于
Latest MIPS ISA specification declared 'branch likely' instructions obsolete. To makes code future-proof replace them with equivalent.
-
由 Andy Polyakov 提交于
Excessive fragmentation put additional burden (of addtional MAC calculations) on the other size and limiting fragments it to 1KB limits the overhead to ~6%.
-
由 Andy Polyakov 提交于
PR: 3139
-
- 11 10月, 2013 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 09 10月, 2013 6 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 07 10月, 2013 1 次提交
-
-
由 Ben Laurie 提交于
-
- 04 10月, 2013 1 次提交
-
-
由 Andy Polyakov 提交于
Improve decrypt performance by 10-20% depending on platform. Thanks to Jussi Kivilinna for providing valuable hint. Also thanks to Ard Biesheuvel.
-
- 03 10月, 2013 10 次提交
-
-
由 Ben Laurie 提交于
-
由 Andy Polyakov 提交于
Submitted by: Yuriy Kaminskiy
-
由 Andy Polyakov 提交于
PR: 3130
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 02 10月, 2013 1 次提交
-
-
由 Andy Polyakov 提交于
Suggested by: Ard Biesheuvel
-
- 25 9月, 2013 2 次提交
-
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
Conflicts: apps/s_server.c
-
- 20 9月, 2013 4 次提交
-
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 Andy Polyakov 提交于
Submitted by: Ard Biesheuvel
-
- 18 9月, 2013 3 次提交
-
-
由 Dr. Stephen Henson 提交于
Add various functions to allocate and set the fields of an ECDSA_METHOD structure.
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
Make DTLS behave like TLS when negotiating version: record layer has DTLS 1.0, message version is 1.2. Tolerate different version numbers if version hasn't been negotiated yet.
-
- 17 9月, 2013 3 次提交
-
-
由 Bodo Moeller 提交于
(This went into 1.0.2 too, so it's not actually a change between 1.0.x and 1.1.0.)
-
由 Bodo Moeller 提交于
the main branch (http://cvs.openssl.org/chngview?cn=19322) later added to the 1.0.2 branch (http://cvs.openssl.org/chngview?cn=23113), and thus not a change "between 1.0.2 and 1.1.0".
-
由 Trevor Perrin 提交于
-
- 16 9月, 2013 2 次提交
-
-
由 Bodo Moeller 提交于
(Various changes from the master branch are now in the 1.0.2 branch too.)
-
由 Bodo Moeller 提交于
- EC_GROUP_cmp shouldn't consider curves equal just because the curve name is the same. (They really *should* be the same in this case, but there's an EC_GROUP_set_curve_name API, which could be misused.) - EC_POINT_cmp shouldn't return 0 for ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED or EC_R_INCOMPATIBLE_OBJECTS errors because in a cmp API, 0 indicates equality (not an error). Reported by: king cope
-