https://github.com/openssl/openssl

sort by:
Revision Author Date Message Commit Date
49dbcba Prepare for RC7. 12 December 2011, 13:44:05 UTC
df0884f Retry rename operation with a slight delay to workaround problems on some versions of Windows. 10 December 2011, 18:06:55 UTC
0e480d5 use different names for asm temp files to avoid problems on some platforms 10 December 2011, 13:29:23 UTC
7c0d300 Close file streams in FIPS algorithm test utilities. 08 December 2011, 15:14:38 UTC
81fc8cd prepare for RC6 04 December 2011, 21:29:08 UTC
1d23503 For FIPS builds we don't use the normal test files (and in the restricted tarball some don't exist) so set TEST='' to avoid linking to them. This also avoids problems on platforms that copy instead of symlink. 04 December 2011, 15:26:26 UTC
58886fd use BUILD_ONE_CMD for fips specific links otherwise we effectively do 'make links' twice 04 December 2011, 15:14:13 UTC
61c3085 Workaround for VxWorks 04 December 2011, 15:11:44 UTC
32b56fe avoid use of symlinks on Windows: it causes problems on some build environments 04 December 2011, 15:04:20 UTC
efd031a Fix x86cpuid so it doesn't fail for some (currently theoretical) virtual machines. 03 December 2011, 21:47:48 UTC
dd4eefd Change EVP_MAXCHUNK so it doesn't wraparound to 0 on some platforms (IP32L64). 03 December 2011, 21:44:01 UTC
fcd3e8e Prepare for RC6. 03 December 2011, 19:51:52 UTC
476e7e4 Add tests to ensure ECDSA key gen and DSA signing fails if DRBG entropy source fails. 03 December 2011, 19:41:28 UTC
5e900f3 functions aren't unused: revert 03 December 2011, 19:19:34 UTC
75b250a remove unused functions from module 03 December 2011, 18:27:31 UTC
44cb365 bn/asm/mips.pl: fix typos [from HEAD], original by Andy 03 December 2011, 18:26:26 UTC
9bd2dde prepare for rc5 25 November 2011, 16:27:19 UTC
31bf5f1 return error if counter exceeds limit and seed value supplied 25 November 2011, 16:03:27 UTC
7dcdc0d check counter value against 4 * L, not 4096 25 November 2011, 15:00:20 UTC
6ecd287 bump version for rc5-dev: hopefully will never be needed... 21 November 2011, 00:05:15 UTC
0e508c1 prepare for rc4 19 November 2011, 17:04:28 UTC
f638524 Add flag to support cofactor ECDH 19 November 2011, 17:03:44 UTC
52876c3 bump version to rc4-dev 18 November 2011, 21:59:36 UTC
c08128a prepare for RC3 18 November 2011, 18:50:57 UTC
901b9b5 In EC_KEY_set_public_key_affine_coordinates include explicit check to see passed components do not exceed field order 16 November 2011, 13:28:11 UTC
9eca239 portability fix for some perl versions 11 November 2011, 19:01:11 UTC
3b4fb53 fclose streams in fips_drbvs.c Produced error message for unsupported curves in fips_ecdhvs.c 09 November 2011, 14:23:17 UTC
7437036 Prepare for RC3 (which may never happen). 08 November 2011, 19:08:40 UTC
ffa7673 Platform update from HEAD. 08 November 2011, 14:44:55 UTC
cbed6cf add fips_algvs.c to restricted tarball 07 November 2011, 13:54:30 UTC
be6dc7e Prepare for RC2 07 November 2011, 13:18:12 UTC
bb25a72 MacOS and iOS support 07 November 2011, 13:16:55 UTC
1562ce1 fipsld, incore: switch to new cross-compile support [from HEAD]. 07 November 2011, 00:22:59 UTC
68b2f55 e_aes.c: fold aesni_xts_cipher and [most importantly] fix aes_xts_cipher's return value after custom flag was rightly reverted [from HEAD]. 06 November 2011, 19:49:58 UTC
79f2c9d check for unset entropy and nonce callbacks 06 November 2011, 13:08:54 UTC
8a794ab Update fips_test_suite to take multiple command line options and an induced error checking function. 06 November 2011, 12:52:27 UTC
03eae35 typo 05 November 2011, 18:25:16 UTC
df64f34 make post failure simulation reversible in all cases 05 November 2011, 18:15:01 UTC
21a5cb2 typo: use key for POST callback 05 November 2011, 18:11:16 UTC
01fc2c1 fix set but unused warnings 05 November 2011, 18:04:50 UTC
04c8062 armv4cpuid.S, armv4-gf2m.pl: make newest code compilable by older assembler [from HEAD]. 05 November 2011, 13:57:02 UTC
6fcc2bb x86cpuid.pl: don't punish "last-year" OSes on "this-year" CPUs [from HEAD]. PR: 2633 05 November 2011, 13:56:10 UTC
f2b0cf9 ppc.pl: fix bug in bn_mul_comba4 [from HEAD]. PR: 2636 Submitted by: Charles Bryant 05 November 2011, 13:55:20 UTC
485ef85 Add single call public key sign and verify functions. 05 November 2011, 01:32:52 UTC
b7de76b Add support for memory leak checking in fips_algvs. Fix many memory leaks in algorithm test utilities. 02 November 2011, 19:16:43 UTC
8ab0d50 Remove duplicate test from health check. Fix memory leaks by uninstantiating DRBG before reinitialising it. 02 November 2011, 16:35:24 UTC
cb47a71 Print out an error for "make test" in FIPS builds. 02 November 2011, 00:43:45 UTC
d593906 Replace exit calls with return in fips_test_suite 02 November 2011, 00:07:15 UTC
8b8096d Add support for multicall fips_algvs utility combining functionality of all fips test utilities in a single binary and some minimal script parsing for platforms lacking a suitable shell. In order to keep changes to the build system to a minimum it #includes all the utilities C source files (yuck). 01 November 2011, 13:45:30 UTC
9ab6d68 PR: 2632 Submitted by: emmanuel.azencot@bull.net Reviewed by: steve Return -1 immediately if not affine coordinates as BN_CTX has not been set up. 26 October 2011, 16:46:20 UTC
45e5f55 Prepare for RC2. 24 October 2011, 16:58:49 UTC
51035e7 prepare for RC1 24 October 2011, 16:53:59 UTC
319c726 typo 24 October 2011, 13:24:28 UTC
0684e77 This commit was manufactured by cvs2svn to create branch 'OpenSSL-fips- 2_0-stable'. 24 October 2011, 06:00:07 UTC
f278499 e_aes.c: fold even aesni_ccm_cipher. 24 October 2011, 06:00:06 UTC
507b0d9 e_aes.c: prevent potential DoS in aes_gcm_tls_cipher. 23 October 2011, 22:58:40 UTC
181fbb7 cryptlib.c: remove stdio dependency in Windows fipscanister.lib. 23 October 2011, 19:41:00 UTC
f59a5d6 No need for custom flag in XTS mode: block length is 1. 23 October 2011, 17:06:28 UTC
005cdac fips_canister.c: harmonize fingerprinting for all Windows, CE or not. 23 October 2011, 15:17:30 UTC
8b8d2dc config: in cross-compile case interrogate cross-compiler, not host, work around sub-shell limitation. 23 October 2011, 15:12:37 UTC
5fd7226 Check for selftest failure in various places. 22 October 2011, 17:24:27 UTC
5b198d5 x86gas.pl: relax .init segment alignment. 22 October 2011, 10:49:52 UTC
16190a7 mk1mk.pl: cleanup engines' handling and make fips build work on WIN64I. 21 October 2011, 19:34:48 UTC
8d742dd Update error codes. 21 October 2011, 11:46:16 UTC
0cde099 fips.c: remove preprocessor artefact. 21 October 2011, 06:03:45 UTC
dfe9a47 fix (?) AVX clearing 21 October 2011, 01:57:37 UTC
af4bfa1 Check for uninitialised DRBG_CTX and don't free up default DRBG_CTX. 21 October 2011, 00:12:53 UTC
3b59304 fips.c: x86[_64] capability masking. 20 October 2011, 21:03:09 UTC
033a25c armcap.c: auto-setup processor capability vector. 20 October 2011, 20:52:26 UTC
43760a2 Fix error codes. 20 October 2011, 13:56:01 UTC
5f132a0 fips/fips_[canister|premain].c: make it work with VC6 and add sentinels even to code segments. 20 October 2011, 12:09:13 UTC
d528caa sha1-mips.pl: fix typo. 20 October 2011, 08:39:29 UTC
d22870b Drain unused MacOS directory. 20 October 2011, 08:28:06 UTC
4ff2999 Add "nopass" for empty password too. 19 October 2011, 23:23:35 UTC
5e4eb99 add authentication parameter to FIPS_module_mode_set 19 October 2011, 22:34:53 UTC
227a822 vxworks-mips: unify and add assembler. 19 October 2011, 21:49:20 UTC
a9cf0b8 Remove superseded MIPS assembler modules. 19 October 2011, 21:42:21 UTC
552e412 fips_canister.c: more cross-compiler platfroms verified. 19 October 2011, 21:05:53 UTC
3ee4d41 arm_arch.h: add missing pre-defined macro, __ARM_ARCH_5TEJ__. 19 October 2011, 18:57:03 UTC
f391750 "make update" (partial) 19 October 2011, 15:29:14 UTC
e5641d7 BN_BLINDING multi-threading fix. Submitted by: Emilia Kasper (Google) 19 October 2011, 14:59:27 UTC
6d4c658 Typo (?) 19 October 2011, 12:05:08 UTC
0a7fcce Build fipscanister.o only by default. Utility build now needs make build_tests 19 October 2011, 11:47:21 UTC
6b0ac88 Recognise new option. 19 October 2011, 11:44:25 UTC
7d8bb91 Fix indentation 19 October 2011, 09:24:22 UTC
e0d6132 Fix warnings. Also, use the common Configure mechanism for enabling/disabling the 64-bit ECC code. 19 October 2011, 08:59:53 UTC
e3fed9f Update premain fingerprint. 18 October 2011, 22:11:11 UTC
3e00b4c Improve optional 64-bit NIST-P224 implementation, and add NIST-P256 and NIST-P521. (Now -DEC_NISTP_64_GCC_128 enables all three of these; -DEC_NISTP224_64_GCC_128 no longer works.) Submitted by: Google Inc. 18 October 2011, 19:43:16 UTC
4c3a7a0 fipssyms.h: assign alias to newly introduced bn_gather5. 18 October 2011, 18:59:33 UTC
10db9f9 fips/*: extend fipsro segmenting to all _MSC_VER builds (including WinCE). 18 October 2011, 18:56:09 UTC
9f0d2e1 fips_enc.c: assign minimal block size to bad_cipher [to avoid arithmetic exceptions in TLS layer]. 18 October 2011, 18:52:05 UTC
5d77cdc engines/.cvsignore: stop whining about e_padlock-*.s. 18 October 2011, 13:39:47 UTC
07904e0 evp/e_aes.c: fold AES-NI modes that heavily rely on indirect calls (trade 2% small-block performance), engage bit-sliced AES in GCM. 18 October 2011, 13:37:26 UTC
4010b34 x86_64-xlate.pl: make vpaes-x86_64.pl and rc4-md5-x86_64 work with ml64, fix bug in .crt section alignment. PR: 2620, 2624 18 October 2011, 09:50:23 UTC
5a32646 bsaes-x86_64.pl: make it work with ml64. 18 October 2011, 09:22:04 UTC
3b7c14b [bs|vp]aes-x86[_64].pl: typos and clarifications. 18 October 2011, 08:03:02 UTC
e2473dc c_allc.c: add aes-xts to loop. 18 October 2011, 07:53:50 UTC
1db4a63 Do global replace to remove assembly language object files. 18 October 2011, 00:02:42 UTC
78f288d bn_mont.c: get corner cases right in updated BN_from_montgomery_word. 17 October 2011, 23:35:00 UTC
8329e2e bn_exp.c: further optimizations using more ideas from http://eprint.iacr.org/2011/239. 17 October 2011, 17:41:49 UTC
back to top