Search:

Type: Posts; User: Yawney

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,808

    Arrays with NULL bytes

    Hello,

    I'm working with arrays that might have NULL bytes in them and I'm wondering how to determine the length of the array or store it somewhere with the array (strlen() won't help because of...
  2. Replies
    11
    Views
    2,220

    mat_vec_mult() is a function you're supposed to...

    mat_vec_mult() is a function you're supposed to implement so that when it's called with proper arguments it computes vector product Ax and stores the result in y.

    Assuming nx and ny are the...
  3. Replies
    11
    Views
    2,220

    What this means is that you should always use int...

    What this means is that you should always use int main().
  4. Replies
    2
    Views
    2,872

    Ignoring the return is my fault but it doesn't...

    Ignoring the return is my fault but it doesn't change anything. The program actually produces signed email but it completely ignores the MIME headers. The flags are 0 because I figured I don't need...
  5. Replies
    2
    Views
    2,872

    SMIME digital signature

    Hello,
    I'm trying to write an app which digitally signs emails. The problem I have is that SMIME_write_PKCS7() won't output any MIME headers the email previously had. I tested it with mails from my...
Results 1 to 5 of 5