aboutsummaryrefslogtreecommitdiffstats
path: root/rsaref
Commit message (Collapse)AuthorAgeFilesLines
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-272-1/+4
|
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-262-53/+0
|
* Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson1999-04-241-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öller1999-04-241-0/+1
| | | | | | | | | | Submitted by: Reviewed by: PR: Submitted by: Reviewed by: PR:
* Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1999-04-241-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 singleDr. Stephen Henson1999-04-244-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öller1999-04-231-7/+10
| | | | | | Submitted by: Reviewed by: PR:
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-234-10/+10
| | | | | | Submitted by: Reviewed by: PR:
* Work with -pedantic!Ben Laurie1999-04-231-6/+7
|
* Change functions to ANSI C.Ulf Möller1999-04-192-50/+21
|
* Test PKCS#1 v1.5 padding as well.Ulf Möller1999-04-091-2/+10
|
* New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1999-04-011-5/+5
|
* Make sure the RSA OAEP test is skipped under -DRSAref becauseRalf S. Engelschall1999-03-251-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 Laurie1999-03-221-5/+5
|
* Put the dependencies back.Ben Laurie1999-03-061-0/+7
|
* General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall1999-03-061-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 Laurie1999-01-191-4/+5
|
* Finally lay dependencies to rest (I hope!).Ben Laurie1999-01-191-1/+7
|
* New err_code.pl script to retain old error codes. This should allow the useDr. Stephen Henson1999-01-181-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 Henson1999-01-141-2/+3
|
* Incorporation of RSEs assembled patchesRalf S. Engelschall1998-12-221-2/+2
|
* Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1998-12-221-0/+1
|
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-2/+2
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-215-33/+41
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-215-0/+778