openssl/crypto
2011-01-09 13:32:57 +00:00
..
aes s390x assembler pack: adapt for -m31 build, see commentary in Configure 2010-11-29 20:52:43 +00:00
asn1 Fix escaping code for string printing. If *any* escaping is enabled we 2011-01-03 01:31:24 +00:00
bf
bio PR: 2413 2011-01-03 01:07:35 +00:00
bn add X9.31 prime generation routines from 0.9.8 branch 2011-01-09 13:02:14 +00:00
buffer move some string utilities to buf_str.c to reduce some dependencies (from 0.9.8 branch). 2011-01-09 13:32:57 +00:00
camellia
cast
cmac
cms Add new type ossl_ssize_t instead of ssize_t and move definitions to 2010-07-26 18:15:59 +00:00
comp
conf Fix warnings. 2010-06-12 14:13:23 +00:00
des PR: 2266 2010-05-26 23:23:34 +00:00
dh
dsa PR: 2295 2010-10-11 23:49:22 +00:00
dso
ec Fix warnings. 2010-09-05 16:34:49 +00:00
ecdh Fix warnings. 2010-06-12 14:13:23 +00:00
ecdsa Fix warnings. 2010-06-12 14:13:23 +00:00
engine fix typo in HMAC redirection, add HMAC INIT tracing 2010-11-24 19:14:59 +00:00
err PR: 2253 2010-05-15 00:34:06 +00:00
evp PR: 2385 2010-11-30 19:37:21 +00:00
hmac Fix warnings. 2010-06-12 14:13:23 +00:00
idea
jpake apply J-PKAKE fix to HEAD (original by Ben) 2010-11-29 18:32:05 +00:00
krb5
lhash
md2
md4
md5 Revert previous Linux-specific/centric commit#19629. If it really has to 2010-05-05 22:05:39 +00:00
mdc2
modes s390x assembler pack: adapt for -m31 build, see commentary in Configure 2010-11-29 20:52:43 +00:00
objects
ocsp We can't always read 6 bytes in an OCSP response: fix so error statuses 2010-10-06 18:00:59 +00:00
pem Fix warnings. 2010-06-12 14:13:23 +00:00
perlasm x86_64-xlate.pl: fix LNK4078 and LNK4210 link warnings. 2010-10-10 21:07:55 +00:00
pkcs7 Fix warnings. 2010-06-12 14:13:23 +00:00
pkcs12 add pice of PR#2295 not committed to HEAD 2010-11-22 16:14:56 +00:00
pqueue Fix warnings. 2010-06-12 14:13:23 +00:00
rand PR: 2372 2010-11-18 12:30:01 +00:00
rc2
rc4 s390x assembler pack: adapt for -m31 build, see commentary in Configure 2010-11-29 20:52:43 +00:00
rc5 rc5_locl.h: make inline assembler clang-friendly. 2010-08-02 21:51:07 +00:00
ripemd
rsa PR: 2295 2010-10-11 23:49:22 +00:00
seed
sha s390x assembler pack: adapt for -m31 build, see commentary in Configure 2010-11-29 20:52:43 +00:00
stack PR: 2386 2010-12-02 18:02:29 +00:00
store
threads
ts PR: 2410 2011-01-03 01:22:41 +00:00
txt_db
ui Add new type ossl_ssize_t instead of ssize_t and move definitions to 2010-07-26 18:15:59 +00:00
whrlpool
x509 avoid verification loops in trusted store when path building 2010-12-25 20:45:59 +00:00
x509v3 oops missed an assert 2011-01-03 12:54:08 +00:00
.cvsignore
alphacpuid.pl Alpha assembler pack: adapt for Linux. 2010-09-13 13:28:52 +00:00
cpt_err.c
cryptlib.c PR: 2376 2010-11-19 00:12:01 +00:00
cryptlib.h
crypto-lib.com First attempt at adding the possibility to set the pointer size for the builds on VMS. 2010-12-14 19:19:04 +00:00
crypto.h
cversion.c
ebcdic.c
ebcdic.h
ex_data.c
ia64cpuid.S
install.com First attempt at adding the possibility to set the pointer size for the builds on VMS. 2010-12-14 19:19:04 +00:00
LPdir_nyi.c
LPdir_unix.c
LPdir_vms.c
LPdir_win32.c
LPdir_win.c
LPdir_wince.c
Makefile Replace alphacpuid.s with alphacpuid.pl to ensure it makes to release tar-balls. 2010-07-26 22:04:31 +00:00
md32_common.h md32_common.h: modify MD32_REG_T pre-processing logic [triggered by clang]. 2010-08-02 09:32:26 +00:00
mem_clr.c
mem_dbg.c
mem.c
o_dir_test.c
o_dir.c
o_dir.h
o_str.c
o_str.h
o_time.c
o_time.h
opensslconf.h.in
opensslv.h
ossl_typ.h Support routines for ASN1 scanning function, doesn't do much yet. 2010-12-13 18:15:28 +00:00
pariscid.pl
ppccap.c crypto/ppc[cpuid|cap]: call CPU detection once and detect AltiVec. 2010-09-10 15:00:51 +00:00
ppccpuid.pl crypto/ppc[cpuid|cap]: call CPU detection once and detect AltiVec. 2010-09-10 15:00:51 +00:00
s390xcap.c s390x assembler pack: extend OPENSSL_s390xcap_P to 128 bits. 2010-09-18 08:46:53 +00:00
s390xcpuid.S s390x assembler pack: adapt for -m31 build, see commentary in Configure 2010-11-29 20:52:43 +00:00
sparccpuid.S sparcv9cap.c: disengange Solaris-specific CPU detection routine in favour 2010-09-05 19:41:41 +00:00
sparcv9cap.c sparcv9cap.c: disengange Solaris-specific CPU detection routine in favour 2010-09-05 19:41:41 +00:00
symhacks.h Synchronise with Unix and do all other needed modifications to have it 2010-11-22 22:04:41 +00:00
uid.c
x86_64cpuid.pl Revert previous Linux-specific/centric commit#19629. If it really has to 2010-05-05 22:05:39 +00:00
x86cpuid.pl