- 31 12月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
Add the C macros OPENSSL_BUILD_SHLIBCRYPTO and OPENSSL_BUILD_SHLIBSSL to the build of the object files as appropriate for each library.
-
由 Richard Levitte 提交于
-
- 30 12月, 2000 3 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
most of the old wrappers. A few of the old versions remain because they are non standard and the corresponding ASN1 code has not been reimplemented yet.
-
由 Dr. Stephen Henson 提交于
zap some evil function pointers casts along the way...
-
- 29 12月, 2000 8 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
* detect "unknown" algorithms (any C macro starting with NO_ that is not explicitely mentioned in mkdef.pl as a known algorithm) and report. * add a number of algorithms that can be deselected. * look in ssl/kssl.h as well. * accept multiple whitespace (not just one SPC) in preprocessor lines.
-
由 Dr. Stephen Henson 提交于
something more efficient later...
-
由 Richard Levitte 提交于
-
由 Dr. Stephen Henson 提交于
currently OpenSSL itself wont compile with this set because some old style stuff remains. Change old functions X509_sign(), X509_verify() etc to use new item based functions. Replace OCSP function declarations with DECLARE macros.
-
由 Dr. Stephen Henson 提交于
The old function pointer versions will eventually go away.
-
- 28 12月, 2000 3 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
functions and signed/unsigned mismatch. This will of course change if some of the unused functions suddenly get used...
-
- 27 12月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
STACK_OF(X509_EXTENSION) so it should be passed STACK_OF(X509_EXTENSION) ** in the first argument. Modify wrappers appropriately.
-
- 26 12月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 25 12月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
encoding, replacing and deleting extensions. Fix X509V3_get_d2i() so it uses takes note of new critical behaviour.
-
- 21 12月, 2000 4 次提交
-
-
由 Geoff Thorpe 提交于
disabling different SSL/TLS protocol versions.
-
由 Dr. Stephen Henson 提交于
Win32 but it is getting there... Update mkdef.pl to handle ASN1_ANY and fix headers. Stop various VC++ warnings. Include some fixes from "Peter 'Luna' Runestig" <peter@runestig.com> Remove external declaration for des_set_weak_key_flag: it doesn't exist.
-
由 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 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-