openssl.git
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...
2016-05-23 Richard LevitteMake sure tsget.pl and c_rehash.pl get installed on...
2016-05-23 Richard LevitteMake sure tsget and c_rehash are named with .pl suffix...
2016-05-23 Richard LevitteMake sure to initialize all CA.pl variables properly
2016-05-23 Todd ShortAdd buf-freelists to deprecated options
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-23 Dr. Stephen... Support -no-CAfile -no-CApath in ctx2
2016-05-23 Dr. Stephen... remove encrypt then mac ifdefs
2016-05-23 Richard LevitteVMS: remove last VAX vestiges
2016-05-23 Dr. Stephen... make update
2016-05-23 Dr. Stephen... Support for traditional format private keys.
2016-05-23 Richard LevitteSlight cleanup of the collection of READMEs, INSTALLs...
2016-05-23 Rich SalzRemove INSTALL.WCE and refs to it.
2016-05-23 Todd ShortAdd text/x509aux to gitignore
2016-05-23 FdaSilvaYYAdd checks on CRYPTO_set_ex_data return value
2016-05-23 FdaSilvaYYFix some malloc failure crashes on X509_STORE_CTX_set_e...
2016-05-23 FdaSilvaYYFix and simplify error handling in (RSA/EC_kmeth)_new_m...
2016-05-23 FdaSilvaYYRemove useless NULL checks
2016-05-23 Richard LevitteWindows: shut DEL up
2016-05-22 Richard LevitteComplete the rename of LHASH functions and types
2016-05-22 Richard Levitteutil/process_docs.pl: Add more debugging output
2016-05-22 Richard LevitteImprove the checking of pod sections
2016-05-22 Richard LevitteHTML docs on Unix: Add a HTML title
2016-05-22 Richard Levitteprocess_docs.pl: When starting to read a new head1...
2016-05-22 Richard LevitteAdd a missing comma in OPENSSL_malloc.pod
2016-05-22 Richard LevitteAdd the missing NAME header in the OCSP docs
2016-05-22 Kurt RoeckxAvoid creating an illegal pointer
2016-05-22 Kurt RoeckxAvoid creating an illegal pointer
2016-05-21 Richard LevitteHave doc-nit-check look for mandatory manual sections
2016-05-21 Dr. Stephen... Constify stack and lhash macros.
2016-05-21 FdaSilvaYYIndent and dead code cleanup
2016-05-21 Rich SalzAdd OpenSSL copyright to .pl files
2016-05-21 Rich SalzDoc nits cleanup, round 2
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-20 Matt CaswellAdd an async io test
2016-05-20 Matt CaswellEnsure async IO works with new state machine
2016-05-20 David BenjaminTighten up logic around ChangeCipherSpec.
2016-05-20 Matt CaswellSimplify SSL BIO buffering logic
2016-05-20 Richard LevitteFixup READLINE case
2016-05-20 Rich SalzFix nits in pod files.
2016-05-19 Richard LevitteUse the process_docs script to install docs on Windows...
2016-05-19 Richard LevitteDocumentation processor in perl, for platforms that...
2016-05-19 Dr. Stephen... Use correct EOL in headers.
2016-05-19 Andy PolyakovMove Haiku configuration to separate config file to...
2016-05-19 Andy PolyakovAdd assembly CRYPTO_memcmp.
2016-05-19 Andy Polyakovrand/randfile.c: remove _XOPEN_SOURCE definition.
2016-05-19 Matt CaswellCheck that the obtained public key is valid
2016-05-19 Rich SalzAdd copyright
2016-05-19 Rich SalzAdd copyright to manpages
next