summaryrefslogtreecommitdiffstats
path: root/util/mkrc.pl (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-24Fix malloc define typoMike Frysinger1-2/+2
2015-03-24Use OPENSSL_malloc rather than malloc/callocRichard Levitte1-2/+3
2015-03-24Fix eng_cryptodev to not depend on BN internals.Richard Levitte1-18/+8
2015-03-24Adjust include pathRichard Levitte1-1/+1
2015-03-24JPAKE Makefile missing 'files' targetRichard Levitte1-0/+3
2015-03-24Remove old style ASN.1 support.Dr. Stephen Henson5-132/+2
2015-03-23return unexpected message when receiving kx with kDHr or kDHdKurt Roeckx3-8/+0
2015-03-23Don't send a for ServerKeyExchange for kDHr and kDHdKurt Roeckx1-1/+1
2015-03-23Make sure that cert is never NULLKurt Roeckx3-36/+19
2015-03-23Fix build.Dr. Stephen Henson1-14/+2
2015-03-23make X509_EXTENSION opaqueDr. Stephen Henson11-35/+44
2015-03-23Fix SSL_clear unused returnMatt Caswell1-1/+2
2015-03-23ssl3_set_handshake_header returnsMatt Caswell8-21/+65
2015-03-23apps return value checksMatt Caswell5-33/+99
2015-03-23Fix missing return value checksMatt Caswell24-136/+237
2015-03-23Check libssl function returnsMatt Caswell4-451/+451
2015-03-23Add -DDEBUG_UNUSED to --strict-warningsMatt Caswell1-1/+1
2015-03-23Remove PREFIX, as it's not used any more.Richard Levitte1-2/+1
2015-03-23Actually remove TABLE from version controlRichard Levitte1-6043/+0
2015-03-23Don't check curves that haven't been sentMatt Caswell1-0/+10
2015-03-23Remove deleted functions, update ordinals.Dr. Stephen Henson2-31/+11
2015-03-23Remove {i2d,d2i}_ASN1_BOOLEANDr. Stephen Henson4-122/+4
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson44-983/+141
2015-03-23sha/asm/sha256-armv4.pl: adapt for use in Linux kernel context.Andy Polyakov1-11/+63
2015-03-22Refer to $table{$target} rather than $table{$t}.Richard Levitte1-35/+35
2015-03-21Add AES unwrap test with invalid key.Dr. Stephen Henson1-0/+9
2015-03-21Fix memory leak.Dr. Stephen Henson1-4/+16
2015-03-21CRYPTO_128_unwrap(): Fix refactoring damageRichard Godbee1-5/+5
2015-03-21wrap128.c: Fix Doxygen commentsRichard Godbee1-19/+20
2015-03-20Add DTLS tests to make testMatt Caswell1-0/+24
2015-03-20Add DTLS support to ssltestDavid Woodhouse1-5/+26
2015-03-20Add DTLS to SSL_get_versionDavid Woodhouse1-0/+6
2015-03-19If the target is an old style debug- target, it will not have debugging [cl]f...Richard Levitte1-0/+1
2015-03-19Fix a failure to NULL a pointer freed on error.Matt Caswell2-3/+16
2015-03-19Update NEWSMatt Caswell1-84/+33
2015-03-19Update CHANGESMatt Caswell1-281/+215
2015-03-19PKCS#7: avoid NULL pointer dereferences with missing contentEmilia Kasper2-14/+76
2015-03-19Fix ASN1_TYPE_cmpDr. Stephen Henson1-0/+3
2015-03-19Fix DHE Null CKE vulnerabilityMatt Caswell1-2/+9
2015-03-19Fix for CVE-2015-0291Dr. Stephen Henson1-6/+10
2015-03-19Reject invalid PSS parameters.Dr. Stephen Henson1-1/+2
2015-03-19Free up ADB and CHOICE if already initialised.Dr. Stephen Henson1-3/+21
2015-03-19Fix Seg fault in DTLSv1_listenMatt Caswell1-0/+3
2015-03-19Multiblock corrupted pointer fixMatt Caswell1-1/+1
2015-03-18Configure: fold related configurations more aggressively and clean-up.Andy Polyakov2-936/+414
2015-03-17Correct the request of debug buildsRichard Levitte2-7/+20
2015-03-17Dead code removal from appsMatt Caswell2-6/+6
2015-03-17Remove dead code from cryptoMatt Caswell2-9/+5
2015-03-17Fix probable_prime over large shiftMatt Caswell1-1/+11
2015-03-17Fix unintended sign extensionMatt Caswell1-1/+4