RT3720 Increment session miss counter properly
[openssl.git] / crypto /
2016-06-09 Emilia KasperRT 4242: reject invalid EC point coordinates
2016-06-09 Rich SalzMake a2i_ipadd an internal function
2016-06-09 Rich SalzClean up "generic" intro pod files.
2016-06-09 Andy Polyakovhmac/hmac.c: fix sizeof typo in hmac_ctx_cleanup.
2016-06-08 Jeffrey WaltonFixes to get -ansi working
2016-06-08 Rich SalzAdd some accessor API's
2016-06-08 Kurt Cancemicrypto/x509/x509_vpm.c: Simplify int_x509_param_set1()
2016-06-07 Matt CaswellFix BN_mod_word bug
2016-06-07 Rob PercivalFix potential access of null pointer (pp)
2016-06-07 Rich SalzFix some GitHub issues.
2016-06-07 Cesar PereidaSet flag BN_FLG_CONSTTIME earlier
2016-06-07 Cesar PereidaRemove kq and set BN_FLG_CONSTTIME in k for BN_mod_inverse
2016-06-06 Matt CaswellDeprecate the flags that switch off constant time
2016-06-06 Matt CaswellSimplify dsa_ossl.c
2016-06-06 Cesar PereidaFix DSA, preserve BN_FLG_CONSTTIME
2016-06-06 Andy Polyakovs390x assembly pack: improve portability.
2016-06-05 FdaSilvaYYConstify X509V3_EXT_*_conf*
2016-06-05 FdaSilvaYYConstify ASN1_generate_nconf
2016-06-05 FdaSilvaYYConstify ASN1_generate_v3
2016-06-05 FdaSilvaYYConstify s2i_ASN1_IA5STRING
2016-06-05 FdaSilvaYYConstify s2i_ASN1_INTEGER
2016-06-05 FdaSilvaYYConstify X509_OBJECT_get_type & X509_OBJECT_get0_X509
2016-06-04 Kurt RoeckxSpecifiy size of arrays
2016-06-04 Dr. Stephen HensonCheck for overflows in EOC.
2016-06-03 Matt CaswellBIO_printf() can fail to print the last character
2016-06-03 Jonas Maebecryptodev_asym, zapparams: use OPENSSL_* allocation...
2016-06-03 MatAdded define for STATUS_SUCCESS
2016-06-03 MatAdds casts for 64-bit
2016-06-03 MatDefine USE_BCRYPT
2016-06-03 MatUse BCryptGenRandom on Windows 7 or higher
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
next