index
:
delta/openssl.git
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenTLS
SSLeay
baserock/morph
master
origin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
bn_nist.c: make new optimized code dependent on BN_LLONG.
appro
2012-02-02
1
-1
/
+1
*
allow key agreement for SSL/TLS certificates
steve
2012-01-26
1
-4
/
+9
*
ghash-x86.pl: engage original MMX version in no-sse2 builds.
appro
2012-01-25
2
-1
/
+5
*
x86_64-xlate.pl: proper solution for RT#2620.
appro
2012-01-21
1
-1
/
+2
*
cryptlib.c: sscanf warning.
appro
2012-01-15
1
-1
/
+1
*
Fix OPNESSL vs. OPENSSL typos.
appro
2012-01-15
2
-2
/
+2
*
fix warning
steve
2012-01-15
1
-1
/
+1
*
cryptlib.c: make even non-Windows builds "strtoull-agnostic".
appro
2012-01-14
1
-1
/
+1
*
sha512-sparcv9.pl: work around V8+ warning.
appro
2012-01-13
1
-1
/
+2
*
aes-ppc.pl, sha512-ppc.pl: comply even with Embedded ABI specification
appro
2012-01-13
2
-29
/
+26
*
Sanitize usage of <ctype.h> functions. It's important that characters
appro
2012-01-12
1
-3
/
+3
*
ec_pmeth.c: fix typo in commentary.
appro
2012-01-12
1
-1
/
+1
*
asn1/t_x509.c: fix serial number print, harmonize with a_int.c.
appro
2012-01-11
2
-4
/
+4
*
aes-sparcv9.pl: clean up regexp
appro
2012-01-11
1
-1
/
+2
*
fix warning (revert original patch)
steve
2012-01-10
1
-8
/
+8
*
cmac.c: optimize make_kn and move zero_iv to const segment.
appro
2012-01-06
1
-10
/
+9
*
bn_nist.c: harmonize buf in BN_nist_mod_256 with other mod functions.
appro
2012-01-06
1
-13
/
+19
*
Prevent malformed RFC3779 data triggering an assertion failure (CVE-2011-4577)
steve
2012-01-04
1
-29
/
+45
*
fix warnings
steve
2012-01-04
1
-8
/
+8
*
incomplete provisional OAEP CMS decrypt support
steve
2012-01-02
5
-14
/
+40
*
make update
steve
2011-12-27
2
-6
/
+15
*
fix error code
steve
2011-12-27
3
-2
/
+4
*
PR: 2535
steve
2011-12-25
2
-1
/
+1038
*
PR: 2563
steve
2011-12-19
1
-34
/
+74
*
vpaes-x86.pl: revert previous commit and solve the problem through x86masm.pl.
appro
2011-12-15
2
-6
/
+8
*
PR: 1794
steve
2011-12-14
1
-3
/
+0
*
vpaes-x86.pl: portability fix.
appro
2011-12-14
1
-5
/
+5
*
Padlock engine doesn't build (the asm parts are not built for some reason),
ben
2011-12-13
1
-2
/
+2
*
Fix warning.
ben
2011-12-13
1
-1
/
+1
*
modexp512-x86_64.pl: Solaris protability fix.
appro
2011-12-12
1
-4
/
+4
*
add cofactor ECDH support from fips branch
steve
2011-12-10
2
-0
/
+14
*
perlasm/x86gas.pl: give a hand old assemblers assembling loop instruction.
appro
2011-12-09
1
-4
/
+2
*
x86-mont.pl: fix bug in integer-only squaring path.
appro
2011-12-09
1
-1
/
+3
*
transparently handle X9.42 DH parameters
steve
2011-12-07
5
-2
/
+61
*
Initial experimental support for X9.42 DH parameter format to handle
steve
2011-12-07
14
-26
/
+312
*
Fix ecdsatest.c.
bodo
2011-12-02
1
-7
/
+78
*
Fix BIO_f_buffer().
bodo
2011-12-02
2
-7
/
+17
*
Update DH_check() to peform sensible checks when q parameter is present.
steve
2011-12-01
2
-9
/
+42
*
Correct some parameter values.
steve
2011-12-01
1
-3
/
+3
*
bn/asm/mips.pl: fix typos.
appro
2011-12-01
1
-2
/
+2
*
return error if counter exceeds limit and seed value supplied
steve
2011-11-25
1
-0
/
+6
*
check counter value against 4 * L, not 4096
steve
2011-11-25
1
-1
/
+1
*
bsaes-x86_64.pl: fix buffer overrun in tail processing.
appro
2011-11-16
1
-0
/
+1
*
In EC_KEY_set_public_key_affine_coordinates include explicit check to see pas...
steve
2011-11-16
1
-3
/
+5
*
Add DTLS-SRTP.
ben
2011-11-15
1
-0
/
+22
*
Configure: reimplement commit#21695.
appro
2011-11-15
1
-1
/
+3
*
Configure, e_aes.c: allow for XTS assembler implementation.
appro
2011-11-15
1
-0
/
+12
*
Fix some warnings caused by __owur. Temporarily (I hope) remove the more
ben
2011-11-14
6
-39
/
+42
*
bsaes-x86_64.pl: add Win64 SEH and "hadrware" calls to aes-x86_64.pl.
appro
2011-11-13
2
-26
/
+216
*
bn_nist.c: fix strict-aliasing compiler warning.
appro
2011-11-13
1
-33
/
+41
[next]