summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2015-04-20Add flag to inhibit checking for alternate certificate chains. Setting thisMatt Caswell
2015-04-20In certain situations the server provided certificate chain may no longer beMatt Caswell
2015-04-18Fix encoding bug in i2c_ASN1_INTEGERDr. Stephen Henson
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-16Limit depth of nested sequences when generating ASN.1Dr. Stephen Henson
2015-04-16Reject empty generation strings.Dr. Stephen Henson
2015-04-11do_dirname: Don't change gen on failuresKurt Roeckx
2015-04-11X509_VERIFY_PARAM_free: Check param for NULLKurt Roeckx
2015-04-10Don't set *pval to NULL in ASN1_item_ex_new.Dr. Stephen Henson
2015-04-10Fix ECDH key identifier support.Dr. Stephen Henson
2015-04-08Appease clang -WshadowRichard Levitte
2015-04-08Appease clang -Wempty-translation-unitRichard Levitte
2015-04-02modes/asm/ghashv8-armx.pl: up to 90% performance improvement.Andy Polyakov
2015-04-02sha/asm/sha*-armv8.pl: add Denver and X-Gene esults.Andy Polyakov
2015-04-02aes/asm/aesv8-armx.pl: optimize for Cortex-A5x.Andy Polyakov
2015-03-31Ensure EC private keys retain leading zerosDouglas E Engert
2015-03-28ec/asm/ecp_nistz256-x86_64.pl: update commentary with before-after performanc...Andy Polyakov
2015-03-25Fix HMAC to pass invalid key len testMatt Caswell
2015-03-25Add HMAC test for invalid key lenMatt Caswell
2015-03-25Ensure that both the MD and key have been initialised before attempting toMatt Caswell
2015-03-25Add more HMAC testsMatt Caswell
2015-03-25Fix RAND_(pseudo_)?_bytes returnsMatt Caswell
2015-03-24Make OCSP response verification more flexible.Dr. Stephen Henson
2015-03-24Fix malloc define typoMike Frysinger
2015-03-23sha/asm/sha256-armv4.pl: adapt for use in Linux kernel context.Andy Polyakov
2015-03-19Prepare for 1.0.2b-devMatt Caswell
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