Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make openssl verify return errors. | Ben Laurie | 2012-12-11 | 1 | -1/+1 |
| | |||||
* | check correctness of errors before updating them so we don't get bogus ↵ | Dr. Stephen Henson | 2012-04-22 | 1 | -1/+1 |
| | | | | errors added | ||||
* | Makefile.org: clear yet another environment variable. | Andy Polyakov | 2012-04-19 | 1 | -1/+1 |
| | | | | PR: 2793 | ||||
* | PR: 2713 | Dr. Stephen Henson | 2012-02-12 | 1 | -3/+6 |
| | | | | | | | Submitted by: Tomas Mraz <tmraz@redhat.com> Move libraries that are not needed for dynamic linking to Libs.private in the .pc files | ||||
* | Makefile.org: proper libclean on MacOS X. | Andy Polyakov | 2011-11-12 | 1 | -1/+1 |
| | |||||
* | Padlock engine: make it independent of inline assembler. | Andy Polyakov | 2011-09-06 | 1 | -1/+3 |
| | |||||
* | Makefile.org: get commit#21249 right. | Andy Polyakov | 2011-08-16 | 1 | -1/+1 |
| | |||||
* | Delete library install from Makefile.fips: it isn't used. | Dr. Stephen Henson | 2011-08-15 | 1 | -1/+1 |
| | | | | Revert change to Makefile.org: it breaks install. | ||||
* | quote LIBS to copy with empty string | Dr. Stephen Henson | 2011-08-15 | 1 | -1/+1 |
| | |||||
* | add null cipher to FIPS module | Dr. Stephen Henson | 2011-06-20 | 1 | -0/+1 |
| | |||||
* | Add DSA and ECDSA "clone digests" to module for compatibility with old | Dr. Stephen Henson | 2011-06-01 | 1 | -0/+3 |
| | | | | applications. | ||||
* | Remove FIXME comments. | Dr. Stephen Henson | 2011-05-08 | 1 | -3/+0 |
| | |||||
* | Initial untested CCM support via EVP. | Dr. Stephen Henson | 2011-04-18 | 1 | -0/+1 |
| | |||||
* | Use consistent FIPS tarball name. | Dr. Stephen Henson | 2011-04-13 | 1 | -0/+1 |
| | | | | | | Add XTS to FIPS build. Hide XTS symbol names. | ||||
* | Remove rand files from fipscanister.o | Dr. Stephen Henson | 2011-04-06 | 1 | -7/+0 |
| | |||||
* | Use environment when builds libcrypto shared library so CC value is picked up | Dr. Stephen Henson | 2011-04-04 | 1 | -1/+1 |
| | | | | in FIPS builds. | ||||
* | Implement FIPS CMAC. | Richard Levitte | 2011-03-24 | 1 | -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 Laurie | 2011-03-12 | 1 | -1/+1 |
| | |||||
* | Add ECDH to validated module. | Dr. Stephen Henson | 2011-03-10 | 1 | -0/+2 |
| | |||||
* | Create fips links even if not compiling in fips mode. | Dr. Stephen Henson | 2011-02-21 | 1 | -0/+3 |
| | |||||
* | Make -DOPENSSL_FIPSSYMS work for assembly language builds. | Dr. Stephen Henson | 2011-02-17 | 1 | -2/+7 |
| | |||||
* | Add ECDSA functionality to fips module. Initial very incomplete version | Dr. Stephen Henson | 2011-02-14 | 1 | -0/+13 |
| | | | | of algorithm test program. | ||||
* | Remove dependency of dsa_sign.o and dsa_vrf.o: new functions FIPS_dsa_sig_new | Dr. Stephen Henson | 2011-02-13 | 1 | -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 Henson | 2011-02-08 | 1 | -1/+2 |
| | |||||
* | Use single X931 key generation source file for FIPS and non-FIPS builds. | Dr. Stephen Henson | 2011-02-03 | 1 | -0/+1 |
| | |||||
* | Make no-asm work in fips mode. Add android platform. | Dr. Stephen Henson | 2011-02-02 | 1 | -0/+1 |
| | |||||
* | Fix shared build for fips | Dr. Stephen Henson | 2011-01-30 | 1 | -1/+5 |
| | |||||
* | typo | Dr. Stephen Henson | 2011-01-29 | 1 | -1/+1 |
| | |||||
* | Redirect FIPS memory allocation to FIPS_malloc() routine, remove | Dr. Stephen Henson | 2011-01-27 | 1 | -1/+0 |
| | | | | OpenSSL malloc dependencies. | ||||
* | Include thread ID code in fips module. | Dr. Stephen Henson | 2011-01-27 | 1 | -0/+1 |
| | |||||
* | Add fipscanisterbuild configuration option and update Makefile.org: doesn't ↵ | Dr. Stephen Henson | 2011-01-26 | 1 | -3/+112 |
| | | | | compile yet | ||||
* | Take gcm128.c and ghash assembler modules into the build loop. | Andy Polyakov | 2010-04-22 | 1 | -0/+2 |
| | |||||
* | Initial experimental CMAC implementation. | Dr. Stephen Henson | 2010-02-07 | 1 | -1/+1 |
| | |||||
* | Some shells print out the directory name if CDPATH is set breaking the | Dr. Stephen Henson | 2010-01-27 | 1 | -1/+1 |
| | | | | pod2man test. Use ./util instead to avoid this. | ||||
* | PR: 2135 | Dr. Stephen Henson | 2010-01-16 | 1 | -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 environment | Dr. Stephen Henson | 2009-10-16 | 1 | -2/+2 |
| | |||||
* | Revert extra changes from previous commit. | Dr. Stephen Henson | 2009-10-15 | 1 | -3/+14 |
| | |||||
* | PR: 2066 | Dr. Stephen Henson | 2009-10-15 | 1 | -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: 2015 | Dr. Stephen Henson | 2009-08-26 | 1 | -0/+1 |
| | | | | | | | Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de> Approved by: steve@openssl.org Define LIBDIR properly. | ||||
* | Update default dependency flags. | Dr. Stephen Henson | 2009-08-12 | 1 | -1/+1 |
| | | | | | | Make error name discrepancies a fatal error. Fix error codes. make update | ||||
* | PR: 2003 | Dr. Stephen Henson | 2009-08-10 | 1 | -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: 2002 | Dr. Stephen Henson | 2009-08-05 | 1 | -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 Henson | 2009-04-23 | 1 | -1/+2 |
| | |||||
* | Changes from 1.0.0-stable. | Dr. Stephen Henson | 2009-04-07 | 1 | -0/+1 |
| | |||||
* | Updates from 1.0.0-stable | Dr. Stephen Henson | 2009-04-06 | 1 | -5/+5 |
| | |||||
* | Make STORE an experimental feature. | Richard Levitte | 2009-02-19 | 1 | -1/+1 |
| | |||||
* | Add error checking to obj_xref.pl and add command line support for data | Dr. Stephen Henson | 2009-02-10 | 1 | -1/+1 |
| | | | | file locations. | ||||
* | Styling update to makefiles: eliminate redundant pipes. | Andy Polyakov | 2008-12-30 | 1 | -1/+1 |
| | |||||
* | Styling update to makefiles: $() to denote make substitutions and $${} - | Andy Polyakov | 2008-12-29 | 1 | -38/+38 |
| | | | | shell ones. | ||||
* | Engage crypto/modes. | Andy Polyakov | 2008-12-23 | 1 | -1/+1 |
| |