aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
Commit message (Expand)AuthorAgeFilesLines
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-172-6/+6
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-6/+6
* 'make update'Richard Levitte2001-10-041-30/+30
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-1/+1
* A lot of things are undeclared unless x509.h is included.Richard Levitte2001-10-021-0/+1
* Replace old (and invalid) copyright notice.Dr. Stephen Henson2001-09-081-5/+55
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-012-4/+17
* Start to reduce some of the header bloat.Ben Laurie2001-08-053-24/+25
* make updateRichard Levitte2001-07-311-7/+7
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-302-98/+54
* More linker bloat reorganisation:Dr. Stephen Henson2001-07-271-0/+1
* Fix couple of memory leaks in PKCS7_dataDecode().Richard Levitte2001-04-051-2/+2
* avoid linking problems when OpenSSL is built with no-dsa. Spotted by Hellan,...Richard Levitte2001-03-201-0/+4
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-093-6/+6
* Fix ERR_R_... problems.Bodo Möller2001-03-073-4/+2
* make updateRichard Levitte2001-02-261-24/+22
* Stop PKCS7_verify() core dumping with unknown publicDr. Stephen Henson2001-02-242-8/+10
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-231-12/+12
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-2/+2
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-43/+43
* Make all configuration macros available for application by makingRichard Levitte2001-02-197-66/+66
* Make depend.Ben Laurie2001-02-041-40/+43
* Increase consistency of header data (some mail readers really do notRichard Levitte2001-01-301-3/+3
* Add debugging info to new ASN1 code to trace memory leaks.Dr. Stephen Henson2001-01-242-2/+18
* Fix the S/MIME code so it now works again andDr. Stephen Henson2000-12-313-37/+42
* Rewrite PKCS#12 code and remove some of the oldDr. Stephen Henson2000-12-311-0/+1
* Replace the old ASN1_dup() with ASN1_item_dup() andDr. Stephen Henson2000-12-291-3/+1
* Various Win32 related fixes. Doesn't compile yet onDr. Stephen Henson2000-12-211-0/+2
* Change the PKCS7 structure to use SEQUENCE OF for theDr. Stephen Henson2000-12-131-1/+4
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-085-79/+221
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-25/+21
* The experimental Rijndael code moved to the main trunk.Richard Levitte2000-10-141-18/+28
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* Work around for Netscape PKCS#7 signedData bug.Dr. Stephen Henson2000-09-181-0/+5
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-173-4/+4
* Two places where I forgot to change vms_idhacks to symhacks.Richard Levitte2000-09-081-3/+1
* Ugh, BIO_find_type() cannot be passed a NULL.Dr. Stephen Henson2000-09-071-3/+3
* Add docs for BIO_find_type() and friends.Dr. Stephen Henson2000-09-071-2/+2
* 'make update'Richard Levitte2000-09-071-11/+16
* Keep a not of original encoding in certificate requests.Dr. Stephen Henson2000-09-052-9/+13
* Add support for 'other' PKCS#7 content types.Dr. Stephen Henson2000-08-221-0/+3
* Various fixes...Dr. Stephen Henson2000-08-211-1/+1
* MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte2000-08-141-25/+27
* I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte2000-07-051-15/+19
* Safe stack reorganisation in terms of function casts.Dr. Stephen Henson2000-06-162-155/+0
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-23/+26
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-014-22/+22
* "make update" + stripping the type-specific stack functions out ofGeoff Thorpe2000-06-012-0/+155
* The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe2000-06-011-4/+8