.. |
aes
|
aes-sparcv9.pl: clean up regexp
|
2012-01-11 15:30:53 +00:00 |
asn1
|
asn1/t_x509.c: fix serial number print, harmonize with a_int.c.
|
2012-01-11 21:12:22 +00:00 |
bf
|
|
|
bio
|
fix error code
|
2011-12-27 14:40:21 +00:00 |
bn
|
bn_nist.c: harmonize buf in BN_nist_mod_256 with other mod functions.
|
2012-01-06 13:17:47 +00:00 |
buffer
|
make update
|
2011-09-05 09:46:15 +00:00 |
camellia
|
|
|
cast
|
|
|
cmac
|
cmac.c: optimize make_kn and move zero_iv to const segment.
|
2012-01-06 13:19:16 +00:00 |
cms
|
Fix some warnings caused by __owur. Temporarily (I hope) remove the more
|
2011-11-14 00:36:10 +00:00 |
comp
|
|
|
conf
|
PR: 2576
|
2011-09-02 11:20:15 +00:00 |
des
|
Allow for dynamic base in Win64 FIPS module.
|
2011-09-14 20:48:49 +00:00 |
dh
|
make update
|
2011-12-27 14:46:03 +00:00 |
dsa
|
return error if counter exceeds limit and seed value supplied
|
2011-11-25 16:03:42 +00:00 |
dso
|
make update
|
2011-09-05 09:46:15 +00:00 |
ec
|
In EC_KEY_set_public_key_affine_coordinates include explicit check to see passed components do not exceed field order
|
2011-11-16 13:28:35 +00:00 |
ecdh
|
add cofactor ECDH support from fips branch
|
2011-12-10 13:35:11 +00:00 |
ecdsa
|
fix warning (revert original patch)
|
2012-01-10 14:36:41 +00:00 |
engine
|
Padlock engine doesn't build (the asm parts are not built for some reason),
|
2011-12-13 15:56:40 +00:00 |
err
|
make update
|
2011-09-05 09:46:15 +00:00 |
evp
|
Initial experimental support for X9.42 DH parameter format to handle
|
2011-12-07 00:32:34 +00:00 |
hmac
|
Fix some warnings caused by __owur. Temporarily (I hope) remove the more
|
2011-11-14 00:36:10 +00:00 |
idea
|
|
|
jpake
|
|
|
krb5
|
|
|
lhash
|
|
|
md2
|
|
|
md4
|
|
|
md5
|
md5-x86_86.pl: remove redundant instructions.
|
2011-06-28 12:33:58 +00:00 |
mdc2
|
|
|
modes
|
Allow for dynamic base in Win64 FIPS module.
|
2011-09-14 20:48:49 +00:00 |
objects
|
incomplete provisional OAEP CMS decrypt support
|
2012-01-02 18:25:37 +00:00 |
ocsp
|
Fix the ECDSA timing attack mentioned in the paper at:
|
2011-05-25 14:52:21 +00:00 |
pem
|
make update
|
2011-12-27 14:46:03 +00:00 |
perlasm
|
vpaes-x86.pl: revert previous commit and solve the problem through x86masm.pl.
|
2011-12-15 22:20:05 +00:00 |
pkcs7
|
more vxworks patches
|
2011-10-14 22:04:14 +00:00 |
pkcs12
|
|
|
pqueue
|
|
|
rand
|
PR: 2563
|
2011-12-19 17:01:37 +00:00 |
rc2
|
|
|
rc4
|
Configure: reimplement commit#21695.
|
2011-11-15 12:32:18 +00:00 |
rc5
|
|
|
ripemd
|
|
|
rsa
|
incomplete provisional OAEP CMS decrypt support
|
2012-01-02 18:25:37 +00:00 |
seed
|
|
|
sha
|
sha1-mips.pl: fix typo.
|
2011-10-20 08:39:29 +00:00 |
srp
|
Various mingw64 fixes.
|
2011-05-29 13:51:14 +00:00 |
stack
|
Add DTLS-SRTP.
|
2011-11-15 22:59:20 +00:00 |
store
|
|
|
threads
|
|
|
ts
|
|
|
txt_db
|
|
|
ui
|
more vxworks patches
|
2011-10-14 22:04:14 +00:00 |
whrlpool
|
crypto/whrlpool/wp_block.c: harmonize OPENSSL_ia32cap_P.
|
2011-06-28 12:42:10 +00:00 |
x509
|
Fix some warnings caused by __owur. Temporarily (I hope) remove the more
|
2011-11-14 00:36:10 +00:00 |
x509v3
|
Prevent malformed RFC3779 data triggering an assertion failure (CVE-2011-4577)
|
2012-01-04 23:01:54 +00:00 |
.cvsignore
|
|
|
alphacpuid.pl
|
alphacpuid.pl: fix alignment bug.
|
2011-08-12 12:28:52 +00:00 |
arm_arch.h
|
arm_arch.h: allow to specify __ARM_ARCH__ elsewhere.
|
2011-11-09 20:08:44 +00:00 |
armcap.c
|
typo
|
2011-10-24 13:23:51 +00:00 |
armv4cpuid.S
|
armv4cpuid.S, armv4-gf2m.pl: make newest code compilable by older assembler.
|
2011-11-05 13:07:18 +00:00 |
cpt_err.c
|
Implement FIPS_mode and FIPS_mode_set
|
2011-05-19 18:09:02 +00:00 |
cryptlib.c
|
cryptlib.c, etc.: fix linker warnings in 64-bit Darwin build.
|
2011-11-12 13:10:00 +00:00 |
cryptlib.h
|
Add a symbol for the first parameter to OPENSSL_showfatal().
|
2011-06-23 09:46:27 +00:00 |
crypto-lib.com
|
Typo...
|
2011-10-30 14:43:53 +00:00 |
crypto.h
|
Allow for dynamic base in Win64 FIPS module.
|
2011-09-14 20:48:49 +00:00 |
cversion.c
|
|
|
ebcdic.c
|
|
|
ebcdic.h
|
|
|
ex_data.c
|
|
|
fips_err.h
|
Check for selftest failure in various places.
|
2011-10-22 17:24:27 +00:00 |
fips_ers.c
|
|
|
ia64cpuid.S
|
IA-64 assembler pack: fix typos and make it work on HP-UX.
|
2011-05-07 20:36:05 +00:00 |
install-crypto.com
|
|
|
lock.c
|
|
|
LPdir_nyi.c
|
|
|
LPdir_unix.c
|
|
|
LPdir_vms.c
|
|
|
LPdir_win.c
|
|
|
LPdir_win32.c
|
|
|
LPdir_wince.c
|
|
|
Makefile
|
Remove o_init.o special case from Makefile: this doesn't work.
|
2011-10-12 17:27:08 +00:00 |
md32_common.h
|
|
|
mem.c
|
|
|
mem_clr.c
|
|
|
mem_dbg.c
|
|
|
o_dir.c
|
|
|
o_dir.h
|
|
|
o_dir_test.c
|
|
|
o_fips.c
|
Implement FIPS_mode and FIPS_mode_set
|
2011-05-19 18:09:02 +00:00 |
o_init.c
|
|
|
o_str.c
|
|
|
o_str.h
|
|
|
o_time.c
|
|
|
o_time.h
|
|
|
opensslconf.h.in
|
|
|
opensslv.h
|
|
|
ossl_typ.h
|
|
|
pariscid.pl
|
Multiple assembler packs: add experimental memory bus instrumentation.
|
2011-04-17 12:46:00 +00:00 |
ppccap.c
|
ppccap.c: addenum to recent EC optimizations.
|
2011-05-21 10:17:02 +00:00 |
ppccpuid.pl
|
PPC assembler pack: adhere closer to ABI specs, add PowerOpen traceback data.
|
2011-05-27 13:32:34 +00:00 |
s390xcap.c
|
|
|
s390xcpuid.S
|
Multiple assembler packs: add experimental memory bus instrumentation.
|
2011-04-17 12:46:00 +00:00 |
sparccpuid.S
|
SPARC assembler pack: fix FIPS linking errors.
|
2011-08-12 21:38:19 +00:00 |
sparcv9cap.c
|
spacrv9cap.c: addenum to recent EC optimizations.
|
2011-05-23 08:14:32 +00:00 |
symhacks.h
|
PR: 1794
|
2011-12-14 22:17:06 +00:00 |
thr_id.c
|
Allow for dynamic base in Win64 FIPS module.
|
2011-09-14 20:48:49 +00:00 |
uid.c
|
|
|
vms_rms.h
|
|
|
x86_64cpuid.pl
|
cryptlib.c, etc.: fix linker warnings in 64-bit Darwin build.
|
2011-11-12 13:10:00 +00:00 |
x86cpuid.pl
|
x86cpuid.pl: compensate for imaginary virtual machines.
|
2011-11-08 21:27:44 +00:00 |