aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-20Add AES unwrap test with invalid key.Dr. Stephen Henson1-0/+9
2015-03-20Fix memory leak.Dr. Stephen Henson1-4/+16
2015-03-20CRYPTO_128_unwrap(): Fix refactoring damageRichard Godbee1-5/+5
2015-03-20wrap128.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
2015-03-17Fix seg fault in s_timeMatt Caswell1-1/+6
2015-03-17Add sanity check to PRFMatt Caswell1-0/+5
2015-03-17Fix memset call in stack.cMatt Caswell1-1/+1
2015-03-17Move malloc fail checks closer to mallocMatt Caswell1-5/+5
2015-03-17Add malloc failure checksMatt Caswell1-0/+13
2015-03-16Do not keep TABLE in version control.Richard Levitte2-525/+32
2015-03-16Configuration cleanup: personal configsRichard Levitte7-214/+272
2015-03-16Updated TABLERichard Levitte1-557/+701
2015-03-16Find debug- targets that can be combined with their non-debug counterparts an...Richard Levitte2-96/+23
2015-03-16Change all the main configurations to the new format.Richard Levitte3-286/+2052
2015-03-16Rethink templates.Richard Levitte1-117/+159
2015-03-16Provide a few examples by converting my own strings to hash table configurationsRichard Levitte1-4/+101
2015-03-16Add base template processing.Richard Levitte1-1/+274
2015-03-16Add template reference processing.Richard Levitte1-0/+30
2015-03-16Rewrite Configure to handle the target values as hash tables.Richard Levitte1-120/+431
2015-03-16Make X509_ATTRIBUTE opaque.Dr. Stephen Henson11-113/+57
2015-03-15Fix regression in ASN1_UTCTIME_cmp_time_tCarl Jackson1-1/+1