- 15 2月, 2001 3 次提交
-
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
-
由 Ulf Möller 提交于
-
- 14 2月, 2001 5 次提交
-
-
由 Richard Levitte 提交于
-
由 Dr. Stephen Henson 提交于
Add -nopad option to enc command. Update docs.
-
由 Ulf Möller 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Ulf Möller 提交于
-
- 13 2月, 2001 5 次提交
-
-
由 Lutz Jänicke 提交于
-
由 Richard Levitte 提交于
<t-matsuu@protein.osaka-u.ac.jp>
-
由 Lutz Jänicke 提交于
-
由 Dr. Stephen Henson 提交于
Doesn't handle SSL URLs yet.
-
由 Dr. Stephen Henson 提交于
-
- 12 2月, 2001 4 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Geoff Thorpe 提交于
gets rid of gcc warnings.
-
由 Geoff Thorpe 提交于
well (and is a good demonstration of how encapsulating the SSL in a memory-based state machine can make it easier to apply to different situations). The change implements a new command-line switch "-flipped <0|1>" which, if set to 1, reverses the usual interpretation of a client and server for SSL tunneling. Normally, an ssl client (ie. "-server 0") accepts "cleartext" connections and conducts SSL/TLS over a proxied connection acting as an SSL client. Likewise, an ssl server (ie. "-server 1") accepts connections and conducts SSL/TLS (as an SSL server) over them and passes "cleartext" over the proxied connection. With "-flipped 1", an SSL client (specified with "-server 0") in fact accepts SSL connections and proxies clear, whereas an SSL server ("-server 1") accepts clear and proxies SSL. NB: most of this diff is command-line handling, the actual meat of the change is simply the line or two that plugs "clean" and "dirty" file descriptors into the item that holds the state-machine - reverse them and you get the desired behaviour. This allows a network server to be an SSL client, and a network client to be an SSL server. Apart from curiosity value, there's a couple of possibly interesting applications - SSL/TLS is inherently vulnerable to trivial DoS attacks, because the SSL server usually has to perform a private key operation first, even if the client is authenticated. With this scenario, the network client is the SSL server and performs the first private key operation, whereas the network server serves as the SSL client. Another possible application is when client-only authentication is required (ie. the underlying protocol handles (or doesn't care about) authenticating the server). Eg. an SSL/TLS version of 'ssh' could be concocted where the client's signed certificate is used to validate login to a server system - whether or not the client needs to validate who the server is can be configured at the client end rather than at the server end (ie. a complete inversion of what happens in normal SSL/TLS). NB: This is just an experiment/play-thing, using "-flipped 1" probably creates something that is interoperable with exactly nothing. :-)
-
由 Lutz Jänicke 提交于
-
- 11 2月, 2001 3 次提交
-
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
options someone much longer working with OpenSSL/SSLeay is needed.
-
- 10 2月, 2001 10 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
file http://www.nrca-ds.de/ftp/pkd.ttp, which contains a total of 288 certificates issued by the RegPT so far)
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
(similar to how arguments such as -inform/-outform specifications are treated)
-
由 Dr. Stephen Henson 提交于
Fix CRL printing to correctly show when there are no revoked certificates. Make ca.c correctly initialize the revocation date. Make ASN1_UTCTIME_set_string() and ASN1_GENERALIZEDTIME_set_string() set the string type: so they can initialize ASN1_TIME structures properly.
-
由 Bodo Möller 提交于
-
由 Lutz Jänicke 提交于
the clients choice; in SSLv2 the client uses the server's preferences.
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
-
由 Dr. Stephen Henson 提交于
Fix warning in apps/engine.c Remove definitions of deleted functions. Add missing definition of X509_VAL.
-
- 09 2月, 2001 10 次提交
-
-
由 Dr. Stephen Henson 提交于
and ASN1 code.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
Denis Beauchemin <Denis.Beauchemin@Courrier.USherb.ca>)
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
OCSP responses. Documentation to follow... Urgh.. this conflicted with the -VAfile patch I hope I haven't broken it.
-
由 Richard Levitte 提交于
inversed. Corrected. Hopefully, this will make it work without dumping core.
-
由 Richard Levitte 提交于
client code certificates to use to only check response signatures. I'm not entirely sure if the way I just implemented the verification is the right way to do it, and would be happy if someone would like to review this.
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
entropy devices or sockets.
-
由 Ulf Möller 提交于
-