summaryrefslogtreecommitdiff
path: root/crypto/pkcs7
Commit message (Collapse)AuthorAgeFilesLines
...
* Add OIDs for idea and blowfish. Unfortunately these are inDr. Stephen Henson1999-12-293-1/+9
| | | | the middle of the OID table so the diff is rather large :-(
* Delete an unused variable and make the PKCS#12 keygen debugging code workDr. Stephen Henson1999-12-151-1/+0
| | | | again.
* Fix the S/MIME code to use canonical MIME format forDr. Stephen Henson1999-12-151-5/+2
| | | | encrypted mail. Also update the smime docs.
* Various S/MIME fixes. Fix for memory leak, recipient list bugDr. Stephen Henson1999-12-141-5/+10
| | | | and not excluding parameters with DSA keys.
* Various S/MIME fixes.Dr. Stephen Henson1999-12-112-4/+13
|
* Fix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENTIFIERs.Dr. Stephen Henson1999-12-101-1/+1
| | | | Also fix a memory leak in PKCS#7 routines.
* Make the PKCS#7 S/MIME functions check for passed NULL pointers.Dr. Stephen Henson1999-12-093-3/+22
| | | | | | | Fix the usage message of smime utility and sanitise the return codes. Add some documentation.
* Add i2d_ASN1_PRINTABLESTRING() function, and do 'make update'Dr. Stephen Henson1999-12-081-6/+60
|
* Modify S/MIME application so the -signer option writes the signer(s)Dr. Stephen Henson1999-12-073-29/+59
| | | | to a file if we are verifying.
* Merge in my S/MIME library and utility.Dr. Stephen Henson1999-12-057-2/+1264
|
* Initial trust code: allow setting of trust checking functionsDr. Stephen Henson1999-11-271-1/+1
| | | | | | | | | | | | | in a table. Doesn't do too much yet. Make the -<digestname> options in 'x509' affect all relevant options. Change the name of the 'notrust' options to 'reject' as this causes less confusion and is a better description of the effect. A few constification changes.
* Fix for a bug in PKCS#7 code and non-detached data.Dr. Stephen Henson1999-11-161-1/+2
| | | | Remove rc4-64 from ciphers since it doesn't exist...
* Avoid silly compiler warnings about functions not being declared and an int ↵Richard Levitte1999-11-125-1/+6
| | | | missing.
* Undo silly change.Bodo Möller1999-11-091-1/+1
|
* Avoid some warnings.Bodo Möller1999-11-091-1/+1
|
* Fix to PKCS#7 routines so it can decrypt some oddball RC2 handling.Dr. Stephen Henson1999-10-291-11/+22
|
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-251-6/+6
| | | | Submitted by: Lennart Bång, Bodo Möller
* Respect PEX_LIBS and EX_LIBS when building binariesBodo Möller1999-10-251-4/+7
| | | | (needed for RSAREF builds)
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-202-15/+15
| | | | tolerated in certificates.
* make testapps after the library.Ulf Möller1999-08-281-1/+1
|
* Allow memory bios to be read only and change PKCS#7 routines to use them.Dr. Stephen Henson1999-08-191-17/+27
|
* Fix PKCS7_ENC_CONTENT_new() to include a sensible default content type and addDr. Stephen Henson1999-08-172-5/+8
| | | | support for encrypted content type in PKCS7_set_content().
* Add pkcs7 and des apps to "make all".Ulf Möller1999-08-131-2/+2
|
* Compile pkcs7 and des apps.Ulf Möller1999-08-134-7/+9
|
* Allow the PKCS#7 (S/MIME encrypt) application to support more than oneDr. Stephen Henson1999-07-301-6/+15
| | | | recipient.
* VMS updates.Ulf Möller1999-07-281-0/+4
| | | | Submitted by: Richard Levitte <levitte@stacken.kth.se>
* New function PKCS7_signatureVerify to allow the signing certificate toDr. Stephen Henson1999-06-223-14/+38
| | | | | | | | | | | be explicitly stated with PKCS#7 verify. Also fix for util/mkerr.pl: if the -nostatic option is being used this will be for an external library so the autogenerated C file should include the header file as: #include "any/path/to/header.h" rather than the internal library form: #include <openssl/header.h>
* Test apps.Ulf Möller1999-06-041-0/+4
|
* Make samples compile.Ben Laurie1999-06-037-37/+100
|
* stack.Ben Laurie1999-06-023-16/+19
|
* Stack.Ben Laurie1999-06-023-10/+12
|
* stack.Ben Laurie1999-05-312-5/+5
|
* Stack.Ben Laurie1999-05-313-12/+14
|
* More stack.Ben Laurie1999-05-312-40/+50
|
* Move the Win32 #undefs of X509_NAME and PKCS7_ISSUER_AND_SERIAL so they willDr. Stephen Henson1999-05-211-0/+5
| | | | always get included with the relevant files.
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-17/+18
| | | | | | | | | | 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.
* The last argument in the d2i_XXX_fp and d2i_XXX_bio functions should beDr. Stephen Henson1999-05-211-2/+2
| | | | of type XXX ** not XXX *
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-18/+17
| | | | include file.
* New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson1999-05-191-5/+5
| | | | to minimise the effects on existing code.
* Fix various less obvious bugs in PKCS#7 handling: such as not zeroingDr. Stephen Henson1999-05-163-52/+67
| | | | | | | | | | | the secret key before we've encrypted it and using the right NID for RC2-64. Add various arguments to the experimental programs 'dec' and 'enc' to make testing less painful. This stuff has now been tested against Netscape Messenger and it can encrypt and decrypt S/MIME messages with RC2 (128, 64 and 40 bit) DES and triple DES. Its still experimental though...
* Fix some obvious bugs in the PKCS#7 library handling. It didn't try toDr. Stephen Henson1999-05-165-57/+54
| | | | | | | | find the right RecipientInfo based on the recipient certificate (so would fail a lot of the time) and fixup cipher structures to correctly (maybe) modify the AlgorithmIdentifiers. Largely untested at present... this will be fixed in due course. Well the stuff was broken to begin with so if its broken now then you haven't lost anything :-)
* Update dependencies.Bodo Möller1999-05-151-17/+18
|
* Update dependencies.Ben Laurie1999-05-131-5/+5
|
* Various PKCS#7 related fixes,tidies and comments.Dr. Stephen Henson1999-05-113-31/+21
|
* Various PKCS#7 fixes to properly (maybe!) handle PKCS#7 enveloped data.Dr. Stephen Henson1999-05-102-14/+9
| | | | | Containts elements of code by Sebastian Akerman <sak@parallelconsulting.com> and made a bit less "naughty" by Steve.
* Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson1999-05-093-11/+10
|
* Another stack.Ben Laurie1999-05-011-5/+6
|
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-291-2/+4
| | | | | | Submitted by: Reviewed by: PR:
* Ignore Makefile.saveUlf Möller1999-04-291-0/+1
| | | | Submitted by: Anonymous
* Obey $(PERL) when running util/mklink.pl.Bodo Möller1999-04-291-3/+3
| | | | | | Submitted by: Reviewed by: PR: