summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-03-19Prepare for 1.0.2a releaseOpenSSL_1_0_2aMatt Caswell
2015-03-19make updateMatt Caswell
2015-03-19Fix a failure to NULL a pointer freed on error.Matt Caswell
2015-03-19PKCS#7: avoid NULL pointer dereferences with missing contentEmilia Kasper
2015-03-19Fix ASN1_TYPE_cmpDr. Stephen Henson
2015-03-19Reject invalid PSS parameters.Dr. Stephen Henson
2015-03-19Free up ADB and CHOICE if already initialised.Dr. Stephen Henson
2015-03-17Remove dead code from cryptoMatt Caswell
2015-03-17Fix memset call in stack.cMatt Caswell
2015-03-15Fix regression in ASN1_UTCTIME_cmp_time_tCarl Jackson
2015-03-14Avoid reading an unused byte after the bufferAndy Polyakov
2015-03-13Fix undefined behaviour in shifts.Emilia Kasper
2015-03-12ASN.1 print fix.Dr. Stephen Henson
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-12evp/e_aes.c: fix SPARC T4-specific problem:Andy Polyakov
2015-03-11Fix seg fault in ASN1_generate_v3/ASN1_generate_nconfMatt Caswell
2015-03-10BIO_debug_callback: Fix output on 64-bit machinesRichard Godbee
2015-03-09Fix wrong numbers being passed as string lengthsDmitry-Me
2015-03-08Cleanse PKCS#8 private key components.Dr. Stephen Henson
2015-03-05Unchecked malloc fixesMatt Caswell
2015-03-02Check public key is not NULL.Dr. Stephen Henson
2015-03-02Fix format script.Dr. Stephen Henson
2015-02-26Fix evp_extra_test.c with no-ecMatt Caswell
2015-02-25Remove pointless free, and use preferred way of calling d2i_* functionsMatt Caswell
2015-02-25Fix a failure to NULL a pointer freed on error.Matt Caswell
2015-02-25Import evp_test.c from BoringSSL. Unfortunately we already have a fileMatt Caswell
2015-02-24Fix crash in SPARC T4 XTS.Andy Polyakov
2015-02-22sha/asm/sha1-586.pl: fix typo.Andy Polyakov
2015-02-22Fix memory leakKurt Roeckx
2015-02-22Avoid a double-free in an error path.Doug Hogan
2015-02-22Assume TERMIOS is default, remove TERMIO on all Linux.Richard Levitte
2015-02-12RT3684: rand_egd needs stddef.hRich Salz
2015-02-12RT3670: Check return from BUF_MEM_grow_cleanGraeme Perrow
2015-02-10Fix hostname validation in the command-line tool to honour negative return va...Emilia Kasper
2015-02-10objects/obj_xref.h: revert reformat.Andy Polyakov
2015-02-09Bring objects.pl output even closer to new format.Andy Polyakov
2015-02-09Fix memory leak reporting.Dr. Stephen Henson
2015-02-09Harmonize objects.pl output with new format.Andy Polyakov
2015-02-05Fixed bad formatting in crypto/des/spr.hRich Salz
2015-02-04Make objxref.pl output in correct formatDr. Stephen Henson
2015-02-03Check PKCS#8 pkey field is valid before cleansing.Dr. Stephen Henson
2015-01-30modes/gcm128.c: fix OPENSSL_SMALL_FOOTPRINT compile failureAndy Polyakov
2015-01-30dso_vms needs to add the .EXE extension if there is none alreadyRichard Levitte
2015-01-26Remove obsolete support for old code.Rich Salz