aboutsummaryrefslogtreecommitdiff
path: root/crypto/pem/pem_seal.c
AgeCommit message (Collapse)AuthorFilesLines
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-1/+1
I've covered all the memset()s I felt safe modifying, but may have missed some.
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson1-1/+1
to digests to retain compatibility.
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-12/+15
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-2/+2
sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-4/+4
like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files.
2000-01-08Make NO_RSA compile with pedantic.Ben Laurie1-0/+6
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1-0/+2
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-5/+5
Submitted by: Reviewed by: PR:
1999-04-19Change functions to ANSI C.Ulf Möller1-22/+7
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+191