summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
tolerated in certificates.
1999-10-14Use of DEVRANDOM must be #ifdef'ed (the #ifdef was commented outBodo Möller
between SSLeay 0.8.1b and 0.9.0b with no apparent reason). If we *want* an error when DEVRANDOM is not defined (it always is with the current e_os.h) we should use #error.
1999-10-13Initial support for certificate purpose checking: this willDr. Stephen Henson
ultimately lead to certificate chain verification. It is VERY EXPERIMENTAL at present though.
1999-10-11Add EX_DATA support to X509.Dr. Stephen Henson
Fix a bug in the X509_get_d2i() functions which didn't check if crit was NULL.
1999-10-09New functions to parse and get extensions.Dr. Stephen Henson
1999-10-07More patches.Ulf Möller
1999-10-07RC4 tune-up featuring 30-40% performance improvement on most RISCAndy Polyakov
platforms. See crypto/rc4/rc4_enc.c for further details.
1999-10-07RC4 tune-up featuring 30-40% performance improvement on most RISCAndy Polyakov
platforms. See crypto/rc4/rc4_enc.c for further details.
1999-10-06Fix incorrect usage messages in some commands.Dr. Stephen Henson
1999-10-05Fix for bug in pkcs12 program and typo in ASN1_tag2str().Dr. Stephen Henson
1999-10-05Fix for bug in pkcs12 program and typo in ASN1_tag2str().Dr. Stephen Henson
1999-10-04New option -dhparam to s_server to allow the DH parameter file to be setDr. Stephen Henson
explicitly. Previously it couldn't be changed because it was hard coded as "server.pem".
1999-10-04Add support for public key input and output in rsa and dsa utilities with someDr. Stephen Henson
new DSA public key functions that were missing. Also beginning of a cache for X509_EXTENSION structures: this will allow them to be accessed more quickly for things like certificate chain verification...
1999-10-04Fix for d2i_ASN1_bytes and stop PKCS#7 routines crashing is signed messageDr. Stephen Henson
contains no certificates. Also fix typo in RANLIB changes.
1999-10-04Add prototypes for new DSA functions Steve added recently.Ralf S. Engelschall
1999-10-03Pass $(RANLIB) when doing "make install" in subdirectories;Bodo Möller
rsaref needs ist. Submitted by: Will Day
1999-10-03Fix warnings.Ben Laurie
1999-10-02Fix for base64 BIO decoding bugDr. Stephen Henson
1999-10-02Modify the 'speed' application so it now uses RSA_sign and RSA_verifyDr. Stephen Henson
instead of RSA_private_encrypt and RSA_public_decrypt
1999-09-30HPUX 11 flags.Ulf Möller
Contributed by: Peter Huang <PETER_HUANG@HP-Cupertino-om8.om.hp.com>
1999-09-29Cosmetic changes.Ulf Möller
1999-09-29VC++ warning.Ulf Möller
1999-09-29Generate obj_dat.h in "make update".Ulf Möller
1999-09-27"make update"Bodo Möller
1999-09-27new control code BIO_C_RESET_READ_REQUESTBodo Möller
1999-09-26RC4 tune-up.Andy Polyakov
See comments in the code (after #if defined(RC4_CHUNK)) for more details.
1999-09-25Fix typo in error message.Bodo Möller
Submitted by: Alan Batie
1999-09-25Honor BUFSIZZ definition in s_server, don't use tiny 32 byteBodo Möller
buffer (which leads to truncation of client cipher list).
1999-09-24Bugfix: avoid opening CAfile when it's NULL.Bodo Möller
1999-09-24Use a temporary file, not a pipe, for BN test because there are someBodo Möller
broken bc's around.
1999-09-24Fix typo that I introduced when reformatting lines.Bodo Möller
1999-09-24Fix warnings.Ben Laurie
1999-09-21More patches.Ulf Möller
(Are there any others that have been submitted but not yet reviewed/integrated?)
1999-09-21typoBodo Möller
1999-09-21Keep line lengths < 80 characters.Bodo Möller
1999-09-20note a few things that need to be doneUlf Möller
1999-09-20Fix to make s_client and s_server work under Windows. A bit of a hack butDr. Stephen Henson
an improvement on not working at all.
1999-09-19Lots of evil casts to stop VC++ choking with "possible loss of data"Dr. Stephen Henson
warnings :-(
1999-09-18Add new sign and verify members to RSA_METHOD and change SSL code to use signDr. Stephen Henson
and verify rather than direct encrypt/decrypt.
1999-09-18Various CRL enhancements tidies and workaround for broken CRLs.Dr. Stephen Henson
1999-09-17Document -startdate and -enddate in usage summary.Bodo Möller
1999-09-15Fix typo.Dr. Stephen Henson
1999-09-14Update dependencies.Bodo Möller
1999-09-14typo in a commentBodo Möller
1999-09-14Add some debug-solaris-...-cc configurations.Bodo Möller
1999-09-13Set s->version correctly for "natural" SSL 3.0 client helloBodo Möller
1999-09-11Initial support for MacOS.Andy Polyakov
This will soon be complemented with MacOS specific source code files and INSTALL.MacOS. I (Andy) have decided to get rid of a number of #include <sys/types.h>. I've verified it's ok (both by examining /usr/include/*.h and compiling) on a number of Unix platforms. Unfortunately I don't have Windows box to verify this on. I really appreciate if somebody could try to compile it and contact me a.s.a.p. in case a problem occurs. Submitted by: Roy Wood <roy@centricsystems.ca> Reviewed by: Andy Polyakov <appro@fy.chalmers.se>
1999-09-11Fix yet another bug for client hello handling.Bodo Möller
1999-09-10Repair another bug in s23_get_client_hello:Bodo Möller
tls1 did not survive to restarts, so get rid of it.
1999-09-10Parantheses not needed.Ulf Möller