aboutsummaryrefslogtreecommitdiffstats
path: root/util/mkfiles.pl
Commit message (Collapse)AuthorAgeFilesLines
* prf redirection build fixesDr. Stephen Henson2016-01-191-0/+1
| | | | | Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
* Fix mkfiles for new directoriesMatt Caswell2015-12-101-0/+2
| | | | | | | Add the new chacha and poly1305 directories to mkfiles.pl to enable proper building on windows. Reviewed-by: Andy Polyakov <appro@openssl.org>
* remove deleted directories from mkfiles.plDr. Stephen Henson2015-12-091-2/+0
| | | | Reviewed-by: Matt Caswell <matt@openssl.org>
* Various windows build fixes to prepare for windows portMatt Caswell2015-11-201-0/+1
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Fix Windows buildMatt Caswell2015-10-091-0/+1
| | | | | | Add the new ct directory to mkfiles.pl and fix the ct Makefile Reviewed-by: Andy Polyakov <appro@openssl.org>
* Remove remaining Kerberos referencesMatt Caswell2015-05-131-1/+0
| | | | | | | Following on from the removal of libcrypto and libssl support for Kerberos this commit removes all remaining references to Kerberos. Reviewed-by: Rich Salz <rsalz@openssl.org>
* Remove fips directories from mkfiles.plDr. Stephen Henson2014-12-081-13/+0
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Improve variable parsing when generating MINFOMike Bland2014-11-161-1/+1
| | | | | | | | | | | | | | | | Before this change, variables for which a '=' appeared in the assignment would be parsed as the entire string up until the final '='. For example: BUILD_CMD=shlib_target=; if [ -n "$(SHARED_LIBS)" ]; then \ would result in the variable name "BUILD_CMD=shlib_target". This doesn't appear to harm the current generation of MINFO, but creates problems for other Makefile-related work I'm attempting. Change-Id: I1f3a606d67fd5464bb459e8f36c23b3e967b77e1 Signed-off-by: Mike Bland <mbland@acm.org> Signed-off-by: Geoff Thorpe <geoff@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
* Add fips/ecdh directory.Dr. Stephen Henson2011-10-071-0/+1
|
* Make fipscanisteronly auto detect work on WIN32.Dr. Stephen Henson2011-04-211-1/+1
|
* Add fips/cmac directory to WIN32 build.Dr. Stephen Henson2011-04-181-0/+1
|
* Add SRP support.Ben Laurie2011-03-121-0/+1
|
* Make mkfiles.pl work with fipscanisteronly.Dr. Stephen Henson2011-02-221-0/+7
|
* Add fips/ecdsa directory to mkfiles.plDr. Stephen Henson2011-02-221-0/+1
|
* Add FIPS support to the WIN32 build system.Dr. Stephen Henson2011-02-031-0/+10
|
* Add modes.h and cmac to WIN32 build system.Dr. Stephen Henson2010-07-251-0/+1
|
* Windows-specific addenum to "engage crypto/modes" commit #17716.Andy Polyakov2008-12-231-0/+1
|
* Win32 fixes... add new directory to build system. Fix warnings.Dr. Stephen Henson2008-10-271-0/+1
|
* Remove store from Windows build.Dr. Stephen Henson2008-06-041-1/+1
|
* Remove deleted function from header file, update mkfiles.plDr. Stephen Henson2008-03-161-0/+1
|
* Automate assembler support in mk1mf even further.Andy Polyakov2008-01-111-2/+13
|
* Netware support.Dr. Stephen Henson2008-01-031-0/+1
| | | | Submitted by: Guenter Knauf <eflash@gmx.net>
* Add SEED encryption algorithm.Bodo Möller2007-04-231-0/+1
| | | | | | PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller
* Camellia cipher, contributed by NTTBodo Möller2006-06-091-0/+1
| | | | | Submitted by: Masashi Fujita Reviewed by: Bodo Moeller
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-121-0/+1
| | | | | | | and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller
* Make mk1mf.pl and friends recognize Whirlpool.Dr. Stephen Henson2005-12-051-0/+1
|
* Lots of Win32 fixes for DTLS.Dr. Stephen Henson2005-04-271-0/+1
| | | | | | | | 1. "unsigned long long" isn't portable changed: to BN_ULLONG. 2. The LL prefix isn't allowed in VC++ but it isn't needed where it is used. 2. Avoid lots of compiler warnings about signed/unsigned mismatches. 3. Include new library directory pqueue in mk1mf build system. 4. Update symbols.
* Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson2005-04-191-1/+1
| | | | Fix Win32 build system to use 'Makefile' instead of 'Makefile.ssl'.
* Scan through the engines directory as well.Richard Levitte2003-06-261-0/+1
|
* Add crypto/store to the directories to look through.Richard Levitte2003-06-111-0/+1
|
* add crypto/ecdhBodo Möller2002-08-151-0/+1
|
* Make sure ec and ecdsa is properly handled in Windows.Richard Levitte2002-04-201-0/+1
| | | | Notified by Bernd Matthes <bernd.matthes@gemplus.com>
* Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte2002-01-021-1/+1
| | | | | | | | | | crypto/rijndael. Additionally, I applied the AES integration patch from Stephen Sprunk <stephen@sprunk.org> and fiddled it to work properly with the normal EVP constructs (and incidently work the same way as all other symmetric cipher implementations). This results in an API that looks a lot like the rest of the OpenSSL cipher suite.
* Make sure crypto/krb5/krb5_asn.h is copied to the directory ofRichard Levitte2001-07-111-0/+1
| | | | exported header files.
* Don't forget crypto/ui...Richard Levitte2001-05-081-0/+1
|
* Add the 'ec' directory to mkdef.pl and mkfiles.plDr. Stephen Henson2001-03-101-0/+1
| | | | | | | so the Windows build can see it. Fixup mkdef.pl so it doesn't mess up with function names longer than 39 characters in length.
* Add Rijndael as things to look through.Richard Levitte2000-11-141-0/+1
|
* Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte2000-11-081-1/+0
| | | | away now...
* The majority of the OCSP code from CertCo.Richard Levitte2000-10-271-0/+1
|
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-0/+1
| | | | At the same time, add VMS support for Rijndael.
* MD4 implemented. Assar Westerlund provided the digest code itself and the ↵Richard Levitte2000-08-141-0/+1
| | | | test utility, I added the bits to get a EVP interface, the command line utility and the speed test
* This commit ties the new DSO code (crypto/dso/) into the build for aGeoff Thorpe2000-04-041-0/+1
| | | | | | | | | | | | | | | | | | | | | variety of platforms. A few are missing, and they will be added in eventually, but as this is new stuff, it was better to not break lots of platforms in one go that we can't easily test. The changes to "Configure" should illustrate how to add support to other systems if you feel like having a go. NB: I'll add something shortly to allow you to add "dlfcn.h" support on those platforms that don't have (or need) a dlfcn.h header file. (The symbol for Configure will probably by "dlfcn_no_h"). Thanks to Richard Levitte, who is responsible for the dso_dl.c support, understanding the trickier aspects of the build process, and giving great feedback on everything else. [Don't use this stuff if you're easily offended by changes to the interface or behaviour - it's still work in progress.] PR:
* Include pkcs12 program as part of openssl. This completes most of the PKCS#12Dr. Stephen Henson1999-03-291-1/+2
| | | | integration.
* Modify configure script to generate some files that Win32 needs and newDr. Stephen Henson1999-02-131-0/+109
script that does the same as 'make files'.