index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
mkrc.pl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-03-24
Fix malloc define typo
Mike Frysinger
1
-2
/
+2
2015-03-24
Use OPENSSL_malloc rather than malloc/calloc
Richard Levitte
1
-2
/
+3
2015-03-24
Fix eng_cryptodev to not depend on BN internals.
Richard Levitte
1
-18
/
+8
2015-03-24
Adjust include path
Richard Levitte
1
-1
/
+1
2015-03-24
JPAKE Makefile missing 'files' target
Richard Levitte
1
-0
/
+3
2015-03-24
Remove old style ASN.1 support.
Dr. Stephen Henson
5
-132
/
+2
2015-03-23
return unexpected message when receiving kx with kDHr or kDHd
Kurt Roeckx
3
-8
/
+0
2015-03-23
Don't send a for ServerKeyExchange for kDHr and kDHd
Kurt Roeckx
1
-1
/
+1
2015-03-23
Make sure that cert is never NULL
Kurt Roeckx
3
-36
/
+19
2015-03-23
Fix build.
Dr. Stephen Henson
1
-14
/
+2
2015-03-23
make X509_EXTENSION opaque
Dr. Stephen Henson
11
-35
/
+44
2015-03-23
Fix SSL_clear unused return
Matt Caswell
1
-1
/
+2
2015-03-23
ssl3_set_handshake_header returns
Matt Caswell
8
-21
/
+65
2015-03-23
apps return value checks
Matt Caswell
5
-33
/
+99
2015-03-23
Fix missing return value checks
Matt Caswell
24
-136
/
+237
2015-03-23
Check libssl function returns
Matt Caswell
4
-451
/
+451
2015-03-23
Add -DDEBUG_UNUSED to --strict-warnings
Matt Caswell
1
-1
/
+1
2015-03-23
Remove PREFIX, as it's not used any more.
Richard Levitte
1
-2
/
+1
2015-03-23
Actually remove TABLE from version control
Richard Levitte
1
-6043
/
+0
2015-03-23
Don't check curves that haven't been sent
Matt Caswell
1
-0
/
+10
2015-03-23
Remove deleted functions, update ordinals.
Dr. Stephen Henson
2
-31
/
+11
2015-03-23
Remove {i2d,d2i}_ASN1_BOOLEAN
Dr. Stephen Henson
4
-122
/
+4
2015-03-23
Remove old ASN.1 code.
Dr. Stephen Henson
44
-983
/
+141
2015-03-23
sha/asm/sha256-armv4.pl: adapt for use in Linux kernel context.
Andy Polyakov
1
-11
/
+63
2015-03-22
Refer to $table{$target} rather than $table{$t}.
Richard Levitte
1
-35
/
+35
2015-03-21
Add AES unwrap test with invalid key.
Dr. Stephen Henson
1
-0
/
+9
2015-03-21
Fix memory leak.
Dr. Stephen Henson
1
-4
/
+16
2015-03-21
CRYPTO_128_unwrap(): Fix refactoring damage
Richard Godbee
1
-5
/
+5
2015-03-21
wrap128.c: Fix Doxygen comments
Richard Godbee
1
-19
/
+20
2015-03-20
Add DTLS tests to make test
Matt Caswell
1
-0
/
+24
2015-03-20
Add DTLS support to ssltest
David Woodhouse
1
-5
/
+26
2015-03-20
Add DTLS to SSL_get_version
David Woodhouse
1
-0
/
+6
2015-03-19
If the target is an old style debug- target, it will not have debugging [cl]f...
Richard Levitte
1
-0
/
+1
2015-03-19
Fix a failure to NULL a pointer freed on error.
Matt Caswell
2
-3
/
+16
2015-03-19
Update NEWS
Matt Caswell
1
-84
/
+33
2015-03-19
Update CHANGES
Matt Caswell
1
-281
/
+215
2015-03-19
PKCS#7: avoid NULL pointer dereferences with missing content
Emilia Kasper
2
-14
/
+76
2015-03-19
Fix ASN1_TYPE_cmp
Dr. Stephen Henson
1
-0
/
+3
2015-03-19
Fix DHE Null CKE vulnerability
Matt Caswell
1
-2
/
+9
2015-03-19
Fix for CVE-2015-0291
Dr. Stephen Henson
1
-6
/
+10
2015-03-19
Reject invalid PSS parameters.
Dr. Stephen Henson
1
-1
/
+2
2015-03-19
Free up ADB and CHOICE if already initialised.
Dr. Stephen Henson
1
-3
/
+21
2015-03-19
Fix Seg fault in DTLSv1_listen
Matt Caswell
1
-0
/
+3
2015-03-19
Multiblock corrupted pointer fix
Matt Caswell
1
-1
/
+1
2015-03-18
Configure: fold related configurations more aggressively and clean-up.
Andy Polyakov
2
-936
/
+414
2015-03-17
Correct the request of debug builds
Richard Levitte
2
-7
/
+20
2015-03-17
Dead code removal from apps
Matt Caswell
2
-6
/
+6
2015-03-17
Remove dead code from crypto
Matt Caswell
2
-9
/
+5
2015-03-17
Fix probable_prime over large shift
Matt Caswell
1
-1
/
+11
2015-03-17
Fix unintended sign extension
Matt Caswell
1
-1
/
+4
[next]