summaryrefslogtreecommitdiff
path: root/crypto/pkcs7
Commit message (Expand)AuthorAgeFilesLines
* Merge from main trunk: lets see if this works ;-)BRANCH_ASN1Dr. Stephen Henson2000-12-061-27/+22
* Use STACK_OF(ASN1_VALUE) for STACKs.Dr. Stephen Henson2000-12-041-0/+21
* Move PKCS#7 ASN1 module to crypto/pkcs7Dr. Stephen Henson2000-12-022-2/+179
* New ASN1 PKCS7 code: the entire PKCS#7 ASN1Dr. Stephen Henson2000-11-193-68/+20
* X509_ATTRIBUTE implementation, with another caveat.Dr. Stephen Henson2000-11-181-1/+1
* Replace X509_CRL (with caveat in README.ASN1) and partDr. Stephen Henson2000-11-181-8/+1
* 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
* 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