- 31 5月, 2014 2 次提交
-
-
由 Hubert Kario 提交于
the verify app man page didn't describe the usage of attime option even though it was listed as a valid option in the -help message. This patch fixes this omission.
-
由 Hubert Kario 提交于
While the -help message references this option, the man page doesn't mention the -no_ecdhe option. This patch fixes this omission.
-
- 27 5月, 2014 2 次提交
-
-
由 Matt Caswell 提交于
-
由 Matt Caswell 提交于
-
- 24 5月, 2014 1 次提交
-
-
由 Martin Kaiser 提交于
Add an NSS output format to sess_id to export to export the session id and the master key in NSS keylog format. PR#3352
-
- 22 5月, 2014 1 次提交
-
-
由 Matt Caswell 提交于
-
- 21 5月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
PR#3357
-
- 16 5月, 2014 1 次提交
-
-
由 Matt Caswell 提交于
Moved note about lack of support for AEAD modes out of BUGS section to SUPPORTED CIPHERS section (bug has been fixed, but still no support for AEAD)
-
- 15 5月, 2014 2 次提交
-
-
由 Jeffrey Walton 提交于
-
由 Jeffrey Walton 提交于
-
- 13 5月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 10 5月, 2014 1 次提交
-
-
由 Matt Caswell 提交于
-
- 26 4月, 2014 1 次提交
-
-
由 mancha 提交于
Specify -f is for compilation flags. Add -d to synopsis section. Closes #77.
-
- 16 4月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 07 4月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 03 4月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 29 3月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 02 3月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add option to set an alternative to the default hmacWithSHA1 PRF for PKCS#8 private key encryptions. This is used automatically by PKCS8_encrypt if the nid specified is a PRF. Add option to pkcs8 utility. Update docs. (cherry picked from commit b60272b01fcb4f69201b3e1659b4f7e9e9298dfb)
-
- 15 2月, 2014 2 次提交
-
-
由 Scott Schaefer 提交于
-
由 Scott Schaefer 提交于
apps/pkcs12.c accepts -password as an argument. The document author almost certainly meant to write "-password, -passin". However, that is not correct, either. Actually the code treats -password as equivalent to -passin, EXCEPT when -export is also specified, in which case -password as equivalent to -passout.
-
- 13 2月, 2014 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 09 1月, 2014 2 次提交
-
-
由 Daniel Kahn Gillmor 提交于
change documentation and comments to indicate that we prefer the standard "DHE" naming scheme everywhere over the older "EDH"
-
由 Daniel Kahn Gillmor 提交于
DHE is the standard term used by the RFCs and by other TLS implementations. It's useful to have the internal variables use the standard terminology. This patch leaves a synonym SSL_kEDH in place, though, so that older code can still be built against it, since that has been the traditional API. SSL_kEDH should probably be deprecated at some point, though.
-
- 09 11月, 2013 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 22 10月, 2013 1 次提交
-
-
由 Lubomir Rintel 提交于
Newer pod2man considers =item [1-9] part of a numbered list, while =item 0 starts an unnumbered list. Add a zero effect formatting mark to override this. doc/apps/smime.pod around line 315: Expected text after =item, not a number ... PR#3146
-
- 06 9月, 2013 4 次提交
-
-
由 Scott Deboy 提交于
Add callbacks supporting generation and retrieval of supplemental data entries, facilitating RFC 5878 (TLS auth extensions) Removed prior audit proof logic - audit proof support was implemented using the generic TLS extension API Tests exercising the new supplemental data registration and callback api can be found in ssltest.c. Implemented changes to s_server and s_client to exercise supplemental data callbacks via the -auth argument, as well as additional flags to exercise supplemental data being sent only during renegotiation.
-
-
* Many XMPP servers are configured with multiple domains (virtual hosts) * In order to establish successfully the TLS connection you have to specify which virtual host you are trying to connect. * Test this, for example with :: * Fail: openssl s_client -connect talk.google.com:5222 -starttls xmpp * Works: openssl s_client -connect talk.google.com:5222 -starttls xmpp -xmpphost gmail.com
-
-
- 21 8月, 2013 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 05 8月, 2013 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 22 6月, 2013 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Document use of -keyopt to use RSA-PSS and RSA-OAEP modes.
-
- 18 6月, 2013 1 次提交
-
-
由 Trevor 提交于
serverinfo rejects non-empty extensions. Omit extension if no relevant serverinfo data. Improve error-handling in serverinfo callback. Cosmetic cleanups. s_client documentation. s_server documentation. SSL_CTX_serverinfo documentation. Cleaup -1 and NULL callback handling for custom extensions, add tests. Cleanup ssl_rsa.c serverinfo code. Whitespace cleanup. Improve comments in ssl.h for serverinfo. Whitespace. Cosmetic cleanup. Reject non-zero-len serverinfo extensions. Whitespace. Make it build.
-
- 14 12月, 2012 2 次提交
-
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
- 20 11月, 2012 4 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 18 11月, 2012 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-