aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/p_enc.c
AgeCommit message (Collapse)AuthorFilesLines
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
There are header files in crypto/ that are used by a number of crypto/ submodules. Move those to crypto/include/internal and adapt the affected source code and Makefiles. The header files that got moved are: crypto/cryptolib.h crypto/md32_common.h Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-21/+22
Reviewed-by: Tim Hudson <tjh@openssl.org>
2006-04-12Initial DSA EVP_PKEY_METHOD. Fixup some error codes.Dr. Stephen Henson1-1/+1
2006-04-07Initial functions for main EVP_PKEY_METHOD operations.Dr. Stephen Henson1-1/+1
No method implementations yet.
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-1/+1
functions and macros. This change has associated tags: LEVITTE_before_const and LEVITTE_after_const. Those will be removed when this change has been properly reviewed.
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-3/+3
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.
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-5/+2
1998-12-22Incorporation of RSEs assembled patchesRalf S. Engelschall1-0/+6
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-0/+83