aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
Commit message (Collapse)AuthorAgeFilesLines
* Initial untested CCM support via EVP.Dr. Stephen Henson2011-04-181-0/+1
|
* Use consistent FIPS tarball name.Dr. Stephen Henson2011-04-121-0/+1
| | | | | | Add XTS to FIPS build. Hide XTS symbol names.
* Remove rand files from fipscanister.oDr. Stephen Henson2011-04-061-7/+0
|
* Use environment when builds libcrypto shared library so CC value is picked upDr. Stephen Henson2011-04-041-1/+1
| | | | in FIPS builds.
* Implement FIPS CMAC.Richard Levitte2011-03-241-0/+1
| | | | | | | | | | | * 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.
* Add SRP support.Ben Laurie2011-03-121-1/+1
|
* Add ECDH to validated module.Dr. Stephen Henson2011-03-091-0/+2
|
* Create fips links even if not compiling in fips mode.Dr. Stephen Henson2011-02-211-0/+3
|
* Make -DOPENSSL_FIPSSYMS work for assembly language builds.Dr. Stephen Henson2011-02-171-2/+7
|
* Add ECDSA functionality to fips module. Initial very incomplete versionDr. Stephen Henson2011-02-141-0/+13
| | | | of algorithm test program.
* Remove dependency of dsa_sign.o and dsa_vrf.o: new functions FIPS_dsa_sig_newDr. Stephen Henson2011-02-131-2/+0
| | | | | and FIPS_dsa_sig_free, reimplment DSA_SIG_new and DSA_SIG_free from ASN1 library.
* Link GCM into FIPS module. Check return value in EVP gcm.Dr. Stephen Henson2011-02-081-1/+2
|
* Use single X931 key generation source file for FIPS and non-FIPS builds.Dr. Stephen Henson2011-02-031-0/+1
|
* Make no-asm work in fips mode. Add android platform.Dr. Stephen Henson2011-02-021-0/+1
|
* Fix shared build for fipsDr. Stephen Henson2011-01-301-1/+5
|
* typoDr. Stephen Henson2011-01-291-1/+1
|
* Redirect FIPS memory allocation to FIPS_malloc() routine, removeDr. Stephen Henson2011-01-271-1/+0
| | | | OpenSSL malloc dependencies.
* Include thread ID code in fips module.Dr. Stephen Henson2011-01-271-0/+1
|
* Add fipscanisterbuild configuration option and update Makefile.org: doesn't ↵Dr. Stephen Henson2011-01-261-3/+112
| | | | compile yet
* Take gcm128.c and ghash assembler modules into the build loop.Andy Polyakov2010-04-221-0/+2
|
* Initial experimental CMAC implementation.Dr. Stephen Henson2010-02-071-1/+1
|
* Some shells print out the directory name if CDPATH is set breaking theDr. Stephen Henson2010-01-271-1/+1
| | | | pod2man test. Use ./util instead to avoid this.
* PR: 2135Dr. Stephen Henson2010-01-161-1/+1
| | | | | | Submitted by: Mike Frysinger <vapier@gentoo.org> Change missed references to lib to $(LIBDIR)
* Fixes to CROSS_COMPILE, don't override command line option from environmentDr. Stephen Henson2009-10-151-2/+2
|
* Revert extra changes from previous commit.Dr. Stephen Henson2009-10-151-3/+14
|
* PR: 2066Dr. Stephen Henson2009-10-151-14/+3
| | | | | | | Submitted by: Guenter <lists@gknw.net> Approved by: steve@openssl.org Add -r option to dgst to produce format compatible with core utilities.
* PR: 2015Dr. Stephen Henson2009-08-261-0/+1
| | | | | | | Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Approved by: steve@openssl.org Define LIBDIR properly.
* Update default dependency flags.Dr. Stephen Henson2009-08-121-1/+1
| | | | | | Make error name discrepancies a fatal error. Fix error codes. make update
* PR: 2003Dr. Stephen Henson2009-08-101-23/+24
| | | | | Make it possible to install OpenSSL in directories with name other than "lib" for example "lib64". Based on patch from Jeremy Utley.
* PR: 2002Dr. Stephen Henson2009-08-051-1/+1
| | | | | | | Submitted by: Tomas Mraz <tmraz@redhat.com> Obtained from: steve@openssl.org Fix bug in libssl and krb5 linking in Makefile.org
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-231-1/+2
|
* Changes from 1.0.0-stable.Dr. Stephen Henson2009-04-071-0/+1
|
* Updates from 1.0.0-stableDr. Stephen Henson2009-04-061-5/+5
|
* Make STORE an experimental feature.Richard Levitte2009-02-191-1/+1
|
* Add error checking to obj_xref.pl and add command line support for dataDr. Stephen Henson2009-02-101-1/+1
| | | | file locations.
* Styling update to makefiles: eliminate redundant pipes.Andy Polyakov2008-12-301-1/+1
|
* Styling update to makefiles: $() to denote make substitutions and $${} -Andy Polyakov2008-12-291-38/+38
| | | | shell ones.
* Engage crypto/modes.Andy Polyakov2008-12-231-1/+1
|
* Add JPAKE.Ben Laurie2008-10-261-1/+1
|
* More type-checking.Ben Laurie2008-06-041-1/+1
|
* Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke2008-04-171-0/+10
| | | | | PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
* And so it begins...Dr. Stephen Henson2008-03-121-1/+1
| | | | | | | | | | Initial support for CMS. Add zlib compression BIO. Add AES key wrap implementation. Generalize S/MIME MIME code to support CMS and/or PKCS7.
* Unify x86 perlasm make rules.Andy Polyakov2008-01-111-0/+2
|
* Compensate for BSDi shell bug.Andy Polyakov2008-01-051-1/+1
|
* Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson2007-09-071-1/+4
| | | | Fix additional gcc 4.2 value not used warnings.
* Make naming more consistent.Andy Polyakov2007-08-281-2/+2
|
* Make room for Camellia assembler.Andy Polyakov2007-08-281-0/+1
|
* Avoid use of function pointer casts in pem library. Modify safestack toDr. Stephen Henson2007-06-041-4/+1
| | | | always use inline functions.
* Add SEED encryption algorithm.Bodo Möller2007-04-231-1/+1
| | | | | | PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller
* Further mingw build procedure updates.Andy Polyakov2006-10-241-0/+1
|