summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Collapse)Author
1999-02-21More stuff for new TLS ciphersuites.Ben Laurie
1999-02-21Undo a couple of kludges.Ben Laurie
1999-02-21Add support for new TLS export ciphersuites.Ben Laurie
1999-02-20Generate errors when public/private key check is done.Ben Laurie
1999-02-16Updates to the new SSL compression codeMark J. Cox
[Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)] Fix so that the version number in the master secret, when passed via RSA, checks that if TLS was proposed, but we roll back to SSLv3 (because the server will not accept higher), that the version number is 0x03,0x01, not 0x03,0x00 [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)] Submitted by: Reviewed by: PR:
1999-02-15Fix various memory leaks in SSL, apps and DSADr. Stephen Henson
1999-02-13In the absence of feedback either way, commit the fix that looks right forBen Laurie
wrong keylength with export null ciphers.
1999-02-10Remove one more totally bogus source file.Ralf S. Engelschall
This one is exactly the same as ssl_sess.c. Thanks to Adam Goodman <adam@a-domain.com> for hint.
1999-02-10First cut for a very conservative source tree cleanup:Ralf S. Engelschall
1. merge various obsolete readme texts into doc/ssleay.txt where we collect the old documents and readme texts. 2. remove the first part of files where I'm already sure that we no longer need them because of three reasons: either they are just temporary files which were left by Eric or they are preserved original files where I've verified that the diff is also available in the CVS via "cvs diff -rSSLeay_0_8_1b" or they were renamed (as it was definitely the case for the crypto/md/ stuff). We've still a horrible mess under crypto/bn/asm/. There for a lot of files I'm sure whether we need them or not. So, when someone knows it better, feel free to cleanup there.
1999-02-09More exactitude with function arguments.Ben Laurie
1999-01-31Fix various stuff: that VC++ 5.0 chokes on:Dr. Stephen Henson
1. Add *lots* of missing prototypes for static ssl functions. 2. VC++ doesn't understand the 'LL' suffix for 64 bits constants: change bn.org 3. Add a few missing prototypes in pem.org Fix mk1mf.pl so it outputs a Makefile that doesn't choke Win95. Fix mkdef.pl so it doesn't truncate longer names.
1999-01-30Update STATUS, modify ssl.h so mkdef.pl will pick up prototypes andDr. Stephen Henson
add x509v3.h to mkdef.pl list of include files.
1999-01-30Break circular dependency between pem and err.Ben Laurie
1999-01-19This time, get it right.Ben Laurie
1999-01-19Finally lay dependencies to rest (I hope!).Ben Laurie
1999-01-18New err_code.pl script to retain old error codes. This should allow the useDr. Stephen Henson
of 'make errors' without causing huge re-organisations of files when a new code is added.
1999-01-16More prototypes.Ben Laurie
1999-01-16More prototypes.Ben Laurie
1999-01-16More prototypes.Ben Laurie
1999-01-16More prototypes.Ben Laurie
1999-01-16More prototypes.Ben Laurie
1999-01-10Fix comment.Ben Laurie
1999-01-07Accept NULL in *_free.Ben Laurie
1999-01-07Fix DH key generation.Ben Laurie
Contributed by: Anonymous <nobody@replay.com>
1999-01-06Fix export tests.Ben Laurie
1999-01-06Make the world a safer place (if people object to this kind of change, speak upBen Laurie
soon - I intend to do a lot of it!).
1998-12-31Remove more old temporary files from CVSRalf S. Engelschall
1998-12-31Fix version stuff:Ralf S. Engelschall
1. The already released version was 0.9.1c and not 0.9.1b 2. The next release should be 0.9.2 and not 0.9.1d, because first the changes are already too large, second we should avoid any more 0.9.1x confusions and third, the Apache version semantics of VERSION.REVISION.PATCHLEVEL for the version string is reasonable (and here .2 is already just a patchlevel and not major change). tVS: ----------------------------------------------------------------------
1998-12-23*** empty log message ***OpenSSL_0_9_1cRalf S. Engelschall
1998-12-23Switch version string to SSLeay/OpenSSLRalf S. Engelschall
1998-12-22Incorporation of RSEs assembled patchesRalf S. Engelschall
1998-12-22Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall