aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
Commit message (Collapse)AuthorAgeFilesLines
* 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