summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* e_padlock.c: last x86_64 commit didn't work with some optimizers.appro2011-05-241-13/+15
|
* rc4-586.pl: 50% improvement on Core2 and 80% on Westmere.appro2011-05-241-8/+129
|
* PR: 2522steve2011-05-231-1/+1
| | | | | | Submitted by: Henrik Grindal Bakken <henribak@cisco.com> Don't compare past end of buffer.
* spacrv9cap.c: addenum to recent EC optimizations.appro2011-05-232-3/+4
|
* aesni-x86[_64].pl: optimize for Sandy Bridge and add XTS mode.appro2011-05-222-622/+3161
|
* x86_64-gf2m.pl: add Win64 SEH.appro2011-05-221-4/+112
|
* ppccap.c: addenum to recent EC optimizations.appro2011-05-211-1/+1
|
* ec_cvt.c: ARM comparison results were wrong, clarify the background.appro2011-05-211-6/+12
|
* ec_cvt.c: avoid EC_GFp_nist_method on platforms with bn_mul_mont [seeappro2011-05-201-0/+19
| | | | commentary for details].
* PR: 2295steve2011-05-206-8/+130
| | | | | | | | Submitted by: Alexei Khlebnikov <alexei.khlebnikov@opera.com> Reviewed by: steve OOM checking. Leak in OOM fix. Fall-through comment. Duplicate code elimination.
* Add CHANGES entry: add FIPS support to sslsteve2011-05-191-0/+4
|
* Implement FIPS_mode and FIPS_mode_setsteve2011-05-1915-8/+189
|
* oopssteve2011-05-191-2/+2
|
* update datesteve2011-05-192-3/+3
|
* inherit HMAC flags from MD_CTXsteve2011-05-191-0/+2
|
* set encodedPoint to NULL after freeing itsteve2011-05-191-0/+1
|
* aesni-x86_64.pl: make it compile on MacOS X.appro2011-05-181-2/+2
|
* x86gas.pl: don't omit .comm OPENSSL_ia32cap_P on MacOS X.appro2011-05-181-6/+6
|
* x86_64-xlate.pl: add inter-register movq and make x86_64-gfm.s compile onappro2011-05-181-0/+24
| | | | Solaris, MacOS X, elderly gas...
* x86_64cpuid.pl: allow shared build to work without -Bsymbolic.appro2011-05-182-7/+26
| | | | PR: 2466
* e_padlock.c: make it compile on MacOS X.appro2011-05-181-7/+11
|
* x86[_64]cpuid.pl: handle new extensions.appro2011-05-163-56/+133
|
* ppc-xlate.pl: get linux64 declaration right.appro2011-05-161-3/+10
|
* cms-test.pl: make it work with not-so-latest perl.appro2011-05-161-1/+3
|
* x86gas.pl: add palignr and move pclmulqdq.appro2011-05-163-13/+17
|
* x86_64 assembler pack: add x86_64-gf2m module.appro2011-05-164-11/+294
|
* x86_64-xlate.pl: allow "base-less" effective address, add palignr, moveappro2011-05-162-33/+33
| | | | pclmulqdq.
* new flag to stop ENGINE methods being registeredsteve2011-05-153-1/+10
|
* NULL is a valid cspnamesteve2011-05-151-2/+8
|
* Typo.steve2011-05-131-2/+2
|
* typosteve2011-05-131-1/+0
|
* Recognise NO_NISTP224-64-GCC-128steve2011-05-131-1/+5
|
* Enter FIPS mode by calling FIPS_module_mode_set in openssl.c untilsteve2011-05-121-1/+4
| | | | FIPS_mode_set is implemented.
* Provisional support for TLS v1.2 client authentication: client side only.steve2011-05-122-5/+59
| | | | | | | | Parse certificate request message and set digests appropriately. Generate new TLS v1.2 format certificate verify message. Keep handshake caches around for longer as they are needed for client auth.
* Process signature algorithms during TLS v1.2 client authentication.steve2011-05-125-11/+27
| | | | Make sure message is long enough for signature algorithms.
* Fix error discrepancy.steve2011-05-123-5/+5
|
* Add SSL_INTERN definition.steve2011-05-121-1/+3
|
* Sync ordinals.steve2011-05-111-10/+24
|
* make kerberos work with OPENSSL_NO_SSL_INTERNsteve2011-05-114-12/+45
|
* bn_nist.c: fix shadowing warnings.appro2011-05-111-173/+173
|
* fips_canister.c: pick more neutral macro name.appro2011-05-111-3/+3
|
* Reorder signature algorithms in strongest hash first order.steve2011-05-111-50/+52
|
* Set FIPS mode for values other than 1. The only current effectsteve2011-05-111-1/+1
| | | | | | is to return a consistent value. So calling FIPS_module_mode_set(n) for n != 0 will result in FIPS_module_mode() returning n. This will support future expansion of more FIPS modes e.g. a Suite B mode.
* Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined insteve2011-05-1119-38/+43
| | | | the FIPS capable OpenSSL.
* Inlcude README.ECC in FIPS restricted tarball.steve2011-05-111-0/+1
|
* Add NSA sublicense info.steve2011-05-111-0/+61
|
* Update instructions.steve2011-05-101-0/+3
|
* Typo.steve2011-05-101-1/+1
|
* fips_canister.c: fix typo.appro2011-05-101-1/+1
|
* fips_canister.c: initial support for cross-compiling. "Initial" refersappro2011-05-101-5/+15
| | | | | to the two-entry list of verified platforms in #ifndef FIPS_REF_POINT_IS_SAFE_TO_CROSS_COMPILE pre-processor section.