check for error when creating PKCS#8 structure
[openssl.git] / crypto /
2015-05-28 Dr. Stephen Hensoncheck for error when creating PKCS#8 structure
2015-05-26 Matt CaswellHandle unsigned struct timeval members
2015-05-26 Billy Brumleyfix copy paste error in ec_GF2m function prototypes
2015-05-26 Andy Polyakovbn/bn_lcl.h: fix MIPS-specific gcc version check.
2015-05-24 Andy Polyakovbn/asm/x86_64-mont5.pl: fix valgrind error.
2015-05-24 Andy Polyakovbn/bn_gf2m.c: appease STACK, unstable code detector.
2015-05-24 Andy Polyakovbn/asm/vis3-mont.pl: fix intermittent EC failures on...
2015-05-23 Richard LevitteFix the update target and remove duplicate file updates
2015-05-22 Matt CaswellFix off-by-one in BN_rand
2015-05-22 Matt CaswellReject negative shifts for BN_rshift and BN_lshift
2015-05-20 Kurt RoeckxCorrectly check for export size limit
2015-05-13 Rich SalzAdd NULL checks from master
2015-05-13 Andy Polyakovaes/asm/aesni-sha256-x86_64.pl: fix Windows compilation...
2015-05-13 Hanno BöckCall of memcmp with null pointers in obj_cmp()
2015-05-11 Kurt CancemiAdd missing NULL check in X509V3_parse_list()
2015-05-07 Viktor DukhovniFix typo in valid_star
2015-05-05 Matt CaswellRemove libcrypto to libssl dependency
2015-05-04 Rich SalzFix cut/paste error
2015-05-02 Gilles KhouzamRT3820: Don't call GetDesktopWindow()
2015-05-02 Rich SalzRT3776: Wrong size for malloc
2015-04-30 Matt CaswellFix buffer overrun in RSA signing
2015-04-30 Matt CaswellAdd sanity check to print_bin function
2015-04-30 Matt CaswellClarify logic in BIO_*printf functions
2015-04-30 Matt CaswellSanity check EVP_EncodeUpdate buffer len
2015-04-30 Matt CaswellSanity check EVP_CTRL_AEAD_TLS_AAD
2015-04-30 Matt CaswellSanity check DES_enc_write buffer length
2015-04-29 Matt CaswellRevert "Fix verify algorithm."
2015-04-27 Emilia KasperNISTZ256: use EC_POINT API and check errors.
2015-04-27 Emilia KasperNISTZ256: don't swallow malloc errors
2015-04-27 Emilia KasperNISTZ256: set Z_is_one to boolean 0/1 as is customary.
2015-04-27 Emilia KasperError checking and memory leak fixes in NISTZ256.
2015-04-24 Emilia KasperFix error checking and memory leaks in NISTZ256 precomp...
2015-04-24 Emilia KasperCorrectly set Z_is_one on the return value in the NISTZ...
2015-04-22 Loganaden VelvindronFix CRYPTO_strdup
2015-04-21 Emilia Kaspermake update
2015-04-20 Andy Polyakovaes/asm/aesni-x86.pl: fix typo affecting Windows build.
2015-04-20 Andy Polyakovaes/asm/aesni-x86[_64].pl update.
2015-04-20 Dr. Stephen HensonFix verify algorithm.
2015-04-20 Matt CaswellAdd flag to inhibit checking for alternate certificate...
2015-04-20 Matt CaswellIn certain situations the server provided certificate...
2015-04-18 Dr. Stephen HensonFix encoding bug in i2c_ASN1_INTEGER
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-04-16 Dr. Stephen HensonLimit depth of nested sequences when generating ASN.1
2015-04-16 Dr. Stephen HensonReject empty generation strings.
2015-04-11 Kurt Roeckxdo_dirname: Don't change gen on failures
2015-04-11 Kurt RoeckxX509_VERIFY_PARAM_free: Check param for NULL
2015-04-10 Dr. Stephen HensonDon't set *pval to NULL in ASN1_item_ex_new.
2015-04-10 Dr. Stephen HensonFix ECDH key identifier support.
2015-04-08 Richard LevitteAppease clang -Wshadow
2015-04-08 Richard LevitteAppease clang -Wempty-translation-unit
2015-04-02 Andy Polyakovmodes/asm/ghashv8-armx.pl: up to 90% performance improv...
2015-04-02 Andy Polyakovsha/asm/sha*-armv8.pl: add Denver and X-Gene esults.
2015-04-02 Andy Polyakovaes/asm/aesv8-armx.pl: optimize for Cortex-A5x.
2015-03-31 Douglas E EngertEnsure EC private keys retain leading zeros
2015-03-28 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: update commentary with...
2015-03-25 Matt CaswellFix HMAC to pass invalid key len test
2015-03-25 Matt CaswellAdd HMAC test for invalid key len
2015-03-25 Matt CaswellEnsure that both the MD and key have been initialised...
2015-03-25 Matt CaswellAdd more HMAC tests
2015-03-25 Matt CaswellFix RAND_(pseudo_)?_bytes returns
2015-03-24 Dr. Stephen HensonMake OCSP response verification more flexible.
2015-03-24 Mike FrysingerFix malloc define typo
2015-03-23 Andy Polyakovsha/asm/sha256-armv4.pl: adapt for use in Linux kernel...
2015-03-19 Matt CaswellPrepare for 1.0.2b-dev
2015-03-19 Matt CaswellPrepare for 1.0.2a release OpenSSL_1_0_2a
2015-03-19 Matt Caswellmake update
2015-03-19 Matt CaswellFix a failure to NULL a pointer freed on error.
2015-03-19 Emilia KasperPKCS#7: avoid NULL pointer dereferences with missing...
2015-03-19 Dr. Stephen HensonFix ASN1_TYPE_cmp
2015-03-19 Dr. Stephen HensonReject invalid PSS parameters.
2015-03-19 Dr. Stephen HensonFree up ADB and CHOICE if already initialised.
2015-03-17 Matt CaswellRemove dead code from crypto
2015-03-17 Matt CaswellFix memset call in stack.c
2015-03-15 Carl JacksonFix regression in ASN1_UTCTIME_cmp_time_t
2015-03-14 Andy PolyakovAvoid reading an unused byte after the buffer
2015-03-14 Emilia KasperFix undefined behaviour in shifts.
2015-03-12 Dr. Stephen HensonASN.1 print fix.
2015-03-12 Matt CaswellFix missing return checks in v3_cpols.c
2015-03-12 Matt CaswellFix dsa_pub_encode
2015-03-12 Matt CaswellFix dh_pub_encode
2015-03-12 Matt CaswellFix asn1_item_print_ctx
2015-03-12 Matt CaswellASN1_primitive_new NULL param handling
2015-03-12 Matt CaswellFix EVP_DigestInit_ex with NULL digest
2015-03-12 Matt CaswellFix error handling in bn_exp
2015-03-12 Andy Polyakovevp/e_aes.c: fix SPARC T4-specific problem:
2015-03-11 Matt CaswellFix seg fault in ASN1_generate_v3/ASN1_generate_nconf
2015-03-10 Richard GodbeeBIO_debug_callback: Fix output on 64-bit machines
2015-03-09 Dmitry-MeFix wrong numbers being passed as string lengths
2015-03-08 Dr. Stephen HensonCleanse PKCS#8 private key components.
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-03-02 Dr. Stephen HensonCheck public key is not NULL.
2015-03-02 Dr. Stephen HensonFix format script.
2015-02-26 Matt CaswellFix evp_extra_test.c with no-ec
2015-02-25 Matt CaswellRemove pointless free, and use preferred way of calling...
2015-02-25 Matt CaswellFix a failure to NULL a pointer freed on error.
2015-02-25 Matt CaswellImport evp_test.c from BoringSSL. Unfortunately we...
2015-02-24 Andy PolyakovFix crash in SPARC T4 XTS.
2015-02-22 Andy Polyakovsha/asm/sha1-586.pl: fix typo.
2015-02-22 Kurt RoeckxFix memory leak
2015-02-22 Doug HoganAvoid a double-free in an error path.
next