summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-03-17Dead code removal from appsMatt Caswell
2015-03-17Remove dead code from cryptoMatt Caswell
2015-03-17Fix probable_prime over large shiftMatt Caswell
2015-03-17Fix unintended sign extensionMatt Caswell
2015-03-17Fix seg fault in s_timeMatt Caswell
2015-03-17Add sanity check to PRFMatt Caswell
2015-03-17Fix memset call in stack.cMatt Caswell
2015-03-17Move malloc fail checks closer to mallocMatt Caswell
2015-03-17Add malloc failure checksMatt Caswell
2015-03-16Do not keep TABLE in version control.Richard Levitte
2015-03-16Configuration cleanup: personal configsRichard Levitte
2015-03-16Updated TABLERichard Levitte
2015-03-16Find debug- targets that can be combined with their non-debug counterparts an...Richard Levitte
2015-03-16Change all the main configurations to the new format.Richard Levitte
2015-03-16Rethink templates.Richard Levitte
2015-03-16Provide a few examples by converting my own strings to hash table configurationsRichard Levitte
2015-03-16Add base template processing.Richard Levitte
2015-03-16Add template reference processing.Richard Levitte
2015-03-16Rewrite Configure to handle the target values as hash tables.Richard Levitte
2015-03-16Make X509_ATTRIBUTE opaque.Dr. Stephen Henson
2015-03-15Fix regression in ASN1_UTCTIME_cmp_time_tCarl Jackson
2015-03-15OPENSSL_NO_EC* merge; missed one fileRich Salz
2015-03-15Update ordinals, fix error message.Dr. Stephen Henson
2015-03-15Remove ssl_cert_inst()Kurt Roeckx
2015-03-14Avoid reading an unused byte after the bufferAndy Polyakov
2015-03-13Fix undefined behaviour in shifts.Emilia Kasper
2015-03-13Allocate string types directly.Dr. Stephen Henson
2015-03-13Fix key wrapping mode with padding to conform to RFC 5649.Petr Spacek
2015-03-12Remove obsolete declarations.Dr. Stephen Henson
2015-03-12Update mkstack.pl to match safestack.hDr. Stephen Henson
2015-03-12ASN.1 print fix.Dr. Stephen Henson
2015-03-12additional configuration documentationDr. Stephen Henson
2015-03-12Fix RSA_X931_derive_exMatt Caswell
2015-03-12SSL_check_chain fixMatt Caswell
2015-03-12Fix missing return checks in v3_cpols.cMatt Caswell
2015-03-12Fix dsa_pub_encodeMatt Caswell
2015-03-12Fix dh_pub_encodeMatt Caswell
2015-03-12Fix asn1_item_print_ctxMatt Caswell
2015-03-12ASN1_primitive_new NULL param handlingMatt Caswell
2015-03-12Fix EVP_DigestInit_ex with NULL digestMatt Caswell
2015-03-12Fix error handling in bn_expMatt Caswell
2015-03-12ssl/s3_clnt.c: fix intermittent failures.Andy Polyakov
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-03-11Fix seg fault in ASN1_generate_v3/ASN1_generate_nconfMatt Caswell
2015-03-11Move Configurations* out of the way and rename them.Richard Levitte
2015-03-11Cleanse buffersMatt Caswell
2015-03-10Harmonize return values in dtls1_buffer_recordEmilia Kasper
2015-03-10BIO_debug_callback: Fix output on 64-bit machinesRichard Godbee
2015-03-10Prevent handshake with unseeded PRNGMatt Caswell
2015-03-09Fix wrong numbers being passed as string lengthsDmitry-Me