- 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>
-
- 20 7月, 2014 2 次提交
-
-
由 Mike Bland 提交于
ssl/ssl_locl.h now comes first to ensure that it will compile standalone. test/testutil.h is considered to be in the same directory as the test file, since the test file will be linked into test/ and built there. Reviewed-by: NTim Hudson <tjh@openssl.org>
-
由 Mike Bland 提交于
Reviewed-by: NTim Hudson <tjh@openssl.org>
-
- 16 7月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Use same logic when determining when to expect a client certificate for both TLS and DTLS. PR#3452
-
- 15 7月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 14 7月, 2014 1 次提交
-
-
由 Peter Mosmans 提交于
PR#3440
-
- 09 7月, 2014 1 次提交
-
-
由 Andy Polyakov 提交于
PR: #3424,#3423,#3422
-
- 06 7月, 2014 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 05 7月, 2014 2 次提交
-
-
由 Ben Laurie 提交于
-
由 Dr. Stephen Henson 提交于
PR#319 (reoponed version).
-
- 04 7月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Remove RFC5878 code. It is no longer needed for CT and has numerous bugs
-
- 02 7月, 2014 5 次提交
-
-
由 Thijs Alkemade 提交于
-
由 Ben Laurie 提交于
(cherry picked from commit 2db3ea29298bdc347f15fbfab6d5746022f05101) Conflicts: ssl/t1_lib.c
-
由 Rich Salz 提交于
-
由 Rich Salz 提交于
-
由 Rich Salz 提交于
-
- 01 7月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
(cherry picked from commit c97ec5631bb08a2171a125008d2f0d2a75687aaa)
-
- 30 6月, 2014 3 次提交
-
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
- 29 6月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
PR#2531
-
- 28 6月, 2014 4 次提交
-
-
由 Dr. Stephen Henson 提交于
Some state strings were erronously not compiled when no-ssl2 was set. PR#3295
-
由 yogesh nagarkar 提交于
PR#3141
-
由 Ken Ballou 提交于
PR#3174
-
由 PK 提交于
PR#2800
-
- 27 6月, 2014 1 次提交
-
-
由 Tomas Mraz 提交于
PR#3374
-
- 23 6月, 2014 3 次提交
-
-
由 Miod Vallat 提交于
In the ssl_cipher_get_evp() function, fix off-by-one errors in index validation before accessing arrays. Bug discovered and fixed by Miod Vallat from the OpenBSD team. PR#3375
-
由 Matt Caswell 提交于
This reverts commit abfb989f. Incorrect attribution
-
由 Matt Caswell 提交于
-
- 18 6月, 2014 1 次提交
-
-
- 15 6月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Allow CCS after finished has been sent by client: at this point keys have been correctly set up so it is OK to accept CCS from server. Without this renegotiation can sometimes fail. PR#3400
-
- 13 6月, 2014 4 次提交
-
-
由 Matt Caswell 提交于
Based on an original patch by Joel Sing (OpenBSD) who also originally identified the issue.
-
由 Matt Caswell 提交于
This reverts commit 2f1dffa8. Missing attribution.
-
由 Kurt Cancemi 提交于
In the ssl_cipher_get_evp() function, fix off-by-one errors in index validation before accessing arrays. PR#3375
-
由 Matt Caswell 提交于
-
- 12 6月, 2014 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 11 6月, 2014 2 次提交
-
-
由 Matt Caswell 提交于
-
由 Mike Bland 提交于
Defines SETUP_TEST_FIXTURE and EXECUTE_TEST, and updates ssl/heartbeat_test.c using these macros. SETUP_TEST_FIXTURE makes use of the new TEST_CASE_NAME macro, defined to use __func__ or __FUNCTION__ on platforms that support those symbols, or to use the file name and line number otherwise. This should fix several reported build problems related to lack of C99 support.
-
- 10 6月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
PR#3394
-
- 09 6月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
SRP ciphersuites do not have no authentication. They have authentication based on SRP. Add new SRP authentication flag and cipher string.
-