- 19 12月, 2014 1 次提交
-
-
由 Matt Caswell 提交于
Also introduce OPENSSL_USE_DEPRECATED. If OPENSSL_NO_DEPRECATED is defined at config stage then OPENSSL_USE_DEPRECATED has no effect - deprecated functions are not available. If OPENSSL_NO_DEPRECATED is not defined at config stage then applications must define OPENSSL_USE_DEPRECATED in order to access deprecated functions. Also introduce compiler warnings for gcc for applications using deprecated functions Reviewed-by: NRich Salz <rsalz@openssl.org>
-
- 12 12月, 2014 1 次提交
-
-
由 Matt Caswell 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 11 12月, 2014 1 次提交
-
-
由 Rich Salz 提交于
Include Richard's point to remove the 'sh -c' wrapper Reviewed-by: NRichard Levitte <levitte@openssl.org>
-
- 09 12月, 2014 3 次提交
-
-
由 Matt Caswell 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
由 Matt Caswell 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
由 Matt Caswell 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 08 12月, 2014 5 次提交
-
-
由 Dr. Stephen Henson 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
由 Dr. Stephen Henson 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
由 Dr. Stephen Henson 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
由 Dr. Stephen Henson 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
由 Matt Caswell 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 04 12月, 2014 1 次提交
-
-
由 Kurt Roeckx 提交于
The only support for SSLv2 left is receiving a SSLv2 compatible client hello. Reviewed-by: NRichard Levitte <levitte@openssl.org>
-
- 29 11月, 2014 1 次提交
-
-
由 Rich Salz 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 27 11月, 2014 1 次提交
-
-
由 Guenter 提交于
Workaround for NetWare CodeWarrior compiler which doesn't properly lookup includes when in same directory as the C file which includes it. PR#3569 Reviewed-by: NStephen Henson <steve@openssl.org> Reviewed-by: NRichard Levitte <levitte@openssl.org>
-
- 20 11月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
When no-ssl3 is set only make SSLv3 disabled by default. Retain -ssl3 options for s_client/s_server/ssltest. When no-ssl3-method is set SSLv3_*method() is removed and all -ssl3 options. We should document this somewhere, e.g. wiki, FAQ or manual page. Reviewed-by: NEmilia Käsper <emilia@openssl.org>
-
- 17 11月, 2014 3 次提交
-
-
由 Mike Bland 提交于
Change-Id: I626d751f19f24df6b967c17498d6189cc0acb96c Signed-off-by: NMike Bland <mbland@acm.org> Signed-off-by: NGeoff Thorpe <geoff@openssl.org> Reviewed-by: NRichard Levitte <levitte@openssl.org>
-
由 Mike Bland 提交于
Before this change, variables for which a '=' appeared in the assignment would be parsed as the entire string up until the final '='. For example: BUILD_CMD=shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \ would result in the variable name "BUILD_CMD=shlib_target". This doesn't appear to harm the current generation of MINFO, but creates problems for other Makefile-related work I'm attempting. Change-Id: I1f3a606d67fd5464bb459e8f36c23b3e967b77e1 Signed-off-by: NMike Bland <mbland@acm.org> Signed-off-by: NGeoff Thorpe <geoff@openssl.org> Reviewed-by: NRichard Levitte <levitte@openssl.org>
-
由 Mike Bland 提交于
This fixes the errors when trying to assemble .s files using GitMake on OS X. Change-Id: I2221f558619302d22e0c57d7203173d634155678 Signed-off-by: NMike Bland <mbland@acm.org> Signed-off-by: NGeoff Thorpe <geoff@openssl.org> Reviewed-by: NRichard Levitte <levitte@openssl.org>
-
- 20 10月, 2014 1 次提交
-
-
由 Tim Hudson 提交于
Reviewed-by: NGeoff Thorpe <geoff@openssl.org>
-
- 15 10月, 2014 1 次提交
-
-
由 Matt Caswell 提交于
Related to CVE-2014-3513 This fix was developed by the OpenSSL Team Reviewed-by: NTim Hudson <tjh@openssl.org> Conflicts: util/mkdef.pl util/ssleay.num
-
- 07 10月, 2014 1 次提交
-
-
由 Ben Laurie 提交于
Reviewed-by: NGeoffrey Thorpe <geoff@geoffthorpe.net>
-
- 24 9月, 2014 1 次提交
-
-
由 Emilia Kasper 提交于
Sync libeay.num from 1.0.2 Reviewed-by: NDr Stephen Henson <steve@openssl.org>
-
- 05 9月, 2014 2 次提交
-
-
由 Emilia Kasper 提交于
Reviewed-by: NDr Stephen Henson <steve@openssl.org>
-
由 Dr. Stephen Henson 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 25 7月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Don't call internal functions directly call them through SSL_test_functions(). This also makes unit testing work on Windows and platforms that don't export internal functions from shared libraries. By default unit testing is not enabled: it requires the compile time option "enable-unit-test". Reviewed-by: NGeoff Thorpe <geoff@openssl.org>
-
- 21 7月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 20 7月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add cmac.h to mkdef.pl Remove ENGINE_load_rsax from engine.h: no longer built. Update ordinals Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 01 7月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 23 6月, 2014 1 次提交
-
-
由 Viktor Dukhovni 提交于
-
- 12 6月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
(cherry picked from commit 5f4c5a902b0508eab235adecb34b236cdc0048a5)
-
- 24 5月, 2014 1 次提交
-
-
由 Ben Laurie 提交于
-
- 26 4月, 2014 1 次提交
-
-
由 Geoff Thorpe 提交于
Gets rid of this; defined(@array) is deprecated at ../util/mkerr.pl line 792. (Maybe you should just omit the defined()?) defined(@array) is deprecated at ../util/mkerr.pl line 800. (Maybe you should just omit the defined()?) Signed-off-by: NGeoff Thorpe <geoff@openssl.org>
-
- 25 4月, 2014 1 次提交
-
-
由 Geoff Thorpe 提交于
o_time.h was removed in commit ff49a944, which breaks "make update" unless mkdir.pl is updated accordingly. Signed-off-by: NGeoff Thorpe <geoff@openssl.org>
-
- 12 3月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Use a previously unused value as we will be updating multiple released branches. (cherry picked from commit 0737acd2a8cc688902b5151cab5dc6737b82fb96)
-
- 24 2月, 2014 1 次提交
-
-
由 Andy Polyakov 提交于
PR: 3251 Suggested by: Thorsten Schning
-
- 16 2月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 09 2月, 2014 1 次提交
-
-
由 Ben Laurie 提交于
-
- 14 11月, 2013 1 次提交
-
-
由 Piotr Sikora 提交于
PR#3106
-
- 13 11月, 2013 1 次提交
-
-
由 Andy Polyakov 提交于
PR: 3165
-
- 03 10月, 2013 1 次提交
-
-
由 Ben Laurie 提交于
-