aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
Commit message (Expand)AuthorAgeFilesLines
* 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
* sk_value was also suffering from de-const-ification.Geoff Thorpe2000-05-311-0/+2
* Beginnings of EVP cipher overhaul. This should eventuallyDr. Stephen Henson2000-05-261-27/+4
* Yet more typesafety.Ben Laurie2000-05-212-5/+7
* Typesafe Thought Police part 4.Ben Laurie2000-05-164-63/+72
* Typesafety Thought Police part 3.Ben Laurie2000-05-161-0/+4
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-152-19/+19
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-4/+4
* "make update"Richard Levitte2000-04-091-10/+11
* Clean up context, even if an error occured.Richard Levitte2000-03-231-0/+1
* Update docs and remove old PKCS#7 README file.Dr. Stephen Henson2000-03-231-5/+0
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* Ouch! PKCS7_encrypt() was heading MIME text headers twiceDr. Stephen Henson2000-02-281-7/+0
* Rename functions for new convention.Dr. Stephen Henson2000-02-263-10/+10
* Make pkcs8 work again.Dr. Stephen Henson2000-02-221-2/+3
* Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson2000-02-221-3/+3
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-0/+16
* Note about des_ncbc_encrypt.Bodo Möller2000-02-081-1/+1
* Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson2000-02-042-2/+2
* ispell (and minor modifications)Ulf Möller2000-02-033-3/+3
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-2/+2
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-1/+1
* New function RAND_pseudo_bytes() generated pseudorandom numbers thatUlf Möller2000-01-161-1/+1
* Avoid some warnings, and run "make update".Bodo Möller2000-01-141-3/+3
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-131-1/+2
* make no-des and no-rc2 work.Bodo Möller2000-01-074-5/+40
* #undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.Dr. Stephen Henson2000-01-071-1/+2
* Add OIDs for idea and blowfish. Unfortunately these are inDr. Stephen Henson1999-12-293-1/+9
* Delete an unused variable and make the PKCS#12 keygen debugging code workDr. Stephen Henson1999-12-151-1/+0
* Fix the S/MIME code to use canonical MIME format forDr. Stephen Henson1999-12-151-5/+2
* Various S/MIME fixes. Fix for memory leak, recipient list bugDr. Stephen Henson1999-12-141-5/+10
* 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
* Make the PKCS#7 S/MIME functions check for passed NULL pointers.Dr. Stephen Henson1999-12-093-3/+22
* 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