NISTZ256: set Z_is_one to boolean 0/1 as is customary.
[openssl.git] / crypto / bio /
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
2011-12-02 Bodo MöllerFix BIO_f_buffer().
2011-09-01 Dr. Stephen HensonPR: 2340
2011-07-20 Dr. Stephen HensonPR: 2559
2011-05-25 Dr. Stephen HensonPR: 2512
2011-03-19 Richard LevitteAfter some adjustments, apply the changes OpenSSL 1...
2011-01-26 Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2011-01-03 Dr. Stephen HensonPR: 2413
2010-12-11 Andy Polyakovbss_file.c: refine UTF8 logic.
2010-07-26 Dr. Stephen HensonAdd new type ossl_ssize_t instead of ssize_t and move...
2010-06-12 Ben LaurieFix warnings.
2010-05-31 Dr. Stephen Hensonfix PR#2261 in a different way
2010-04-28 Andy Polyakovbss_file.c: refine UTF-8 logic on Windows.
2010-04-21 Andy Polyakovbss_file.c: reserve for option to encode file name...
2010-03-27 Dr. Stephen HensonPR: 1763
2010-03-22 Andy Polyakovbss_file.c: fix MSC 6.0 warning.
2010-03-15 Andy PolyakovFix UPLINK typo.
2010-01-07 Andy Polyakovcvs.openssl.org/chngview?cn=19053 made me wonder if...
2010-01-07 Andy Polyakovsendto is reportedly picky about destination socket...
2010-01-06 Andy PolyakovFix compilation on older Linux. Linux didn't always...
2009-12-30 Andy Polyakovb_sock.c: correct indirect calls on WinSock platforms.
2009-11-26 Andy Polyakovbss_dgram.c: re-fix BIO_CTRL_DGRAM_GET_PEER.
2009-11-15 Andy Polyakovbss_dgram.c: more elegant solution to PR#2069. Use...
2009-11-15 Andy Polyakovb_sock.c: fix compiler warning.
2009-10-15 Dr. Stephen HensonPR: 2069
2009-10-06 Andy PolyakovCombat gcc 4.4.1 aliasing rules.
2009-10-04 Dr. Stephen HensonPrevent ignored return value warning
2009-09-22 Dr. Stephen HensonPR: 2050
2009-09-20 Dr. Stephen HensonPR: 2047
2009-09-04 Dr. Stephen HensonPR: 2028
2009-08-26 Dr. Stephen HensonPR: 2005
2009-07-24 Dr. Stephen HensonPR: 1990
2009-07-24 Dr. Stephen HensonUpdate from 0.9.8-stable.
2009-06-25 Dr. Stephen HensonStop warnings in gcc where "a" is const passed as a...
2009-06-25 Dr. Stephen HensonUpdate from 1.0.0-stable
next