openssl.git
2016-06-01 Rich SalzFix some RAND bugs
2016-06-01 Matt CaswellEnsure an ASN1_OBJECT is freed in error paths
2016-06-01 Matt CaswellFree allocated password strings on exit
2016-06-01 Matt CaswellFree a BIO_ADDR if DTLSv1_listen return <=0
2016-06-01 Matt CaswellEnsure BIGNUM is freed in an error path
2016-06-01 Matt CaswellFree an X509_CRL in an error path
2016-06-01 Matt CaswellDon't leak X509_OBJECT in an error path
2016-06-01 Rich SalzRT4337: Crash in DES
2016-06-01 Matt CaswellFix printing of DH Parameters
2016-06-01 Matt CaswellAdd dhparam sanity check and update DH_check documentation
2016-06-01 FdaSilvaYYRaise an Err when CRYPTO_THREAD_lock_new fails
2016-06-01 Matt Caswellreq command incorrectly displays the bits for an EC key
2016-06-01 Matt CaswellOpenBSD doesn't have ucontext.h so don't try and include it
2016-05-31 Matt Caswellmake update
2016-05-31 MatUpdates from review
2016-05-31 MatFix: PEM_read_bio_PrivateKey with no-ui / no-stdio
2016-05-31 TJ SaundersRemove null check, per review feedback. Note this...
2016-05-31 TJ SaundersAdd requested HISTORY section, remove copy/pastos,...
2016-05-31 TJ SaundersAdd an SSL_SESSION accessor for obtaining the protocol...
2016-05-31 Rich SalzRT4539: Add section for renamed ciphers.
2016-05-31 Cristian Stoicaspeed.c: fix segfault with unrecognized algorithms
2016-05-31 Dr. Stephen... Parameter copy sanity checks.
2016-05-31 Dr. Stephen... return error in ct_move_scts()
2016-05-30 Emilia KasperTravis: update sanitizer configs
2016-05-30 MatFix strdup macro redefinition
2016-05-30 Richard Levitteperl: use the 'if' module to conditionally load File...
2016-05-30 Richard LevitteMake sure max in fmtstr() doesn't overflow into negativity
2016-05-29 Joey Yandleset RAND_event and RAND_screen to deprecated in 1.1...
2016-05-29 Joey Yandlefix deprecation version number in docs
2016-05-29 Joey Yandleupdate docs with descriptions and deprecation
2016-05-29 Joey Yandlefix return value in docs
2016-05-29 Joey Yandleadd removed functions back as deprecated
2016-05-29 Joey Yandleget rid of now empty #if
2016-05-29 Joey Yandleremove winrand.c entirely, nothing seems to reference it
2016-05-29 Joey Yandlecherry pick pr-512 changes
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-29 Andy PolyakovConfigure,test/recipes: "pin" glob to File::Glob::glob.
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 Levittemake update
2016-05-28 Richard LevitteRemove internal functions OPENSSL_strcasecmp and OPENSS...
2016-05-27 Andy Polyakovinclude/openssl/e_os2.h: fix 'noreturn' pre-processor...
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 Todd ShortFix ssl_cert_set0_chain invalid pointer
2016-05-27 Richard LevitteFix fmtstr for BIO_printf() et al
2016-05-27 Richard Levittemake sure to put quotes around -config argument, in...
2016-05-27 Richard Levitteperl glob: make sure to put quotes around the pattern...
2016-05-27 Richard LevitteWindows makefile: handle the case with space in source...
2016-05-27 Richard LevitteConfigure: handle spaces in source directory spec
2016-05-27 Richard LevitteAllow space in PERL spec (unix only)
2016-05-27 Matt CaswellAvoid msys name mangling
2016-05-27 Matt CaswellFix intermittent windows failures in TLSProxy tests
2016-05-27 Matt CaswellFix s_client/s_server waiting for stdin on Windows
2016-05-27 Matt CaswellFix some s_server issues on Windows
2016-05-27 Matt CaswellSilence some "may be uninitialized when used" warning
2016-05-27 Matt CaswellAdd a test for printing floating point format specifiers
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 huangqinjinUpdate the documentation of BN_hex2bn()
2016-05-27 huangqinjinfix BN_hex2bn()/BN_dec2bn() memory leak
2016-05-26 Matt CaswellFix some suspect warnings on Windows
2016-05-26 Matt CaswellThe ssl3_digest_cached_records() function does not...
2016-05-26 Dr. Stephen... Add rfc822Mailbox to string table.
2016-05-25 Richard LevitteHandle Visual C warning about non-standard function...
2016-05-25 Andy PolyakovConfigure: pull 'which' back.
2016-05-25 Andy PolyakovMakefile.shared: revert Haiku support commit.
2016-05-25 Kurt RoeckxAvoid creating an illegal pointer
2016-05-25 Richard LevitteDon't clean away headers generated by Configure
2016-05-25 Richard LevitteMake sure crypto-mdebug-backtrace must be enabled expli...
2016-05-25 Richard Levittebuild.info files: add quotes around any spec that may...
2016-05-25 Richard LevitteConfigure: To allow file names with spaces, tokenize...
2016-05-24 Richard LevitteComplete the list of files to clean up on Windows
2016-05-24 Richard LevitteCommunicate Configure generated header files to build...
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... #4342: few missing malloc return checks and free in...
2016-05-23 Richard LevitteWindows notes: add a few lines on gaining admin privs...
2016-05-23 Richard LevitteVMS: show the ossl_dataroot logical as well when doing...
2016-05-23 Richard LevitteInstall the scripts the same way on Windows and VMS...
next