summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Dr. Stephen Henson [Wed, 6 Jan 1999 01:41:21 +0000 (01:41 +0000)]
Oops! update CHANGES file properly.
Dr. Stephen Henson [Wed, 6 Jan 1999 01:39:24 +0000 (01:39 +0000)]
Fix things so DH_free() will be no-op when passed NULL, like RSA_free() and
DSA_free(): this was causing crashes when for example an attempt was made
to handle a (currently) unsupported DH public key. Also X509_PUBKEY_set()i
wasn't checking errors from d2i_PublicKey().
Ben Laurie [Mon, 4 Jan 1999 21:43:32 +0000 (21:43 +0000)]
Free the right thing.
Ben Laurie [Mon, 4 Jan 1999 21:39:34 +0000 (21:39 +0000)]
Only free if it ain't NULL.
Ben Laurie [Mon, 4 Jan 1999 20:11:31 +0000 (20:11 +0000)]
Remove the bugfix that was really a bug.
Submitted by: Arne Ansper <arne@ats.cyber.ee>
Ben Laurie [Mon, 4 Jan 1999 19:55:12 +0000 (19:55 +0000)]
Pass on BIO_CTRL_FLUSH.
Submitted by: Arne Ansper <arne@ats.cyber.ee>
Paul C. Sutton [Mon, 4 Jan 1999 09:58:25 +0000 (09:58 +0000)]
The dir is named util/ and better to explicitly call the
perl interpreter because not everyone has it in /usr/local/bin/perl.
Dr. Stephen Henson [Sun, 3 Jan 1999 23:00:45 +0000 (23:00 +0000)]
More EVP_PKEY patches for new functionality.
Ralf S. Engelschall [Sun, 3 Jan 1999 15:31:11 +0000 (15:31 +0000)]
Make sure the already existing X509_STORE->depth variable is initialized
in X509_STORE_new(), but document the fact that this variable is still
unused in the certificate verification process.
Ralf S. Engelschall [Sun, 3 Jan 1999 14:58:44 +0000 (14:58 +0000)]
The dir is named util/ and better to explicitly call the
perl interpreter because not everyone has it in /usr/local/bin/perl.
Ralf S. Engelschall [Sun, 3 Jan 1999 13:17:47 +0000 (13:17 +0000)]
More .cvsignore stuff to make CVS quiet on our generated files.
Dr. Stephen Henson [Sun, 3 Jan 1999 02:15:34 +0000 (02:15 +0000)]
Remove one EVP_PKEY_free() that shouldn't be there.
Dr. Stephen Henson [Sun, 3 Jan 1999 01:08:33 +0000 (01:08 +0000)]
Make sure applications free up pkey structures and add netscape extension
handling to x509.c
Ben Laurie [Sat, 2 Jan 1999 19:04:27 +0000 (19:04 +0000)]
Fix reference counting.
Ben Laurie [Sat, 2 Jan 1999 19:03:46 +0000 (19:03 +0000)]
Don't confuse matters by using the wrong library.
Ben Laurie [Sat, 2 Jan 1999 19:01:41 +0000 (19:01 +0000)]
Fix tests for ssleay -> openssl.
Ralf S. Engelschall [Sat, 2 Jan 1999 16:28:51 +0000 (16:28 +0000)]
A few train of thoughts about the build procedure mess
Paul C. Sutton [Sat, 2 Jan 1999 16:02:24 +0000 (16:02 +0000)]
Update scripts to use "openssl" instead of "ssleay"
Paul C. Sutton [Sat, 2 Jan 1999 15:53:22 +0000 (15:53 +0000)]
Reflect change from "ssleay" to "openssl" as the main binary name.
Also document "sh config" as an easier alternative to "./Configure
system".
Paul C. Sutton [Sat, 2 Jan 1999 15:52:11 +0000 (15:52 +0000)]
Various ssleay to openssl fixups
Paul C. Sutton [Sat, 2 Jan 1999 15:08:29 +0000 (15:08 +0000)]
Binary is now apps/openssl not apps/ssleay so use the new name when
rehashing the test certs
Paul C. Sutton [Sat, 2 Jan 1999 15:05:08 +0000 (15:05 +0000)]
A couple more ssleay.cnf to openssl.cnf changes
Paul C. Sutton [Sat, 2 Jan 1999 14:42:23 +0000 (14:42 +0000)]
Some more changes for renaming the binary from ssleay to openssl.
I wonder what eay.c is?
Ralf S. Engelschall [Sat, 2 Jan 1999 12:59:33 +0000 (12:59 +0000)]
First cut of a cleanup for apps/. First the `ssleay' program is now named
`openssl' and second, the shortcut symlinks for the `openssl <command>' are no
longer created. This way we have a single and consistent command line
interface `openssl <command>', similar to `cvs <command>'.
Notice, the openssl.cnf, openssl.c and progs.pl files were changed after a
repository copy, i.e. they still contain the complete file history.
Ralf S. Engelschall [Sat, 2 Jan 1999 12:10:43 +0000 (12:10 +0000)]
Make GCC happy by removing an unused variable defintion.
Dr. Stephen Henson [Sat, 2 Jan 1999 01:53:06 +0000 (01:53 +0000)]
Move DSA test in ca.c inside #ifdef and make pubkey BIT STRING always have
zero unused bits.
Dr. Stephen Henson [Fri, 1 Jan 1999 18:43:44 +0000 (18:43 +0000)]
Add extended key usage OID and update STATUS file.
Ralf S. Engelschall [Fri, 1 Jan 1999 15:58:14 +0000 (15:58 +0000)]
cleanup of apps/ and an answer
Paul C. Sutton [Fri, 1 Jan 1999 14:17:55 +0000 (14:17 +0000)]
ssldir.pl did not correctly set the directory in utils/mk1mk.pl when
perl5 was used.
Paul C. Sutton [Fri, 1 Jan 1999 14:13:59 +0000 (14:13 +0000)]
Add votes
Paul C. Sutton [Fri, 1 Jan 1999 14:04:07 +0000 (14:04 +0000)]
Make the installation documentation easier to follow.
Paul C. Sutton [Fri, 1 Jan 1999 12:51:11 +0000 (12:51 +0000)]
Makefiles updated to exit if an error occurs in a sub-directory make
(including if user presses ^C)
stephen [Fri, 1 Jan 1999 00:54:48 +0000 (00:54 +0000)]
This is a quick hack conversion of the 'CA.sh' script to perl. It fixes one
bug in the original but is otherwise just as horrible :-)
Ralf S. Engelschall [Thu, 31 Dec 1998 21:51:27 +0000 (21:51 +0000)]
Remove more old temporary files from CVS
Ben Laurie [Thu, 31 Dec 1998 17:11:46 +0000 (17:11 +0000)]
Document recent changes.
Ben Laurie [Thu, 31 Dec 1998 17:08:34 +0000 (17:08 +0000)]
Fix name delete problem.
Ben Laurie [Thu, 31 Dec 1998 16:50:03 +0000 (16:50 +0000)]
Fix pem/err ordering.
Ralf S. Engelschall [Thu, 31 Dec 1998 12:52:23 +0000 (12:52 +0000)]
A hint about the license
Ralf S. Engelschall [Thu, 31 Dec 1998 12:14:27 +0000 (12:14 +0000)]
Some issues for voting
Ralf S. Engelschall [Thu, 31 Dec 1998 11:18:15 +0000 (11:18 +0000)]
More structuring and sorting of the SSL API documentation.
And the first steps to descriptions in prosa.
Ralf S. Engelschall [Thu, 31 Dec 1998 10:33:17 +0000 (10:33 +0000)]
Puhhh... now we've documented the prototypes of all 214 API "functions". This
is a pain to do, because of the various macro definitions which I had to
expand manually to get their prototype :-(
What's now needed is a volunteer who wants to write down one or two sentences
per API function to document it a little bit...
Ralf S. Engelschall [Thu, 31 Dec 1998 09:36:40 +0000 (09:36 +0000)]
Fix version stuff:
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: ----------------------------------------------------------------------
stephen [Thu, 31 Dec 1998 01:35:07 +0000 (01:35 +0000)]
Update CHANGES file for latest additions
stephen [Thu, 31 Dec 1998 00:59:02 +0000 (00:59 +0000)]
Fix for sk_insert bug: it never worked properly.
Allow explicit tag asn macros to handle indefinite length constructed stuff:
without this certain "certificates" can't be read in.
Ralf S. Engelschall [Wed, 30 Dec 1998 23:09:13 +0000 (23:09 +0000)]
MIME encoding and ISO chars at the same time messes up the stuff
Ralf S. Engelschall [Wed, 30 Dec 1998 23:07:32 +0000 (23:07 +0000)]
Ops, forgot to commit the changes entry in recent commit...
Ralf S. Engelschall [Wed, 30 Dec 1998 22:58:47 +0000 (22:58 +0000)]
Cleanup of doc/ directory: The old/obsolete SSLeay files are now assembled
together in a ssleay.txt file.
stephen [Wed, 30 Dec 1998 20:34:50 +0000 (20:34 +0000)]
fix pk7_doit.c for new i2d_ASN1_SET argument
stephen [Wed, 30 Dec 1998 18:42:02 +0000 (18:42 +0000)]
external error lib number now global and allow error lib to have a name
Ralf S. Engelschall [Wed, 30 Dec 1998 09:08:05 +0000 (09:08 +0000)]
Create a STATUS file to coordinate us. Feel free to edit
Ralf S. Engelschall [Wed, 30 Dec 1998 07:21:32 +0000 (07:21 +0000)]
Replace AUTHOR with a better HISTORY as in FreeBSD's manpages
Ralf S. Engelschall [Wed, 30 Dec 1998 07:12:35 +0000 (07:12 +0000)]
Fix an error message
Ben Laurie [Tue, 29 Dec 1998 21:43:55 +0000 (21:43 +0000)]
Fix incorrect DER encoding of SETs and all knock-ons from that.
Ben Laurie [Tue, 29 Dec 1998 17:22:31 +0000 (17:22 +0000)]
Add prototypes. Make Montgomery stuff explicitly for that purpose.
Ralf S. Engelschall [Tue, 29 Dec 1998 17:12:34 +0000 (17:12 +0000)]
Import the first cut for manual pages.
They are written in Perl's POD format for two reasons: First Perl is already
needed for SSLeay and second, POD is easy to write and maintain _AND_ created
nice looking NRoff manpages.
The idea is to have three manual pages:
openssl(1) ... The manpage for the `openssl' program (formerly ssleay)
crypto(3) .... The manpage for crypto.h/libcrypto.a
ssl(3) ....... The manpage for ssl.h/libssl.a
The openssl(1) should be very similar to cvs(1), i.e. it should document all
commands in a compact way. And I've even created the first cut for an
overview of all 243 functions of the SSL API for ssl.pod. More to come...
Ben Laurie [Mon, 28 Dec 1998 22:05:44 +0000 (22:05 +0000)]
Make Configure work again after eliminating files.
Ben Laurie [Mon, 28 Dec 1998 21:58:19 +0000 (21:58 +0000)]
Deal with generated files.
Ben Laurie [Mon, 28 Dec 1998 19:36:49 +0000 (19:36 +0000)]
This is not a bug in NT Perl, its a bug in Configure.
Ben Laurie [Mon, 28 Dec 1998 17:37:17 +0000 (17:37 +0000)]
Require Perl 5.
Ben Laurie [Mon, 28 Dec 1998 17:35:02 +0000 (17:35 +0000)]
Fix option listing.
Ben Laurie [Mon, 28 Dec 1998 17:15:43 +0000 (17:15 +0000)]
Typo.
Ben Laurie [Mon, 28 Dec 1998 17:14:28 +0000 (17:14 +0000)]
Autodetect FreeBSD 3.
Ben Laurie [Mon, 28 Dec 1998 17:08:48 +0000 (17:08 +0000)]
Add strictness, fix variable substition bugs.
Ralf S. Engelschall [Mon, 28 Dec 1998 09:36:31 +0000 (09:36 +0000)]
Test remote CVS commit...
Ralf S. Engelschall [Sat, 26 Dec 1998 12:42:56 +0000 (12:42 +0000)]
Test for new CVS repository
Ralf S. Engelschall [Wed, 23 Dec 1998 12:09:47 +0000 (12:09 +0000)]
*** empty log message ***
Ralf S. Engelschall [Wed, 23 Dec 1998 08:18:47 +0000 (08:18 +0000)]
*** empty log message ***
Ralf S. Engelschall [Wed, 23 Dec 1998 07:58:53 +0000 (07:58 +0000)]
*** empty log message ***
Ralf S. Engelschall [Wed, 23 Dec 1998 07:55:37 +0000 (07:55 +0000)]
Add include dir
Ralf S. Engelschall [Wed, 23 Dec 1998 07:53:55 +0000 (07:53 +0000)]
Switch version string to SSLeay/OpenSSL
Ralf S. Engelschall [Wed, 23 Dec 1998 07:42:26 +0000 (07:42 +0000)]
*** empty log message ***
Ralf S. Engelschall [Wed, 23 Dec 1998 07:38:54 +0000 (07:38 +0000)]
Switch to OpenSSL name
Ralf S. Engelschall [Tue, 22 Dec 1998 16:20:18 +0000 (16:20 +0000)]
Fix unused variable warning of GCC
Ralf S. Engelschall [Tue, 22 Dec 1998 16:04:08 +0000 (16:04 +0000)]
*** empty log message ***
Ralf S. Engelschall [Tue, 22 Dec 1998 16:01:06 +0000 (16:01 +0000)]
OpenTLS ready
Ralf S. Engelschall [Tue, 22 Dec 1998 15:59:57 +0000 (15:59 +0000)]
Incorporation of RSEs assembled patches
Ralf S. Engelschall [Tue, 22 Dec 1998 15:08:48 +0000 (15:08 +0000)]
*** empty log message ***
Ralf S. Engelschall [Tue, 22 Dec 1998 15:04:48 +0000 (15:04 +0000)]
Various cleanups and fixed by Marc and Ralf to start the OpenTLS project
Ralf S. Engelschall [Mon, 21 Dec 1998 11:00:56 +0000 (11:00 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.
Ralf S. Engelschall [Mon, 21 Dec 1998 11:00:56 +0000 (11:00 +0000)]
Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
Ralf S. Engelschall [Mon, 21 Dec 1998 11:00:43 +0000 (11:00 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.
Ralf S. Engelschall [Mon, 21 Dec 1998 11:00:43 +0000 (11:00 +0000)]
Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
Ralf S. Engelschall [Mon, 21 Dec 1998 10:56:39 +0000 (10:56 +0000)]
Import of old SSLeay release: SSLeay 0.9.0b
Ralf S. Engelschall [Mon, 21 Dec 1998 10:56:39 +0000 (10:56 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.
Ralf S. Engelschall [Mon, 21 Dec 1998 10:56:30 +0000 (10:56 +0000)]
Import of old SSLeay release: SSLeay 0.9.0b
Ralf S. Engelschall [Mon, 21 Dec 1998 10:56:30 +0000 (10:56 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.
Ralf S. Engelschall [Mon, 21 Dec 1998 10:52:47 +0000 (10:52 +0000)]
Import of old SSLeay release: SSLeay 0.8.1b
Ralf S. Engelschall [Mon, 21 Dec 1998 10:52:47 +0000 (10:52 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.
Ralf S. Engelschall [Mon, 21 Dec 1998 10:52:45 +0000 (10:52 +0000)]
Import of old SSLeay release: SSLeay 0.8.1b
Ralf S. Engelschall [Mon, 21 Dec 1998 10:52:45 +0000 (10:52 +0000)]
This commit was generated by cvs2svn to track changes on a CVS vendor
branch.