openbsd
2014-04-17 tedustab at indentation
2014-04-17 tedudon't fake up SSIZE_MAX
2014-04-17 tedumore windows/netware leftovers
2014-04-17 tedudelete if 0 code
2014-04-17 giovannimore spring VMS cleanup
2014-04-17 sthenno need for a variable which is hardcoded and only...
2014-04-17 miodUse !defined() rather than empty().
2014-04-17 deraadtoops, exit vs return; spotted by matthew
2014-04-17 deraadtunistd.h exposed after -Wall after e_os.h stops doing...
2014-04-17 teduno longer need to fool emacs indentation and other...
2014-04-17 tedualways build in RSA and DSA. ok deraadt miod
2014-04-17 deraadtkill REF_PRINT/REF_CHECK debugging framework noone...
2014-04-17 giovanniSome VMS and WIN32 cleanup
2014-04-17 miodGet rid of MS Visual C compiler and Intel C compiler...
2014-04-17 teduSHA and AES (and sadly MD5) can't be considered optiona...
2014-04-17 matthewOpenBSD isn't NetWare or Windows, and it has SIGPIPE.
2014-04-17 miodThere are no plans to ever build this with the Metrojer...
2014-04-17 miodRemove support for big-endian i386 and amd64.
2014-04-17 sthensince we're replacing LIST_SEPARATOR_CHAR with ':'...
2014-04-17 deraadtMostly gut e_os.h:
2014-04-17 miodmalloc + memset 0 -> calloc
2014-04-17 tedudead code
2014-04-17 teduunused variable
2014-04-17 tedu-Wall
2014-04-17 tedua little less obfuscation
2014-04-17 tedufold prototypes into o_str.c. miod
2014-04-17 teduquick pass at removing ability to disable sha256 and...
2014-04-17 miodAren't you glad to have this file tell you that ``C2...
2014-04-17 miodNuke BN_DEBUG_LEVITTE
2014-04-17 miodNo need to consider being compiled by NASM anymore.
2014-04-17 miodStop paying lip service to non-AT&T syntax assemblers...
2014-04-17 miodtodo: do not leave 15 year old todo lists in the tree.
2014-04-17 beckfix BIO_snprintf usage in here.
2014-04-17 miodUse of OPENSSL_SYS_xxx defines in public header files...
2014-04-17 miodBob O.D.'ed on the o_dir code so high he forgot to...
2014-04-17 miodsprintf: bad.
2014-04-17 teduI'm just trying to improve the code...
2014-04-17 afresh1Remove utils that we don't use
2014-04-17 afresh1Remove unused ssl utils
2014-04-17 schwarzeGarbage collect one pair of needless parentheses in...
2014-04-17 afresh1expunge more of the old build system
2014-04-17 ottowhitespace
2014-04-17 ottorm redundant declaration; from Xin Li
2014-04-17 miodRemove oh-so-important-from-a-security-pov OpenSSL_rtds...
2014-04-17 jsgfix some more leaks, mostly suggestions from miod
2014-04-17 miodRemove the benchmark part of the selftest. It uses...
2014-04-17 miodcrypto/modes/gcm128.c can be used as its own selftest...
2014-04-17 miodOk, there was a need for OPENSSL_cleanse() instead...
2014-04-17 sthenspidey senses
2014-04-17 miodMove the machine-specific parts of the libcrypto Makefi...
2014-04-17 deraadtsome KNF cleanup following the script
2014-04-17 miodInvoke OPENSSL_add_all_algorithms_noconf() to enforce...
2014-04-17 jsgfix some of the leaks
2014-04-17 jsgfix a potential double free
2014-04-17 beckremove OPENSSL_realloc_clean usage here - replace with...
2014-04-17 teduFully kill FIPS API. Forcible certification conflicts...
2014-04-17 jsingInitial KNF.
2014-04-17 nicm#nnT went away a while ago, remove a leftover from...
2014-04-17 jsingInitial KNF.
2014-04-17 nicmAdd some UTF-8 utility functions and use them to preven...
2014-04-17 claudioSync show.c with the route version. Make the two files...
2014-04-17 claudioSync show.c to what we have in netstat.c (at least...
2014-04-17 jsingInitial KNF.
2014-04-17 guentherDon't default enable the debug functionality with its...
2014-04-17 jsingMore KNF.
2014-04-17 jsingMore KNF.
2014-04-17 guentherMake sure the original thread is blocked until any...
2014-04-17 okanremove special case for uucp entries.
2014-04-17 nicmSome more long lines.
2014-04-17 jsingInitial KNF.
2014-04-17 beckI've replaced everything in this file. ISC liscense...
2014-04-17 jsingInitial KNF.
2014-04-17 nicmOnly scroll by one line at a time in choose mode, lists...
2014-04-17 jsingRemove defines for unwanted OS support...
2014-04-17 jsgremove some code that is now unused after guenther...
2014-04-17 jsingKNF.
2014-04-17 jsingInitial KNF.
2014-04-17 krwOops. INADDR_ANY != INADDR_BROADCAST. Fixes DHCPDISCOVE...
2014-04-17 becksimply wrap around intrinsics, and knf cleanup.
2014-04-17 beckChange library to use intrinsic memory allocation funct...
2014-04-17 jsingRevert unintended whitespace changes.
2014-04-17 deraadtOPENSSL_gmtime() is not a gmtime() wrapper. It is...
2014-04-17 deraadtOPENSSL_DECLARE_EXIT serves no purpose.
2014-04-17 jmatthewIn debug output, print loop ids as decimals and port...
2014-04-17 nicmSet PATH explicitly, either from client or session
2014-04-17 nicmWrap some long lines.
2014-04-17 deraadt1. RAND_seed is now DEPRECATED
2014-04-17 nicmDon't limit the DCS buffer to 256 bytes, expand it...
2014-04-17 deraadtRAND_seed now does nothing, so skip the operation
2014-04-17 deraadtDo not feed RSA private key information to the random...
2014-04-17 nicmRemove some unnecessary includes and fix a typo.
2014-04-17 jsgremove duplicated tests in if statements
2014-04-17 guentherFix for ", " issue in jsing's knf script
2014-04-17 deraadtDo not need to map to another silly name for unistd...
2014-04-17 deraadtunistd.h is always in the same place; no need to #inclu...
2014-04-17 deraadtminimal fix for ', ' issue in jsing's indent script
2014-04-17 krwEliminate a couple of always-NULL parameters. Eliminate...
2014-04-17 guentherCorrect some time_t printing; factor out a grotty block...
2014-04-17 sthenOpenSSL PR#3309: when looking for an extension, set...
2014-04-17 nicmCorrect the dance to fix the active pane in join-pane...
next