bf/build.info: engage assembly module.
[openssl.git] / crypto /
2016-05-27 Andy Polyakovbf/build.info: engage assembly module.
2016-05-27 Kurt RoeckxAvoid calling memcpy with lenght of 0
2016-05-27 Richard LevitteFix fmtstr for BIO_printf() et al
2016-05-27 Matt CaswellPrevent an overflow when trying to print excessively...
2016-05-27 Matt CaswellFix implementation of "e" and "g" formats for printing...
2016-05-27 Matt CaswellFix some issues in b_print.c code
2016-05-27 huangqinjinfix BN_hex2bn()/BN_dec2bn() memory leak
2016-05-26 Dr. Stephen HensonAdd rfc822Mailbox to string table.
2016-05-25 Richard LevitteHandle Visual C warning about non-standard function...
2016-05-25 Kurt RoeckxAvoid creating an illegal pointer
2016-05-25 Richard Levittebuild.info files: add quotes around any spec that may...
2016-05-24 Kurt RoeckxAvoid creating an illegal pointer
2016-05-24 Rich SalzGH919: Fix wrappers for two headers
2016-05-24 Todd ShortFix braces in e_aes.c: aes_init_key
2016-05-24 Todd ShortClean up RAND_bytes() calls
2016-05-23 Matt CaswellFix a mem leak on an error path in OBJ_NAME_add()
2016-05-23 Matt CaswellFix error return value in SRP functions
2016-05-23 Matt CaswellAdd error return for OPENSSL_INIT_set_config_filename()
2016-05-23 Matt CaswellUse strerror_r()/strerror_s() instead of strerror(...
2016-05-23 J Mohan Rao Arisankala#4342: few missing malloc return checks and free in...
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-23 Richard LevitteVMS: remove last VAX vestiges
2016-05-23 Dr. Stephen HensonSupport for traditional format private keys.
2016-05-23 FdaSilvaYYAdd checks on CRYPTO_set_ex_data return value
2016-05-23 FdaSilvaYYFix and simplify error handling in (RSA/EC_kmeth)_new_m...
2016-05-23 FdaSilvaYYRemove useless NULL checks
2016-05-22 Richard LevitteComplete the rename of LHASH functions and types
2016-05-22 Kurt RoeckxAvoid creating an illegal pointer
2016-05-22 Kurt RoeckxAvoid creating an illegal pointer
2016-05-21 Dr. Stephen HensonConstify stack and lhash macros.
2016-05-21 Rich SalzAdd OpenSSL copyright to .pl files
2016-05-20 Matt CaswellFix Windows 64 bit crashes
2016-05-20 Rich SalzRename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
2016-05-20 Richard LevitteClean up the VMS hacks in crypto/rand/randfile.c
2016-05-20 Richard LevitteVMS: setbuf() only takes 32-bit pointers
2016-05-19 Andy PolyakovAdd assembly CRYPTO_memcmp.
2016-05-19 Andy Polyakovrand/randfile.c: remove _XOPEN_SOURCE definition.
2016-05-19 Ben Laurieok was uninitialised on failure.
2016-05-19 Viktor DukhovniWhen strict SCT fails record verification failure
2016-05-19 Viktor Dukhovnimake update
2016-05-19 Viktor DukhovniImprove and document low-level PEM read routines
2016-05-18 CynhFix SRP client key computation
2016-05-18 Richard LevitteCleanup openssl.ec
2016-05-18 Viktor DukhovniEnsure verify error is set when X509_verify_cert()...
2016-05-18 Richard Levittemake update
2016-05-18 Richard LevitteMake it possible to have RFC2254 escapes with ASN1_STRI...
2016-05-18 Dr. Stephen HensonOID code tidy up.
2016-05-18 Matt CaswellAdd some error messages for malloc fails
2016-05-18 Matt CaswellBetter checks for malloc failure in various METHOD...
2016-05-18 Matt CaswellFix some malloc failures in b_addr.c
2016-05-18 Kazuki YamaguchiFix a NULL dereference in chacha20_poly1305_init_key()
2016-05-17 Rich SalzManual fixes after copyright consolidation
2016-05-17 Rich SalzX509_STORE_CTX accessors.
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-05-17 Rich SalzCopyright consolidation 09/10
2016-05-17 Rich SalzCopyright consolidation 08/10
2016-05-17 Rich SalzCopyright consolidation 07/10
2016-05-17 Rich SalzCopyright consolidation 06/10
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-05-17 Rich SalzCopyright consolidation 03/10
2016-05-17 Matt CaswellRemove repeated condition from if in X509_NAME_oneline
2016-05-16 Andy PolyakovARMv8 assembly pack: add OPENSSL_cleanse.
2016-05-16 Matt CaswellRemove an unneccessary check of cipher
2016-05-16 Rich SalzUse OPENSSL_hexchar2int
2016-05-16 Steffan Kargerconst correctness: make HMAC_size() take a const *
2016-05-16 Viktor DukhovniFold threads.h into crypto.h making API public
2016-05-16 Richard LevitteDon't require any length of password when decrypting
2016-05-16 FdaSilvaYYUnify <TYPE>_up_ref methods signature and behaviour.
2016-05-16 FdaSilvaYYFix some missing OBJ_dup failure checks.
2016-05-14 Kirill MarinushkinFix engine cryptodev: pointer to IV
2016-05-13 Insu YunFix OpenSSL_memdup error handling
2016-05-12 Richard LevitteDJGPP adjustments
2016-05-12 Dr. Stephen HensonDon't leak memory if realloc fails.
2016-05-11 Dr. Stephen HensonUpdate pkcs8 defaults.
2016-05-11 Steven ValdezAdding missing BN_CTX_(start/end) in crypto/ec/ec_key.c
2016-05-11 Viktor DukhovniFix i2d_X509_AUX, update docs and add tests
2016-05-10 Andy Polyakovcrypto/des: remove obsolete functions.
2016-05-10 Andy PolyakovMIPS64 assembly pack: add Poly1305 module.
2016-05-10 Richard LevitteRestore the ERR_remove_thread_state() API and make...
2016-05-09 Richard LevitteAdd NULL check in i2d_PrivateKey()
2016-05-09 Matt CaswellFix BIO_eof() for BIO pairs
2016-05-09 FdaSilvaYYfix tab-space mixed indentation
2016-05-09 J Mohan Rao Arisankalafix check
2016-05-09 J Mohan Rao Arisankalafew missing allocation failure checks and releases...
2016-05-07 Ben Lauriememset() doesn't take NULL.
2016-05-06 Dr. Stephen HensonConstify PKCS12_newpass()
2016-05-06 Dr. Stephen HensonTidy up PKCS12_newpass() fix memory leaks.
2016-05-06 Dr. Stephen HensonOnly set CMS parameter when encrypting
2016-05-06 isnotnickRT3513: req doesn't display attributes using utf8string
2016-05-06 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: contain symbols within...
2016-05-06 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: make it cross-compile.
2016-05-05 Dr. Stephen HensonUse default ASN.1 for SEED.
2016-05-05 Dr. Stephen Hensontypo
2016-05-05 Dr. Stephen HensonAlways try to set ASN.1 parameters for CMS.
2016-05-05 Emilia KasperDocument inversion ladder in curve25519
2016-05-05 Rich SalzScript changed; update the generated file.
2016-05-04 Dr. Stephen Hensonsupport embed in ASN.1 print
2016-05-04 Dr. Stephen HensonFix name length limit check.
2016-05-04 Marek KleinDEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl...
2016-05-04 Matt CaswellHandle malloc failures in BIO_accept
next