aboutsummaryrefslogtreecommitdiff
path: root/util/mkdef.pl
AgeCommit message (Expand)AuthorFilesLines
2006-11-30Win32 fixes from stable branch.Dr. Stephen Henson1-1/+5
2006-06-09Camellia cipher, contributed by NTTBodo Möller1-2/+5
2006-04-17Fix (most) WIN32 warnings and errors.Dr. Stephen Henson1-0/+6
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller1-0/+1
2006-01-02./util update, which covers various issues, but most importantly mkerr.plAndy Polyakov1-24/+26
2005-12-05Make mk1mf.pl and friends recognize Whirlpool.Dr. Stephen Henson1-2/+6
2005-11-06Make DLL engines the default in 0.9.9 and VC++.Dr. Stephen Henson1-1/+1
2005-11-06Add symbols for ASN1 print functions, update ordinal file.Dr. Stephen Henson1-0/+6
2005-11-06Update from stable branch.Dr. Stephen Henson1-0/+2
2005-11-06Keep removing references to tmdiff.Andy Polyakov1-1/+0
2005-07-24Pull up mkdef.pl from 0.9.8.Andy Polyakov1-1/+2
2005-04-27Lots of Win32 fixes for DTLS.Dr. Stephen Henson1-0/+1
2005-04-26let mkdef.pl know about OPENSSL_NO_DGRAMBodo Möller1-1/+1
2005-04-19Fix logic in mkdef.pl function is_valid.Dr. Stephen Henson1-2/+2
2005-04-19Stop perl warning.Dr. Stephen Henson1-1/+5
2005-04-19New "algorithm define" OPENSSL_NO_GMP. Update mkdef.pl and Configure scriptDr. Stephen Henson1-2/+5
2005-04-19Ignore TYPEDEF_OF in mkdef.plDr. Stephen Henson1-0/+3
2005-04-13Makefile.ssl -> MakefileNils Larsch1-2/+2
2005-02-05In mkdef.pl ignore trailing whitespace in #ifdef linesDr. Stephen Henson1-1/+1
2004-07-12Because it's one of our libraries calling new functions in the other,Richard Levitte1-0/+1
2004-05-19Add SHA256 and SHA512 algorithms to mkdef.pl.Dr. Stephen Henson1-2/+2
2003-11-28Make a number of changes to the OS/2 build. Submitter's comment below.Richard Levitte1-5/+33
2003-05-01Define a STORE type. For documentation, read the entry in CHANGES,Richard Levitte1-0/+1
2003-04-03Counter for GCC attributes.Richard Levitte1-5/+5
2003-03-20Sometimes, we have partial comments on the same line as other stuff weRichard Levitte1-0/+4
2003-03-20New ASN1 macros to just implement and declare the new and free functionsDr. Stephen Henson1-0/+4
2003-01-30The util scripts need to handled no-hw.Richard Levitte1-2/+4
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte1-3/+5
2002-12-09Hmm, Geoff's change made things quite interesting. We can now giveRichard Levitte1-2/+5
2002-10-24For the mkdef.pl to recognise if the "external" engines are insertedRichard Levitte1-2/+6
2002-10-05Typo.Dr. Stephen Henson1-1/+1
2002-10-04Update mkdef.pl to handle new ASN1 macroDr. Stephen Henson1-0/+2
2002-08-09Add ECDH support.Bodo Möller1-2/+5
2002-07-17Add support for shared libraries with OS/2.Richard Levitte1-12/+34
2002-07-10Minor typosLutz Jänicke1-2/+2
2002-02-13ECDSA supportBodo Möller1-2/+5
2002-01-02Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte1-2/+1
2001-10-24Due to an increasing number of clashes between modern OpenSSL andRichard Levitte1-1/+1
2001-09-26Two changes:Richard Levitte1-2/+11
2001-07-11Make sure crypto/krb5/krb5_asn.h becomes part of libeay.num.Richard Levitte1-0/+1
2001-05-13Win16 too :-).Richard Levitte1-1/+1
2001-05-13When doing rewrites on ssleay.num, the file was prematurely closed.Richard Levitte1-3/+2
2001-05-12Change Win32 to use EXPORT_VAR_AS_FN.Dr. Stephen Henson1-1/+1
2001-05-06Add a general user interface API. This is designed to replace thingsRichard Levitte1-0/+1
2001-04-26Make proper use of all disabling variables.Richard Levitte1-0/+9
2001-04-26We shouldn't skip over header files to avoid functions of disabled algorithms...Richard Levitte1-28/+28
2001-03-10Add the 'ec' directory to mkdef.pl and mkfiles.plDr. Stephen Henson1-7/+10
2001-03-02Sort platforms lexicographically as well. Also, support more than twoRichard Levitte1-15/+19
2001-03-02Introduce the possibility to access global variables throughRichard Levitte1-132/+377
2001-02-22When inside a #if 0..#endif, do not define anything.Richard Levitte1-107/+108