openssl.git
25 years agoMore prototypes.
Ben Laurie [Sat, 16 Jan 1999 17:28:15 +0000 (17:28 +0000)]
More prototypes.

25 years agoMore prototypes.
Ben Laurie [Sat, 16 Jan 1999 17:12:36 +0000 (17:12 +0000)]
More prototypes.

25 years agoFix parameters to dummy function BN_ref_mod_exp().
Dr. Stephen Henson [Thu, 14 Jan 1999 18:25:07 +0000 (18:25 +0000)]
Fix parameters to dummy function BN_ref_mod_exp().

25 years agoSubmitted by: Neil Costigan <neil.costigan@celocom.com>
Dr. Stephen Henson [Thu, 14 Jan 1999 18:21:57 +0000 (18:21 +0000)]
Submitted by: Neil Costigan <neil.costigan@celocom.com>
PR:

25 years agoFix OBJ_txt2nid(): old function was broken when input used the "dot" form, e.g.
Dr. Stephen Henson [Tue, 12 Jan 1999 18:40:33 +0000 (18:40 +0000)]
Fix OBJ_txt2nid(): old function was broken when input used the "dot" form, e.g.
1.2.3.4 . Also added new function OBJ_txt2obj().

25 years agoAdd prototype, fix parameter passing bug.
Ben Laurie [Sun, 10 Jan 1999 20:36:02 +0000 (20:36 +0000)]
Add prototype, fix parameter passing bug.

25 years agoFix comment.
Ben Laurie [Sun, 10 Jan 1999 19:41:33 +0000 (19:41 +0000)]
Fix comment.

25 years agoSort openssl functions by name.
Ben Laurie [Sat, 9 Jan 1999 19:15:59 +0000 (19:15 +0000)]
Sort openssl functions by name.

25 years agoFix the gendsa program and add it to the app list. The progs.h file is
Dr. Stephen Henson [Sat, 9 Jan 1999 17:29:34 +0000 (17:29 +0000)]
Fix the gendsa program and add it to the app list. The progs.h file is
auto generated but not auto updated so it is included. Also remove the
encryption from the sample DSA keys.

25 years agoGet rid of redundant files.
Ben Laurie [Sat, 9 Jan 1999 13:01:35 +0000 (13:01 +0000)]
Get rid of redundant files.

25 years agoAccept NULL in *_free.
Ben Laurie [Thu, 7 Jan 1999 19:15:59 +0000 (19:15 +0000)]
Accept NULL in *_free.

25 years agoFix DH key generation.
Ben Laurie [Thu, 7 Jan 1999 00:37:01 +0000 (00:37 +0000)]
Fix DH key generation.
Contributed by: Anonymous <nobody@replay.com>

25 years agoSend the right CAs to the client.
Ben Laurie [Thu, 7 Jan 1999 00:16:37 +0000 (00:16 +0000)]
Send the right CAs to the client.

25 years agoFix numeric -newkey args.
Ben Laurie [Thu, 7 Jan 1999 00:10:32 +0000 (00:10 +0000)]
Fix numeric -newkey args.
Contributed by: Bodo Moeller <3moeller@informatik.uni-hamburg.de>

25 years agoFix export tests.
Ben Laurie [Wed, 6 Jan 1999 23:18:08 +0000 (23:18 +0000)]
Fix export tests.

25 years agoMake the world a safer place (if people object to this kind of change, speak up
Ben Laurie [Wed, 6 Jan 1999 22:53:34 +0000 (22:53 +0000)]
Make the world a safer place (if people object to this kind of change, speak up
soon - I intend to do a lot of it!).

25 years agoOops! update CHANGES file properly.
Dr. Stephen Henson [Wed, 6 Jan 1999 01:41:21 +0000 (01:41 +0000)]
Oops! update CHANGES file properly.

25 years agoFix things so DH_free() will be no-op when passed NULL, like RSA_free() and
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().

25 years agoFree the right thing.
Ben Laurie [Mon, 4 Jan 1999 21:43:32 +0000 (21:43 +0000)]
Free the right thing.

25 years agoOnly free if it ain't NULL.
Ben Laurie [Mon, 4 Jan 1999 21:39:34 +0000 (21:39 +0000)]
Only free if it ain't NULL.

25 years agoRemove the bugfix that was really a bug.
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>

25 years agoPass on BIO_CTRL_FLUSH.
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>

25 years agoThe dir is named util/ and better to explicitly call the
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.

25 years agoMore EVP_PKEY patches for new functionality.
Dr. Stephen Henson [Sun, 3 Jan 1999 23:00:45 +0000 (23:00 +0000)]
More EVP_PKEY patches for new functionality.

25 years agoMake sure the already existing X509_STORE->depth variable is initialized
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.

25 years agoThe dir is named util/ and better to explicitly call the
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.

25 years agoMore .cvsignore stuff to make CVS quiet on our generated files.
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.

25 years agoRemove one EVP_PKEY_free() that shouldn't be there.
Dr. Stephen Henson [Sun, 3 Jan 1999 02:15:34 +0000 (02:15 +0000)]
Remove one EVP_PKEY_free() that shouldn't be there.

25 years agoMake sure applications free up pkey structures and add netscape extension
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

25 years agoFix reference counting.
Ben Laurie [Sat, 2 Jan 1999 19:04:27 +0000 (19:04 +0000)]
Fix reference counting.

25 years agoDon't confuse matters by using the wrong library.
Ben Laurie [Sat, 2 Jan 1999 19:03:46 +0000 (19:03 +0000)]
Don't confuse matters by using the wrong library.

25 years agoFix tests for ssleay -> openssl.
Ben Laurie [Sat, 2 Jan 1999 19:01:41 +0000 (19:01 +0000)]
Fix tests for ssleay -> openssl.

25 years agoA few train of thoughts about the build procedure mess
Ralf S. Engelschall [Sat, 2 Jan 1999 16:28:51 +0000 (16:28 +0000)]
A few train of thoughts about the build procedure mess

25 years agoUpdate scripts to use "openssl" instead of "ssleay"
Paul C. Sutton [Sat, 2 Jan 1999 16:02:24 +0000 (16:02 +0000)]
Update scripts to use "openssl" instead of "ssleay"

25 years agoReflect change from "ssleay" to "openssl" as the main binary name.
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".

25 years agoVarious ssleay to openssl fixups
Paul C. Sutton [Sat, 2 Jan 1999 15:52:11 +0000 (15:52 +0000)]
Various ssleay to openssl fixups

25 years agoBinary is now apps/openssl not apps/ssleay so use the new name when
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

25 years agoA couple more ssleay.cnf to openssl.cnf changes
Paul C. Sutton [Sat, 2 Jan 1999 15:05:08 +0000 (15:05 +0000)]
A couple more ssleay.cnf to openssl.cnf changes

25 years agoSome more changes for renaming the binary from ssleay to openssl.
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?

25 years agoFirst cut of a cleanup for apps/. First the `ssleay' program is now named
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.

25 years agoMake GCC happy by removing an unused variable defintion.
Ralf S. Engelschall [Sat, 2 Jan 1999 12:10:43 +0000 (12:10 +0000)]
Make GCC happy by removing an unused variable defintion.

25 years agoMove DSA test in ca.c inside #ifdef and make pubkey BIT STRING always have
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.

25 years agoAdd extended key usage OID and update STATUS file.
Dr. Stephen Henson [Fri, 1 Jan 1999 18:43:44 +0000 (18:43 +0000)]
Add extended key usage OID and update STATUS file.

25 years agocleanup of apps/ and an answer
Ralf S. Engelschall [Fri, 1 Jan 1999 15:58:14 +0000 (15:58 +0000)]
cleanup of apps/ and an answer

25 years agossldir.pl did not correctly set the directory in utils/mk1mk.pl when
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.

25 years agoAdd votes
Paul C. Sutton [Fri, 1 Jan 1999 14:13:59 +0000 (14:13 +0000)]
Add votes

25 years agoMake the installation documentation easier to follow.
Paul C. Sutton [Fri, 1 Jan 1999 14:04:07 +0000 (14:04 +0000)]
Make the installation documentation easier to follow.

25 years agoMakefiles updated to exit if an error occurs in a sub-directory make
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)

25 years agoThis is a quick hack conversion of the 'CA.sh' script to perl. It fixes one
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 :-)

25 years agoRemove more old temporary files from CVS
Ralf S. Engelschall [Thu, 31 Dec 1998 21:51:27 +0000 (21:51 +0000)]
Remove more old temporary files from CVS

25 years agoDocument recent changes.
Ben Laurie [Thu, 31 Dec 1998 17:11:46 +0000 (17:11 +0000)]
Document recent changes.

25 years agoFix name delete problem.
Ben Laurie [Thu, 31 Dec 1998 17:08:34 +0000 (17:08 +0000)]
Fix name delete problem.

25 years agoFix pem/err ordering.
Ben Laurie [Thu, 31 Dec 1998 16:50:03 +0000 (16:50 +0000)]
Fix pem/err ordering.

25 years agoA hint about the license
Ralf S. Engelschall [Thu, 31 Dec 1998 12:52:23 +0000 (12:52 +0000)]
A hint about the license

25 years agoSome issues for voting
Ralf S. Engelschall [Thu, 31 Dec 1998 12:14:27 +0000 (12:14 +0000)]
Some issues for voting

25 years agoMore structuring and sorting of the SSL API documentation.
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.

25 years agoPuhhh... now we've documented the prototypes of all 214 API "functions". This
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...

25 years agoFix version stuff:
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: ----------------------------------------------------------------------

25 years agoUpdate CHANGES file for latest additions
stephen [Thu, 31 Dec 1998 01:35:07 +0000 (01:35 +0000)]
Update CHANGES file for latest additions

25 years agoFix for sk_insert bug: it never worked properly.
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.

25 years agoMIME encoding and ISO chars at the same time messes up the stuff
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

25 years agoOps, forgot to commit the changes entry in recent commit...
Ralf S. Engelschall [Wed, 30 Dec 1998 23:07:32 +0000 (23:07 +0000)]
Ops, forgot to commit the changes entry in recent commit...

25 years agoCleanup of doc/ directory: The old/obsolete SSLeay files are now assembled
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.

25 years agofix pk7_doit.c for new i2d_ASN1_SET argument
stephen [Wed, 30 Dec 1998 20:34:50 +0000 (20:34 +0000)]
fix pk7_doit.c for new i2d_ASN1_SET argument

25 years agoexternal error lib number now global and allow error lib to have a name
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

25 years agoCreate a STATUS file to coordinate us. Feel free to edit
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

25 years agoReplace AUTHOR with a better HISTORY as in FreeBSD's manpages
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

25 years agoFix an error message
Ralf S. Engelschall [Wed, 30 Dec 1998 07:12:35 +0000 (07:12 +0000)]
Fix an error message

25 years agoFix incorrect DER encoding of SETs and all knock-ons from that.
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.

25 years agoAdd prototypes. Make Montgomery stuff explicitly for that purpose.
Ben Laurie [Tue, 29 Dec 1998 17:22:31 +0000 (17:22 +0000)]
Add prototypes. Make Montgomery stuff explicitly for that purpose.

25 years agoImport the first cut for manual pages.
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...

25 years agoMake Configure work again after eliminating files.
Ben Laurie [Mon, 28 Dec 1998 22:05:44 +0000 (22:05 +0000)]
Make Configure work again after eliminating files.

25 years agoDeal with generated files.
Ben Laurie [Mon, 28 Dec 1998 21:58:19 +0000 (21:58 +0000)]
Deal with generated files.

25 years agoThis is not a bug in NT Perl, its a bug in Configure.
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.

25 years agoRequire Perl 5.
Ben Laurie [Mon, 28 Dec 1998 17:37:17 +0000 (17:37 +0000)]
Require Perl 5.

25 years agoFix option listing.
Ben Laurie [Mon, 28 Dec 1998 17:35:02 +0000 (17:35 +0000)]
Fix option listing.

25 years agoTypo.
Ben Laurie [Mon, 28 Dec 1998 17:15:43 +0000 (17:15 +0000)]
Typo.

25 years agoAutodetect FreeBSD 3.
Ben Laurie [Mon, 28 Dec 1998 17:14:28 +0000 (17:14 +0000)]
Autodetect FreeBSD 3.

25 years agoAdd strictness, fix variable substition bugs.
Ben Laurie [Mon, 28 Dec 1998 17:08:48 +0000 (17:08 +0000)]
Add strictness, fix variable substition bugs.

25 years agoTest remote CVS commit...
Ralf S. Engelschall [Mon, 28 Dec 1998 09:36:31 +0000 (09:36 +0000)]
Test remote CVS commit...

25 years agoTest for new CVS repository
Ralf S. Engelschall [Sat, 26 Dec 1998 12:42:56 +0000 (12:42 +0000)]
Test for new CVS repository

25 years ago*** empty log message *** OpenSSL_0_9_1c
Ralf S. Engelschall [Wed, 23 Dec 1998 12:09:47 +0000 (12:09 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Ralf S. Engelschall [Wed, 23 Dec 1998 08:18:47 +0000 (08:18 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Ralf S. Engelschall [Wed, 23 Dec 1998 07:58:53 +0000 (07:58 +0000)]
*** empty log message ***

25 years agoAdd include dir
Ralf S. Engelschall [Wed, 23 Dec 1998 07:55:37 +0000 (07:55 +0000)]
Add include dir

25 years agoSwitch version string to SSLeay/OpenSSL
Ralf S. Engelschall [Wed, 23 Dec 1998 07:53:55 +0000 (07:53 +0000)]
Switch version string to SSLeay/OpenSSL

25 years ago*** empty log message ***
Ralf S. Engelschall [Wed, 23 Dec 1998 07:42:26 +0000 (07:42 +0000)]
*** empty log message ***

25 years agoSwitch to OpenSSL name
Ralf S. Engelschall [Wed, 23 Dec 1998 07:38:54 +0000 (07:38 +0000)]
Switch to OpenSSL name

25 years agoFix unused variable warning of GCC
Ralf S. Engelschall [Tue, 22 Dec 1998 16:20:18 +0000 (16:20 +0000)]
Fix unused variable warning of GCC

25 years ago*** empty log message ***
Ralf S. Engelschall [Tue, 22 Dec 1998 16:04:08 +0000 (16:04 +0000)]
*** empty log message ***

25 years agoOpenTLS ready
Ralf S. Engelschall [Tue, 22 Dec 1998 16:01:06 +0000 (16:01 +0000)]
OpenTLS ready

25 years agoIncorporation of RSEs assembled patches
Ralf S. Engelschall [Tue, 22 Dec 1998 15:59:57 +0000 (15:59 +0000)]
Incorporation of RSEs assembled patches

25 years ago*** empty log message ***
Ralf S. Engelschall [Tue, 22 Dec 1998 15:08:48 +0000 (15:08 +0000)]
*** empty log message ***

25 years agoVarious cleanups and fixed by Marc and Ralf to start the OpenTLS project
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

25 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
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.

25 years agoImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
Ralf S. Engelschall [Mon, 21 Dec 1998 11:00:56 +0000 (11:00 +0000)]
Import of old SSLeay release: SSLeay 0.9.1b (unreleased)

25 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
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.

25 years agoImport of old SSLeay release: SSLeay 0.9.1b (unreleased)
Ralf S. Engelschall [Mon, 21 Dec 1998 11:00:43 +0000 (11:00 +0000)]
Import of old SSLeay release: SSLeay 0.9.1b (unreleased)

25 years agoImport of old SSLeay release: SSLeay 0.9.0b
Ralf S. Engelschall [Mon, 21 Dec 1998 10:56:39 +0000 (10:56 +0000)]
Import of old SSLeay release: SSLeay 0.9.0b

25 years agoThis commit was generated by cvs2svn to track changes on a CVS vendor
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.