794b9c8f | 02-Jan-1999 |
Paul C. Sutton |
Binary is now apps/openssl not apps/ssleay so use the new name when rehashing the test certs |
251f25e0 | 02-Jan-1999 |
Paul C. Sutton |
A couple more ssleay.cnf to openssl.cnf changes |
e170a5c0 | 02-Jan-1999 |
Paul C. Sutton |
Some more changes for renaming the binary from ssleay to openssl. I wonder what eay.c is? |
06d5b162 | 02-Jan-1999 |
Ralf S. Engelschall |
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 sin
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.
show more ...
|
0491b709 | 02-Jan-1999 |
Ralf S. Engelschall |
Make GCC happy by removing an unused variable defintion. |
c35f549e | 02-Jan-1999 |
Dr. Stephen Henson |
Move DSA test in ca.c inside #ifdef and make pubkey BIT STRING always have zero unused bits. |
ebc828ca | 01-Jan-1999 |
Dr. Stephen Henson |
Add extended key usage OID and update STATUS file. |
96e479e3 | 01-Jan-1999 |
Ralf S. Engelschall |
cleanup of apps/ and an answer |
a472dde4 | 01-Jan-1999 |
Paul C. Sutton |
ssldir.pl did not correctly set the directory in utils/mk1mk.pl when perl5 was used. |
68a8a41b | 01-Jan-1999 |
Paul C. Sutton |
Add votes |
79e259e3 | 01-Jan-1999 |
Paul C. Sutton |
Make the installation documentation easier to follow. |
56ee3117 | 01-Jan-1999 |
Paul C. Sutton |
Makefiles updated to exit if an error occurs in a sub-directory make (including if user presses ^C) |
8f3e97ba | 01-Jan-1999 |
stephen |
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 :-) |
f7ceceb5 | 31-Dec-1998 |
Ralf S. Engelschall |
Remove more old temporary files from CVS |
6063b27b | 31-Dec-1998 |
Ben Laurie |
Document recent changes. |
c77f1b37 | 31-Dec-1998 |
Ben Laurie |
Fix name delete problem. |
c54b4ee1 | 31-Dec-1998 |
Ben Laurie |
Fix pem/err ordering. |
c1374a7d | 31-Dec-1998 |
Ralf S. Engelschall |
A hint about the license |
a6f20a1e | 31-Dec-1998 |
Ralf S. Engelschall |
Some issues for voting |
9f28c57c | 31-Dec-1998 |
Ralf S. Engelschall |
More structuring and sorting of the SSL API documentation. And the first steps to descriptions in prosa. |
fcc6c719 | 31-Dec-1998 |
Ralf S. Engelschall |
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
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...
show more ...
|
9cb0969f | 31-Dec-1998 |
Ralf S. Engelschall |
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 lar
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: ----------------------------------------------------------------------
show more ...
|
792a9002 | 31-Dec-1998 |
stephen |
Update CHANGES file for latest additions |
e9b8eb31 | 31-Dec-1998 |
stephen |
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. |
88fce979 | 30-Dec-1998 |
Ralf S. Engelschall |
MIME encoding and ISO chars at the same time messes up the stuff |