Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Install libRSAglue.a when OpenSSL is build with RSAref. | Ralf S. Engelschall | 1999-08-08 | 1 | -0/+6 |
| | | | | This should now finally make the RSAref users happy... | ||||
* | VMS updates. | Ulf Möller | 1999-07-29 | 1 | -1/+2 |
| | | | | Submitted by: Richard Levitte <levitte@stacken.kth.se> | ||||
* | Some constification and stacks that slipped through the cracks (how?). | Ben Laurie | 1999-06-05 | 1 | -3/+4 |
| | |||||
* | It was a very bad idea to use #include "../e_os.h" -- when this occurs | Bodo Möller | 1999-05-21 | 1 | -3/+3 |
| | | | | | | | | | | in cryptlib.h (which is often included as "../cryptlib.h"), then the question remains relative to which directory this is to be interpreted. gcc went one further directory up, as intended; but makedepend thinks differently, and so probably do some C compilers. So the ../ must go away; thus e_os.h goes back into include/openssl (but I now use #include "openssl/e_os.h" instead of <openssl/e_os.h> to make the point) -- and we have another huge bunch of dependency changes. Argh. | ||||
* | Don't install e_os.h in include/openssl, use it only as a local | Bodo Möller | 1999-05-20 | 1 | -3/+3 |
| | | | | include file. | ||||
* | Update dependencies. | Bodo Möller | 1999-05-15 | 1 | -4/+5 |
| | |||||
* | VMS support. | Ulf Möller | 1999-05-13 | 3 | -1/+971 |
| | | | | Submitted by: Richard Levitte <richard@levitte.org> | ||||
* | C++ bug fix. | Ulf Möller | 1999-05-05 | 1 | -0/+4 |
| | | | | Submitted by: Franco Papacella <franco@arpage.ch> | ||||
* | Support INSTALL_PREFIX for packagers. | Bodo Möller | 1999-04-29 | 1 | -2/+4 |
| | | | | | | Submitted by: Reviewed by: PR: | ||||
* | Ignore Makefile.save | Ulf Möller | 1999-04-29 | 1 | -0/+1 |
| | | | | Submitted by: Anonymous | ||||
* | Obey $(PERL) when running util/mklink.pl. | Bodo Möller | 1999-04-29 | 1 | -3/+3 |
| | | | | | | Submitted by: Reviewed by: PR: | ||||
* | Use util/mklink.pl instead of util/mklink.sh. | Bodo Möller | 1999-04-29 | 1 | -3/+3 |
| | | | | | | Submitted by: Reviewed by: PR: | ||||
* | New Configure option no-<cipher> (rsa, idea, rc5, ...). | Ulf Möller | 1999-04-27 | 2 | -1/+4 |
| | |||||
* | Remove NOPROTO definitions and error code comments. | Ulf Möller | 1999-04-26 | 2 | -53/+0 |
| | |||||
* | Change the command line options of mkerr.pl so -static is now default and | Dr. Stephen Henson | 1999-04-24 | 1 | -3/+2 |
| | | | | | a -write option is needed to actually change anything. Second attempt at getting rid of ERR, ERRC definitions: it might even work this time :-) | ||||
* | Restore ERRC definitions that are needed to compile the library. | Bodo Möller | 1999-04-24 | 1 | -0/+1 |
| | | | | | | | | | | Submitted by: Reviewed by: PR: Submitted by: Reviewed by: PR: | ||||
* | Delete the unnecessary ERR and ERRC lines in makefiles, add some functionality | Dr. Stephen Henson | 1999-04-24 | 1 | -2/+0 |
| | | | | | | | | | | to error code script: it can now find untranslatable function codes (usually because the function is static and not defined in a header: occasionally because of a typo...) and unreferenced function and reason codes. To see this try: perl util/mkerr.pl -recurse -debug Also fixed some typos in crypto/pkcs12 that this found :-) Also tidy up some error calls that had to be all on one line: the old error script couldn't find codes unless the call was all on one line. | ||||
* | Complete rewrite of the error code generation script. It now runs as a single | Dr. Stephen Henson | 1999-04-24 | 4 | -110/+64 |
| | | | | | | | script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files. | ||||
* | "make depend" | Bodo Möller | 1999-04-24 | 1 | -7/+10 |
| | | | | | | Submitted by: Reviewed by: PR: | ||||
* | Change #include filenames from <foo.h> to <openssl.h>. | Bodo Möller | 1999-04-24 | 4 | -10/+10 |
| | | | | | | Submitted by: Reviewed by: PR: | ||||
* | Work with -pedantic! | Ben Laurie | 1999-04-23 | 1 | -6/+7 |
| | |||||
* | Change functions to ANSI C. | Ulf Möller | 1999-04-19 | 2 | -50/+21 |
| | |||||
* | Test PKCS#1 v1.5 padding as well. | Ulf Möller | 1999-04-09 | 1 | -2/+10 |
| | |||||
* | New Makefile variables $(RANLIB) and $(PERL). | Ulf Möller | 1999-04-01 | 1 | -5/+5 |
| | |||||
* | Make sure the RSA OAEP test is skipped under -DRSAref because | Ralf S. Engelschall | 1999-03-25 | 1 | -0/+3 |
| | | | | | | | OAEP isn't supported when OpenSSL is built with RSAref. Submitted by: Ulf Moeller <ulf@fitug.de> Reviewed by: Ralf S. Engelschall | ||||
* | Fix security hole. | Ben Laurie | 1999-03-22 | 1 | -5/+5 |
| | |||||
* | Put the dependencies back. | Ben Laurie | 1999-03-06 | 1 | -0/+7 |
| | |||||
* | General source tree makefile cleanups: Made `making xxx in yyy...' display | Ralf S. Engelschall | 1999-03-06 | 1 | -13/+5 |
| | | | | | | | | consistent in the source tree and replaced `/bin/rm' by `rm'. Additonally cleaned up the `make links' target: Remove unnecessary semicolons, subsequent redundant removes, inline point.sh into mklink.sh to speed processing and no longer clutter the display with confusing stuff. Instead only the actually done links are displayed. | ||||
* | This time, get it right. | Ben Laurie | 1999-01-20 | 1 | -4/+5 |
| | |||||
* | Finally lay dependencies to rest (I hope!). | Ben Laurie | 1999-01-19 | 1 | -1/+7 |
| | |||||
* | New err_code.pl script to retain old error codes. This should allow the use | Dr. Stephen Henson | 1999-01-18 | 1 | -1/+3 |
| | | | | | of 'make errors' without causing huge re-organisations of files when a new code is added. | ||||
* | Fix parameters to dummy function BN_ref_mod_exp(). | Dr. Stephen Henson | 1999-01-14 | 1 | -2/+3 |
| | |||||
* | Incorporation of RSEs assembled patches | Ralf S. Engelschall | 1998-12-22 | 1 | -2/+2 |
| | |||||
* | Various cleanups and fixed by Marc and Ralf to start the OpenTLS project | Ralf S. Engelschall | 1998-12-22 | 1 | -0/+1 |
| | |||||
* | Import of old SSLeay release: SSLeay 0.9.1b (unreleased) | Ralf S. Engelschall | 1998-12-21 | 1 | -2/+2 |
| | |||||
* | Import of old SSLeay release: SSLeay 0.9.0b | Ralf S. Engelschall | 1998-12-21 | 5 | -33/+41 |
| | |||||
* | Import of old SSLeay release: SSLeay 0.8.1b | Ralf S. Engelschall | 1998-12-21 | 5 | -0/+778 |