ENGINE fixes
[openssl.git] / crypto / bio /
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-23 Rich SalzFix a few missed "if (!ptr)" cleanups
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-05 Dr. Stephen HensonRebuild error source files.
2015-11-02 Richard LevitteBIO_s_datagram() ctrl doesn't support SEEK/TELL, so...
2015-11-02 Richard LevitteHave BIO_get_conn_int_port use BIO_ctrl instead BIO_int...
2015-10-23 Alessandro GhediniRemove useless code
2015-10-05 Andy PolyakovHarmonize pointer printing and size_t-fy casts.
2015-10-05 Andy Polyakovbio/bss_log.c: harmonize format string to silence ...
2015-10-05 Andy PolyakovExplicitly cast INVALID_SOCKET to (int) to address...
2015-09-30 David WoodhouseFix no-stdio build
2015-09-23 Matt CaswellAdd BIO_CTRL_DGRAM_SET_PEEK_MODE
2015-09-21 David WoodhouseRT3479: Add UTF8 support to BIO_read_filename()
2015-09-03 Rich Salzremove 0 assignments.
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-06-28 Kurt RoeckxCheck dgram_sctp_write() return value.
2015-06-28 Kurt RoeckxCheck BIO_dgram_sctp_wait_for_dry() return value for...
2015-06-23 Rich SalzMore secure storage of key material.
2015-06-10 Matt CaswellChange BIO_number_read and BIO_number_written() to...
2015-06-10 Matt CaswellFix memory leaks in BIO_dup_chain()
2015-06-02 Matt CaswellFix compilation failure for some tool chains
2015-06-02 Per AllanssonFix IP_MTU_DISCOVER typo
2015-05-26 Matt CaswellHandle unsigned struct timeval members
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-06 Rich Salzmemset, memcpy, sizeof consistency fixes
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-03 Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Matt CaswellClarify logic in BIO_*printf functions
2015-04-28 Rich Salzrealloc of NULL is like malloc
2015-04-28 Rich Salzremove malloc casts
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-31 Richard LevitteRemove SSL_TASK, the DECnet Based SSL Engine
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-25 Rich Salzfree NULL cleanup
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-24 Mike FrysingerFix malloc define typo
2015-03-17 Matt CaswellRemove dead code from crypto
2015-03-10 Richard GodbeeBIO_debug_callback: Fix output on 64-bit machines
2015-03-06 Matt Caswellmake errors
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-02-13 Dr. Stephen Hensonsize_t for buffer functions.
2015-02-06 Rich SalzLive code cleanup: remove #if 1 stuff
2015-02-06 Rich Salzutil/mkstack.pl now generates entire safestack.h
2015-01-30 Rich SalzDead code removal: #if 0 bio, comp, rand
2015-01-29 Richard Levitteclang on Linux x86_64 complains about unreachable code.
2015-01-23 Rich Salzifdef cleanup part 3: OPENSSL_SYSNAME
2015-01-22 Matt CaswellFix post-reformat errors preventing windows compilation
2015-01-22 Matt CaswellMore comment realignment master-post-reformat
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRerun util/openssl-format-source -v -c . master-post-auto-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-22 Matt CaswellMore comments
2015-01-14 Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2015-01-12 Rich SalzRT3548: Remove unsupported platforms
2015-01-06 Martin BrejchaFix memory leak.
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
2014-12-31 Kurt RoeckxAdd missing include of sys/time.h
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-22 Rich SalzRT3548: Remove unsupported platforms.
2014-12-20 Michael TuexenFix incorrect OPENSSL_assert() usage.
2014-12-17 Rich SalzRT3548: Remove some obsolete platforms
2014-12-08 Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-12-03 Matt CaswellThere are a number of instances throughout the code...
2014-11-28 Rich SalzRemove all .cvsignore files
2014-11-17 Jan HykelDon't use msg on error.
2014-08-28 l.montecchiani@gma... RT2193: #ifdef errors in bss_dgram.c
2014-08-15 Jonas Maebertcp_new: return failure if allocation of bi->ptr failed
2014-08-15 Jonas MaebeBIO_new_dgram_sctp, dgram_sctp_read: zero entire authchunks
2014-08-09 Rich SalzUndo a90081576c94f9f54de1755188a00ccc1760549a
2014-08-08 Rich SalzRemove DJGPP (and therefore WATT32) #ifdef's.
2014-07-09 Matt CaswellFix memory leak in BIO_free if there is no destroy...
2014-05-11 Kurt RoeckxSet authkey to NULL and check malloc return value.
2014-05-11 Martin Brejchadgram_sctp_ctrl: authkey memory leak
2014-03-06 Andy Polyakovbss_dgram.c,d1_lib.c: make it compile with mingw.
2014-02-25 Dr. Stephen HensonAvoid Windows 8 Getversion deprecated errors.
2014-02-19 Ben LaurieMerge branch 'sct-viewer-master' of https://github...
2014-02-19 Rob StradlingMove the SCT List extension parser into libssl.
2013-11-01 Robin SeggelmannDTLS/SCTP struct authchunks Bug
2013-10-07 Ben LaurieConstification.
2013-01-19 Andy PolyakovImprove WINCE support.
2012-12-16 Andy Polyakovd1_lib.c,bss_dgram.c: eliminate dependency on _ftime.
2012-08-14 Andy Polyakovbss_dgram.c: fix compilation failure and warning on...
2012-07-01 Andy Polyakovbss_dgram.c: fix typos in Windows code.
2012-06-11 Andy Polyakovbss_dgram.c: add BIO_CTRL_DGRAM_SET_DONT_FRAG.
2012-06-11 Andy Polyakovbss_dgram.c: make getsockopt work in cases when optlen...
2012-06-11 Andy Polyakovb_sock.c: make getsockopt work in cases when optlen...
2012-05-30 Ben LaurieBuild on FreeBSD with gcc 4.6.
2012-04-16 Andy PolyakovOPENSSL_NO_SOCK fixes.
2012-04-16 Andy PolyakovMinor compatibility fixes.
2012-03-06 Dr. Stephen HensonPR: 2755
2012-02-25 Dr. Stephen HensonPR: 2730
2011-12-27 Dr. Stephen Hensonfix error code
2011-12-25 Dr. Stephen HensonPR: 2535
next