summaryrefslogtreecommitdiff
path: root/crypto/dsa
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-88/+68
| | | | | | | 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-39/+63
| | | | | | Submitted by: Reviewed by: PR:
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-2311-35/+35
| | | | | | Submitted by: Reviewed by: PR:
* Work with -pedantic!Ben Laurie1999-04-235-19/+23
|
* Change functions to ANSI C.Ulf Möller1999-04-199-67/+24
|
* Massive constification.Ben Laurie1999-04-171-1/+1
|
* Add type-safe STACKs and SETs.Ben Laurie1999-04-121-6/+7
|
* Separate DSA functionality from ASN.1 encoding.Ulf Möller1999-04-098-99/+246
| | | | | New functions DSA_do_sign and DSA_do_verify to provide access to the raw DSA values.
* New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1999-04-011-5/+5
|
* Fix security hole.Ben Laurie1999-03-222-6/+7
|
* Put the dependencies back.Ben Laurie1999-03-061-0/+27
|
* General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall1999-03-061-33/+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.
* TypoRalf S. Engelschall1999-02-251-1/+1
|
* Fix various memory leaks in SSL, apps and DSADr. Stephen Henson1999-02-151-1/+0
|
* This time, get it right.Ben Laurie1999-01-191-16/+18
|
* Finally lay dependencies to rest (I hope!).Ben Laurie1999-01-191-1/+26
|
* 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 version stuff:Ralf S. Engelschall1998-12-311-1/+1
| | | | | | | | | | | 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: ----------------------------------------------------------------------
* *** empty log message ***OpenSSL_0_9_1cRalf S. Engelschall1998-12-231-1/+1
|
* Switch version string to SSLeay/OpenSSLRalf S. Engelschall1998-12-231-1/+1
|
* Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1998-12-223-8/+3
|
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1998-12-217-87/+143
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-2110-40/+57
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-2113-0/+1779