- 21 12月, 2000 2 次提交
-
-
由 Geoff Thorpe 提交于
will not support EDH cipher suites). The parameters can either be loaded from a file (via "-dh_file"), generated by the application on start-up ("-dh_special generate"), or be standard DH parameters (as used in s_server, etc).
-
由 Geoff Thorpe 提交于
* Seal off some buffer functions so that only the higher-level IO functions are exposed. * Using the above change to buffer, add support to tunala for displaying traffic totals when a tunnel closes. Useful in debugging and analysis - you get to see the total encrypted traffic versus the total tunneled traffic. This shows not only how much expansion your data suffers from SSL (a lot if you send/receive a few bytes at a time), but also the overhead of SSL handshaking relative to the payload sent through the tunnel. This is controlled by the "-out_totals" switch to tunala. * Fix and tweak some bits in the README. Eg. sample output of "-out_totals" from a tunnel client when tunneling a brief "telnet" session. Tunnel closing, traffic stats follow SSL (network) traffic to/from server; 7305 bytes in, 3475 bytes out tunnelled data to/from server; 4295 bytes in, 186 bytes out
-
- 20 12月, 2000 5 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
"Peter 'Luna' Runestig" <peter+openssl-dev@runestig.com>
-
由 Bodo Möller 提交于
Submitted by: draslar <draslar@elray.ch>
-
由 Bodo Möller 提交于
corresponding new entry in the OpenSSL_0_9_6-stable branch.
-
由 Dr. Stephen Henson 提交于
Fixes to OCSP print code. Don't try to print request certificates if signature is not present. Remove unnecessary test for certificates being NULL. Fix typos in printed output. Tidy up output. Fix for typo in OCSP_SERVICELOC ASN1 template. Also give a bit more info in CHANGES about the ASN1 revision.
-
- 19 12月, 2000 3 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 18 12月, 2000 4 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
structures and setting rsa->_method_mod_{n,p,q}. Submitted by: "Reddie, Steven" <Steven.Reddie@ca.com>
-
由 Bodo Möller 提交于
-
- 17 12月, 2000 3 次提交
-
-
由 Dr. Stephen Henson 提交于
Redo OCSP response printing. Remove duplicate or obsolete code. Delete some redundant files.
-
由 Bodo Möller 提交于
OpenSSL (such as the new undocumented '-prexit' option to s_client), the FAQ should point out that they don't: The FAQ is not just part of the release, it's current version is also published on the web.
-
由 Bodo Möller 提交于
-
- 16 12月, 2000 9 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Richard Levitte 提交于
Spotted by "David Schwartz" <davids@webmaster.com>.
-
由 Richard Levitte 提交于
-
由 Dr. Stephen Henson 提交于
just a NULL and appears in a certificate.
-
由 Dr. Stephen Henson 提交于
Initial support for variables in DEF files.
-
由 Dr. Stephen Henson 提交于
-
由 Ulf Möller 提交于
compiler switch.
-
由 Bodo Möller 提交于
(e.g., use a default), we have to call ERR_clear_error().
-
由 Bodo Möller 提交于
-
- 15 12月, 2000 11 次提交
-
-
由 Dr. Stephen Henson 提交于
are all raw print only extensions at present.
-
由 Bodo Möller 提交于
in NO_ASM configurations
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
This is a little unusual because it can contain no structure i.e. the extension OCTET STRING content octets do not contain a DER encoded structure.
-
由 Geoff Thorpe 提交于
-
由 Geoff Thorpe 提交于
BCM5805 and BCM5820 units. So far I've merely taken a skim over the code and changed a few things from their original contributed source (de-shadowing variables, removing variables from the header, and re-constifying some functions to remove warnings). If this gives compilation problems on any system, please let me know. We will hopefully know for sure whether this actually functions on a system with the relevant hardware in a day or two. :-)
-
由 Dr. Stephen Henson 提交于
from the print routines. Reorganisation of OCSP code: initial print routines in ocsp_prn.c. Doesn't work fully because OCSP extensions aren't reimplemented yet. Implement some ASN1 functions needed to compile OCSP code.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 14 12月, 2000 3 次提交
-
-
由 Dr. Stephen Henson 提交于
code from certificate, CRL and request printing routines.
-
由 Dr. Stephen Henson 提交于
authenticated attributes: this is used to retain the original encoding and not break signatures. Support for a SET OF which reorders the STACK when encoding a structure. This will be used with the PKCS7 code.
-
由 Ulf Möller 提交于
-