- 20 6月, 2014 5 次提交
-
-
由 Hubert Kario 提交于
cms, ocsp, s_client, s_server and smime tools also use args_verify() for parsing options, that makes them most of the same options verify tool does. Add those options to man pages and reference their explanation in the verify man page.
-
由 Hubert Kario 提交于
just making sure the options are listed in the alphabetical order both in SYNOPSIS and DESCRIPTION, no text changes
-
由 Hubert Kario 提交于
The options related to policy used for verification, verification of subject names in certificate and certificate chain handling were missing in the verify(1) man page. This fixes this issue.
-
由 Hubert Kario 提交于
-CAfile and -CApath is documented in OPTIONS but is missing in SYNOPSIS, add them there
-
由 Hubert Kario 提交于
Add -trusted_first description to help messages and man pages of tools that deal with certificate verification.
-
- 18 6月, 2014 6 次提交
-
-
由 Matt Caswell 提交于
-
由 rfkrocktk 提交于
-
由 rfkrocktk 提交于
-
由 Naftuli Tzvi Kay 提交于
-
-
-
- 16 6月, 2014 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 15 6月, 2014 3 次提交
-
-
由 Viktor Dukhovni 提交于
-
由 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
-
由 Andy Polyakov 提交于
-
- 14 6月, 2014 2 次提交
-
-
由 Andy Polyakov 提交于
PR: 3405
-
由 Andy Polyakov 提交于
PR: 3405
-
- 13 6月, 2014 6 次提交
-
-
由 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.
-
由 Viktor Dukhovni 提交于
A client reference identity of ".example.com" matches a server certificate presented identity that is any sub-domain of "example.com" (e.g. "www.sub.example.com). With the X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS flag, it matches only direct child sub-domains (e.g. "www.sub.example.com").
-
由 Kurt Cancemi 提交于
In the ssl_cipher_get_evp() function, fix off-by-one errors in index validation before accessing arrays. PR#3375
-
由 Andy Polyakov 提交于
Fix SEH and stack handling in Win64 build.
-
由 Matt Caswell 提交于
-
- 12 6月, 2014 2 次提交
-
-
由 Dr. Stephen Henson 提交于
(cherry picked from commit 5f4c5a902b0508eab235adecb34b236cdc0048a5)
-
由 Andy Polyakov 提交于
-
- 11 6月, 2014 8 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Rob Stradling 提交于
-
由 Matt Caswell 提交于
-
由 Andy Polyakov 提交于
-
由 Hubert Kario 提交于
* Make a clear distinction between DH and ECDH key exchange. * Group all key exchange cipher suite identifiers, first DH then ECDH * add descriptions for all supported *DH* identifiers * add ECDSA authentication descriptions * add example showing how to disable all suites that offer no authentication or encryption
-
由 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 4 次提交
-
-
由 Dr. Stephen Henson 提交于
SRP ciphersuites do not have no authentication. They have authentication based on SRP. Add new SRP authentication flag and cipher string.
-
由 Dr. Stephen Henson 提交于
Fix strength_bits to 112 for 3DES.
-
由 Kurt Roeckx 提交于
It's using an internal API that that might not be available in the shared library.
-
由 Jakub Wilk 提交于
Because of a missing include <fcntl.h> we don't have O_CREATE and don't create the file with open() using mode 0600 but fall back to using fopen() with the default umask followed by a chmod(). Problem found by Jakub Wilk <jwilk@debian.org>.
-
- 07 6月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
If application uses tls_session_secret_cb for session resumption set the CCS_OK flag.
-