Update CONTRIBUTING
[openssl.git] / crypto /
2016-06-03 PauliFix threading issue that at best will leak memory
2016-06-03 Andy Polyakovchacha/chacha_enc.c: harmonize counter width with subro...
2016-06-02 Matt CaswellFix test failures when using enable-ubsan
2016-06-02 Dr. Stephen HensonTidy up OCSP print handling.
2016-06-01 Matt CaswellDon't leak memory on set_reasons() error path
2016-06-01 Matt CaswellDon't leak memory on int X509_PURPOSE_add() error path
2016-06-01 Matt CaswellDon't leak memory on X509_TRUST_add() error path
2016-06-01 Matt CaswellDon't leak memory on ASN1_item_pack() error path
2016-06-01 Matt CaswellDon't leak memory on ASN1_GENERALIZEDTIME_adj() error...
2016-06-01 Matt CaswellDon't leak memory in v2i_POLICY_MAPPINGS() on error...
2016-06-01 Matt CaswellDon't leak memory from notice_section function on error...
2016-06-01 Matt CaswellDon't leak memory in v2i_AUTHORITY_KEYID
2016-06-01 Matt CaswellFree buffer on error in a2i_ASN1_INTEGER()
2016-06-01 Matt CaswellFree tempory data on error in ec_wNAF_mul()
2016-06-01 Rich SalzRemove/rename some old files.
2016-06-01 Rich SalzAdd final(?) set of copyrights.
2016-06-01 Rich SalzFix some RAND bugs
2016-06-01 Rich SalzRT4337: Crash in DES
2016-06-01 Matt CaswellFix printing of DH Parameters
2016-06-01 FdaSilvaYYRaise an Err when CRYPTO_THREAD_lock_new fails
2016-06-01 Matt CaswellOpenBSD doesn't have ucontext.h so don't try and include it
2016-05-31 MatUpdates from review
2016-05-31 MatFix: PEM_read_bio_PrivateKey with no-ui / no-stdio
2016-05-31 Dr. Stephen HensonParameter copy sanity checks.
2016-05-30 Richard LevitteMake sure max in fmtstr() doesn't overflow into negativity
2016-05-29 Joey Yandleadd removed functions back as deprecated
2016-05-29 Joey Yandleget rid of unnecessary include
2016-05-29 Joey Yandleremove RAND_screen and friends
2016-05-29 Joey Yandlecherry pick pr-512 changes
2016-05-29 Joey YandleOR flags with CRYPT_SILENT to really make sure no UI...
2016-05-29 Joey Yandlefix endif comment
2016-05-29 Joey Yandleremove all WINCE ifdefs
2016-05-29 Joey Yandle- remove insane heap walk and kernel loading code;...
2016-05-29 Andy Polyakovx86_64 assembly pack: tolerate spaces in source directo...
2016-05-28 FdaSilvaYYAdd more zalloc
2016-05-28 FdaSilvaYYFix some missing inits
2016-05-28 Andy Polyakovpoly1305/asm/poly1305-mips.pl: adhere to standard frame...
2016-05-28 Andy PolyakovSPARC assembly pack: add missing .type directives.
2016-05-28 Richard LevitteChange a call of OPENSSL_strcasecmp to strcasecmp
2016-05-28 Richard LevitteRemove internal functions OPENSSL_strcasecmp and OPENSS...
2016-05-27 Andy Polyakovcrypto/o_str.c: add _GNU_SOURCE strerror_r case.
2016-05-27 Andy Polyakovcrypto/o_str.c: strerror_s is provided by specific...
2016-05-27 Andy Polyakovbn/bn_exp.c: explain 'volatile' in MOD_EXP_CTIME_COPY_F...
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
next