summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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.