summaryrefslogtreecommitdiffstats
path: root/Makefile.org
AgeCommit message (Collapse)Author
2011-09-06Padlock engine: make it independent of inline assembler.Andy Polyakov
2011-08-16Makefile.org: get commit#21249 right.Andy Polyakov
2011-08-15Delete library install from Makefile.fips: it isn't used.Dr. Stephen Henson
Revert change to Makefile.org: it breaks install.
2011-08-15quote LIBS to copy with empty stringDr. Stephen Henson
2011-06-20add null cipher to FIPS moduleDr. Stephen Henson
2011-06-01Add DSA and ECDSA "clone digests" to module for compatibility with oldDr. Stephen Henson
applications.
2011-05-07Remove FIXME comments.Dr. Stephen Henson
2011-04-18Initial untested CCM support via EVP.Dr. Stephen Henson
2011-04-12Use consistent FIPS tarball name.Dr. Stephen Henson
Add XTS to FIPS build. Hide XTS symbol names.
2011-04-06Remove rand files from fipscanister.oDr. Stephen Henson
2011-04-04Use environment when builds libcrypto shared library so CC value is picked upDr. Stephen Henson
in FIPS builds.
2011-03-24Implement FIPS CMAC.Richard Levitte
* fips/cmac/*: Implement the basis for FIPS CMAC, using FIPS HMAC as an example. * crypto/cmac/cmac.c: Enable the FIPS API. Change to use M_EVP macros where possible. * crypto/evp/evp.h: (some of the macros get added with this change) * fips/fips.h, fips/utl/fips_enc.c: Add a few needed functions and use macros to have cmac.c use these functions. * Makefile.org, fips/Makefile, fips/fips.c: Hook it in.
2011-03-12Add SRP support.Ben Laurie
2011-03-09Add ECDH to validated module.Dr. Stephen Henson
2011-02-21Create fips links even if not compiling in fips mode.Dr. Stephen Henson
2011-02-17Make -DOPENSSL_FIPSSYMS work for assembly language builds.Dr. Stephen Henson
2011-02-14Add ECDSA functionality to fips module. Initial very incomplete versionDr. Stephen Henson
of algorithm test program.
2011-02-13Remove dependency of dsa_sign.o and dsa_vrf.o: new functions FIPS_dsa_sig_newDr. Stephen Henson
and FIPS_dsa_sig_free, reimplment DSA_SIG_new and DSA_SIG_free from ASN1 library.
2011-02-08Link GCM into FIPS module. Check return value in EVP gcm.Dr. Stephen Henson
2011-02-03Use single X931 key generation source file for FIPS and non-FIPS builds.Dr. Stephen Henson
2011-02-02Make no-asm work in fips mode. Add android platform.Dr. Stephen Henson
2011-01-30Fix shared build for fipsDr. Stephen Henson
2011-01-29typoDr. Stephen Henson
2011-01-27Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson
OpenSSL malloc dependencies.
2011-01-27Include thread ID code in fips module.Dr. Stephen Henson
2011-01-26Add fipscanisterbuild configuration option and update Makefile.org: doesn't ↵Dr. Stephen Henson
compile yet
2010-04-22Take gcm128.c and ghash assembler modules into the build loop.Andy Polyakov
2010-02-07Initial experimental CMAC implementation.Dr. Stephen Henson
2010-01-27Some shells print out the directory name if CDPATH is set breaking theDr. Stephen Henson
pod2man test. Use ./util instead to avoid this.
2010-01-16PR: 2135Dr. Stephen Henson
Submitted by: Mike Frysinger <vapier@gentoo.org> Change missed references to lib to $(LIBDIR)
2009-10-15Fixes to CROSS_COMPILE, don't override command line option from environmentDr. Stephen Henson
2009-10-15Revert extra changes from previous commit.Dr. Stephen Henson
2009-10-15PR: 2066Dr. Stephen Henson
Submitted by: Guenter <lists@gknw.net> Approved by: steve@openssl.org Add -r option to dgst to produce format compatible with core utilities.
2009-08-26PR: 2015Dr. Stephen Henson
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Approved by: steve@openssl.org Define LIBDIR properly.
2009-08-12Update default dependency flags.Dr. Stephen Henson
Make error name discrepancies a fatal error. Fix error codes. make update
2009-08-10PR: 2003Dr. Stephen Henson
Make it possible to install OpenSSL in directories with name other than "lib" for example "lib64". Based on patch from Jeremy Utley.
2009-08-05PR: 2002Dr. Stephen Henson
Submitted by: Tomas Mraz <tmraz@redhat.com> Obtained from: steve@openssl.org Fix bug in libssl and krb5 linking in Makefile.org
2009-04-23Merge from 1.0.0-stable branch.Dr. Stephen Henson
2009-04-07Changes from 1.0.0-stable.Dr. Stephen Henson
2009-04-06Updates from 1.0.0-stableDr. Stephen Henson
2009-02-19Make STORE an experimental feature.Richard Levitte
2009-02-10Add error checking to obj_xref.pl and add command line support for dataDr. Stephen Henson
file locations.
2008-12-30Styling update to makefiles: eliminate redundant pipes.Andy Polyakov
2008-12-29Styling update to makefiles: $() to denote make substitutions and $${} -Andy Polyakov
shell ones.
2008-12-23Engage crypto/modes.Andy Polyakov
2008-10-26Add JPAKE.Ben Laurie
2008-06-04More type-checking.Ben Laurie
2008-04-17Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke
PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
2008-03-12And so it begins...Dr. Stephen Henson
Initial support for CMS. Add zlib compression BIO. Add AES key wrap implementation. Generalize S/MIME MIME code to support CMS and/or PKCS7.
2008-01-11Unify x86 perlasm make rules.Andy Polyakov