- Dec 30, 2000
-
-
Dr. Stephen Henson authored
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.
-
- Dec 29, 2000
-
-
Dr. Stephen Henson authored
zap some evil function pointers casts along the way...
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
-
Richard Levitte authored
* 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.
-
- Dec 28, 2000
-
-
Dr. Stephen Henson authored
something more efficient later...
-
Richard Levitte authored
-
Dr. Stephen Henson authored
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 authored
The old function pointer versions will eventually go away.
-
Dr. Stephen Henson authored
-
- Dec 27, 2000
-
-
Bodo Möller authored
-
Dr. Stephen Henson authored
functions and signed/unsigned mismatch. This will of course change if some of the unused functions suddenly get used...
-
Dr. Stephen Henson authored
STACK_OF(X509_EXTENSION) so it should be passed STACK_OF(X509_EXTENSION) ** in the first argument. Modify wrappers appropriately.
-
- Dec 26, 2000
-
-
Bodo Möller authored
-
- Dec 25, 2000
-
-
Bodo Möller authored
-
- Dec 24, 2000
-
-
Dr. Stephen Henson authored
encoding, replacing and deleting extensions. Fix X509V3_get_d2i() so it uses takes note of new critical behaviour.
-
- Dec 21, 2000
-
-
Geoff Thorpe authored
disabling different SSL/TLS protocol versions.
-
Dr. Stephen Henson authored
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.
-
- Dec 20, 2000
-
-
Geoff Thorpe authored
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 authored
* 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
-
Ulf Möller authored
-
Ulf Möller authored
"Peter 'Luna' Runestig" <peter+openssl-dev@runestig.com>
-
Bodo Möller authored
Submitted by: draslar <draslar@elray.ch>
-
Bodo Möller authored
corresponding new entry in the OpenSSL_0_9_6-stable branch.
-
Dr. Stephen Henson authored
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.
-
- Dec 19, 2000
-
-
Bodo Möller authored
-
Bodo Möller authored
-
- Dec 18, 2000
-
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
structures and setting rsa->_method_mod_{n,p,q}. Submitted by: "Reddie, Steven" <Steven.Reddie@ca.com>
-
Bodo Möller authored
-
- Dec 17, 2000
-
-
Dr. Stephen Henson authored
Redo OCSP response printing. Remove duplicate or obsolete code. Delete some redundant files.
-
Bodo Möller authored
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 authored
-
- Dec 16, 2000
-
-
Dr. Stephen Henson authored
-
Richard Levitte authored
Spotted by "David Schwartz" <davids@webmaster.com>.
-
Richard Levitte authored
-
Dr. Stephen Henson authored
just a NULL and appears in a certificate.
-