aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
Commit message (Collapse)AuthorAgeFilesLines
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-262-103/+0
|
* 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-92/+60
| | | | | | | 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-31/+48
| | | | | | Submitted by: Reviewed by: PR:
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-2313-39/+39
| | | | | | Submitted by: Reviewed by: PR:
* Work with -pedantic!Ben Laurie1999-04-231-3/+3
|
* Change functions to ANSI C.Ulf Möller1999-04-197-174/+61
|
* Massive constification.Ben Laurie1999-04-171-5/+5
|
* Add type-safe STACKs and SETs.Ben Laurie1999-04-124-15/+18
|
* Remove obsolete files from SSLeay 0.8.Ulf Möller1999-04-062-51/+0
|
* New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1999-04-011-5/+5
|
* Fix security hole.Ben Laurie1999-03-221-3/+3
|
* Using int for the digest length in EVP_DigestFinal() broke some compilers.Dr. Stephen Henson1999-03-141-2/+2
| | | | | Changed to unsigned int: also need an evil cast in pk7_doit.c because a signed, unsigned comparison chokes VC++.
* Added support for adding extensions to CRLs, also fix a memory leak andDr. Stephen Henson1999-03-061-0/+3
| | | | | make 'req' check the config file syntax before it adds extensions. Added info in the documentation as well.
* Put the dependencies back.Ben Laurie1999-03-061-0/+30
|
* General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall1999-03-061-36/+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.
* Fix the PKCS#7 stuff: signature verify could fail if attributes reordered, theDr. Stephen Henson1999-03-053-11/+22
| | | | detached data encoding was wrong and free up public keys.
* Fix the Win32 compile environment and add various changes so it will now compileDr. Stephen Henson1999-03-032-1/+3
| | | | | under Win32 (9X and NT) again. Note: some signed/unsigned changes recently checked in were killing the Win32 compile.
* Change type of another md_len variable in pk7_doit.c:PKCS7_dataFinal()Ralf S. Engelschall1999-02-251-1/+1
| | | | | | | | from `int' to `unsigned int' because it's a length and initialized by EVP_DigestFinal() which expects an `unsigned int *'. Submitted by: Richard Levitte <levitte@stacken.kth.se> Reviewed by: Ralf S. Engelschall
* This time, get it right.Ben Laurie1999-01-191-10/+11
|
* Finally lay dependencies to rest (I hope!).Ben Laurie1999-01-191-1/+30
|
* 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.
* More .cvsignore stuff to make CVS quiet on our generated files.Ralf S. Engelschall1999-01-031-0/+1
|
* Remove more old temporary files from CVSRalf S. Engelschall1998-12-313-19/+0
|
* fix pk7_doit.c for new i2d_ASN1_SET argumentstephen1998-12-301-4/+4
|
* Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1998-12-223-7/+1
|
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-2134-81/+2923
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-2116-90/+587
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-2115-0/+1802